Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eb729fa0fd |
@@ -9,7 +9,7 @@ import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
|||||||
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
|
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
||||||
import { Coffee, Leaf, Flame, Instagram, Facebook, Twitter, Youtube } from "lucide-react";
|
import { Coffee, Leaf, Flame, Instagram, Facebook, Twitter, Youtube, Mail } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -172,6 +172,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
tag="Stay Connected"
|
tag="Stay Connected"
|
||||||
|
tagIcon={Mail}
|
||||||
title="Join Our Coffee Club"
|
title="Join Our Coffee Club"
|
||||||
description="Subscribe to receive exclusive blends, brewing tips, and special discounts delivered to your inbox."
|
description="Subscribe to receive exclusive blends, brewing tips, and special discounts delivered to your inbox."
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="invertDefault"
|
||||||
|
|||||||
Reference in New Issue
Block a user