From 3c94c910f74af062b95a15cb5943b27349d46e78 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 05:30:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 30bf577..36f0065 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,10 +48,10 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg?_wi=1", imageAlt: "Gourmet appetizer with artistic presentation" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg", imageAlt: "Gourmet appetizer with artistic presentation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/plate-sauteed-mushroom-shrimp-served-with-tomato_141793-1995.jpg?_wi=1", imageAlt: "Signature main course expertly plated" + imageSrc: "http://img.b2bpic.net/free-photo/plate-sauteed-mushroom-shrimp-served-with-tomato_141793-1995.jpg", imageAlt: "Signature main course expertly plated" } ]} rightCarouselItems={[ @@ -59,7 +59,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/festive-table-restaurant-is-decorated-with-candles-flowers_8353-9968.jpg", imageAlt: "Elegant restaurant dining atmosphere with warm lighting" }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-smiling-talking-get-together_23-2149187059.jpg?_wi=1", imageAlt: "Families and friends enjoying meals together" + imageSrc: "http://img.b2bpic.net/free-photo/people-smiling-talking-get-together_23-2149187059.jpg", imageAlt: "Families and friends enjoying meals together" } ]} tag="Welcome to Excellence" @@ -111,7 +111,7 @@ export default function LandingPage() { }, { id: "perfect-timing", title: "Perfectly Timed", tags: ["On-Time Serving", "Coordinated Timing", "Reliable"], - imageSrc: "http://img.b2bpic.net/free-photo/people-smiling-talking-get-together_23-2149187059.jpg?_wi=2", imageAlt: "Happy customers enjoying perfectly timed meals" + imageSrc: "http://img.b2bpic.net/free-photo/people-smiling-talking-get-together_23-2149187059.jpg", imageAlt: "Happy customers enjoying perfectly timed meals" } ]} animationType="blur-reveal" @@ -185,7 +185,7 @@ export default function LandingPage() { id: "quality", value: "100%", title: "Quality Assurance", description: "Every dish meets our high standards", icon: CheckCircle } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} @@ -202,10 +202,10 @@ export default function LandingPage() { description="Carefully curated dishes that showcase our culinary expertise and commitment to quality. Each item is prepared fresh to perfection." products={[ { - id: "starters", name: "Signature Starters", price: "₹350-450", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg?_wi=2", imageAlt: "Gourmet appetizer selection" + id: "starters", name: "Signature Starters", price: "₹350-450", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg", imageAlt: "Gourmet appetizer selection" }, { - id: "mains", name: "Main Courses", price: "₹500-700", imageSrc: "http://img.b2bpic.net/free-photo/plate-sauteed-mushroom-shrimp-served-with-tomato_141793-1995.jpg?_wi=2", imageAlt: "Premium main course dishes" + id: "mains", name: "Main Courses", price: "₹500-700", imageSrc: "http://img.b2bpic.net/free-photo/plate-sauteed-mushroom-shrimp-served-with-tomato_141793-1995.jpg", imageAlt: "Premium main course dishes" }, { id: "combos", name: "Combo Meals", price: "₹800-1000", imageSrc: "http://img.b2bpic.net/free-vector/lovely-valentine-s-day-restaurant-menu-template_23-2148828029.jpg", imageAlt: "Complete meal combinations" -- 2.49.1