diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e1d02e..2880349 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 ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Leaf, Sprout, Truck, Globe, Zap, UtensilsCrossed, Award } from "lucide-react"; +import { Leaf, Sprout, Truck, Globe, Zap, UtensilsCrossed, Award, Package } from "lucide-react"; export default function LandingPage() { return ( @@ -37,7 +37,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Order Now", href: "#products"}} + text: "Order Now", href: "#products" + }} /> @@ -82,7 +83,7 @@ export default function LandingPage() { title: "Handcrafted Excellence", description: "Every tortellini is carefully crafted using traditional Italian methods passed down through generations.", icon: Zap, }, { - title: "Same-Day Delivery", description: "Order before 2 PM and enjoy fresh pasta at your table the same evening with our local delivery service.", icon: Truck, + title: "Monday Delivery Only", description: "We deliver fresh pasta exclusively on Mondays to ensure optimal freshness and quality at your doorstep.", icon: Truck, }, { title: "Sustainable Practices", description: "We're committed to zero-waste packaging and carbon-neutral delivery options for a better future.", icon: Globe, @@ -101,22 +102,129 @@ export default function LandingPage() { /> -