diff --git a/src/app/page.tsx b/src/app/page.tsx index bfc2b78..f466850 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Star, Flame, Info, Heart, Mail, ArrowRight } from "lucide-react"; +import { Star, Flame, Info, Heart, Mail, ArrowRight, MessageCircle, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -33,7 +33,6 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Reviews", id: "reviews" }, { name: "Contact", id: "contact" }, - { name: "Order Now", id: "https://glovoapp.com" }, ]} bottomLeftText="Casablanca" bottomRightText="06 59 13 44 28" @@ -61,8 +60,8 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/condiments-near-assorted-pasta_23-2147853440.jpg", imageAlt: "Crispy golden fries"}, ]} buttons={[ - { text: "Order Now", href: "https://glovoapp.com" }, - { text: "View Menu", href: "#menu" }, + { text: "Order on Glovo", href: "https://glovoapp.com" }, + { text: "WhatsApp Order", href: "https://wa.me/212659134428" }, ]} buttonAnimation="slide-up" className="w-full" @@ -135,7 +134,7 @@ export default function LandingPage() { { id: "2", value: "Fresh Daily", description: "All items prepared fresh using quality ingredients and traditional recipes"}, { - id: "3", value: "Convenient", description: "Multiple ordering options: in-person, WhatsApp, and Glovo delivery service"}, + id: "3", value: "Easy Ordering", description: "Multiple ordering options: WhatsApp, Glovo delivery, or order in-person"}, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -185,18 +184,18 @@ export default function LandingPage() {