5 Commits

Author SHA1 Message Date
2b26a0bafb Update src/app/page.tsx 2026-03-11 16:35:20 +00:00
0c7a2aee04 Merge version_1 into main
Merge version_1 into main
2026-03-11 16:33:31 +00:00
3050feff95 Merge version_1 into main
Merge version_1 into main
2026-03-11 16:32:44 +00:00
fdf2b680ac Merge version_1 into main
Merge version_1 into main
2026-03-11 16:32:04 +00:00
df84e85eda Merge version_1 into main
Merge version_1 into main
2026-03-11 16:30:43 +00:00

View File

@@ -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"