diff --git a/src/app/page.tsx b/src/app/page.tsx index a069520..d4e66df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, Shield, Zap, MessageCircle, MapPin, Phone, Mail } from "lucide-react"; +import { Award, MessageCircle } from "lucide-react"; export default function LandingPage() { const whatsappNumber = "923000000000"; @@ -52,7 +52,7 @@ export default function LandingPage() { title="Bites by Usama" linkCards={[ { title: "Order Now", description: "Get your gourmet meal delivered", button: { text: "Order Now", onClick: handleOrder }, imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-13879.jpg" }, - { title: "View Menu", description: "Browse our curated collection", button: { text: "Browse", href: "#product" }, imageSrc: "http://img.b2bpic.net/free-photo/tasty-restaurant-appetizers-big-company-including-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13076.jpg" } + { title: "View Menu", description: "Browse our curated collection", button: { text: "Browse", onClick: () => document.getElementById("product")?.scrollIntoView({ behavior: "smooth" }) }, imageSrc: "http://img.b2bpic.net/free-photo/tasty-restaurant-appetizers-big-company-including-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13076.jpg" } ]} /> @@ -87,8 +87,6 @@ export default function LandingPage() {
@@ -142,6 +142,7 @@ export default function LandingPage() { text="Let's Craft Your Next Order" background={{ variant: "gradient-bars" }} buttons={[{ text: "Call Us Now", onClick: handleOrder }]} + useInvertedBackground={false} />