Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b26a0bafb | |||
| 0c7a2aee04 | |||
| 3050feff95 | |||
| fdf2b680ac | |||
| df84e85eda |
@@ -8,8 +8,9 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { CheckCircle, Heart, HelpCircle, Leaf, Sparkles, Star } from "lucide-react";
|
||||
import { CheckCircle, Heart, HelpCircle, Leaf, Mail, Sparkles, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,7 +34,8 @@ export default function LandingPage() {
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Why Us", id: "features" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" }
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Day & You"
|
||||
bottomLeftText="Fresh Flowers Daily"
|
||||
@@ -239,6 +241,22 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Get in Touch"
|
||||
title="Let's Connect"
|
||||
description="Have questions about our flowers or services? Reach out to our team and we'll be happy to help. We're here to make your floral experience exceptional."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="opacity"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Send Message"
|
||||
termsText="By submitting this form, you agree to our Terms and Conditions and Privacy Policy."
|
||||
ariaLabel="Contact form section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Day & You"
|
||||
|
||||
Reference in New Issue
Block a user