Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 19:55:01 +00:00
2 changed files with 8 additions and 4 deletions

View File

@@ -1392,4 +1392,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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}
/>
</div>
@@ -239,4 +243,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}