From e8134cb0426958e239fbca4e3d45d3006abe9526 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:54:56 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 2d80365e57c8308d16e04aa46f50356ec55c624c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:54:57 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 -- 2.49.1