diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 181dd57..ec9d575 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 787819b..7b9444a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Leaf, Truck, Users, Award, Handshake, Shield, DollarSign, Zap, Sprout, Globe, CheckCircle, MessageCircle } from "lucide-react"; +import { Leaf, Truck, Users, Award, Handshake, Shield, DollarSign, Zap, Sprout, Globe, CheckCircle, MessageCircle, Zap as UrgencyIcon } from "lucide-react"; export default function LandingPage() { return ( @@ -54,9 +54,13 @@ export default function LandingPage() { ]} avatarText="Trusted by 5,000+ happy customers" buttons={[ - { text: "Shop Now", href: "#products" }, + { text: "Get Fresh Produce Today", href: "#products" }, { text: "Learn More", href: "#about" }, ]} + marqueeItems={[ + { type: "text-icon", text: "Limited-time offer: Save 20% on your first order", icon: UrgencyIcon }, + ]} + showMarqueeCard={true} /> @@ -239,4 +243,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file