|
|
|
|
@@ -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>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|