From ee75aa6a6b528214d027233921d76dcd2459c37a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:25:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 246d0cb..352f997 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-minced-meat-caramelized-onion-sesame-seeds-lettuce-burger-bun-sauces-table_141793-4781.jpg", imageAlt: "Authentic pulled beef sandwich with smoky flavors" }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-meal-service_624325-2109.jpg?_wi=1", imageAlt: "Tender smoked beef brisket with perfect bark" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-meal-service_624325-2109.jpg", imageAlt: "Tender smoked beef brisket with perfect bark" } ]} mediaAnimation="slide-up" @@ -98,7 +98,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "PUKA", name: "Beef Brisket", price: "₹450", rating: 5, - reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-meal-service_624325-2109.jpg?_wi=2", imageAlt: "Tender juicy beef brisket with smoky bark" + reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-meal-service_624325-2109.jpg", imageAlt: "Tender juicy beef brisket with smoky bark" }, { id: "2", brand: "PUKA", name: "Pulled Beef Sandwich", price: "₹380", rating: 5, @@ -175,7 +175,7 @@ export default function LandingPage() { id: "4", value: "5+", title: "Years", description: "In the business", icon: Clock } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" buttons={[ { text: "Visit Us", href: "#contact" } -- 2.49.1