From eb259cceea8fd46a245472feb2978cb3b795838c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 12:02:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 33aae0f..7818b8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,13 +63,13 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "hero-1", imageSrc: "https://assets.refact.ai/image-service/816a3a40-276c-4976-b6b6-896172605e5d_premium-smoked-brisket-platter-dark.webp", imageAlt: "Premium smoked brisket on a dark platter"}, + id: "hero-1", imageSrc: "https://assets.refact.ai/image-service/816a3a40-276c-4976-b6b6-896172605e5d_premium-smoked-brisket-platter-dark.webp?_wi=1", imageAlt: "Premium smoked brisket on a dark platter"}, { id: "hero-2", imageSrc: "https://assets.refact.ai/image-service/d8e3b330-0105-4927-99f5-19e591703c9b_luxury-steak-restaurant-interior-no-people.webp", imageAlt: "Luxury steak restaurant interior with warm lighting and empty tables"}, { - id: "hero-3", imageSrc: "https://assets.refact.ai/image-service/65b6e4e3-3e74-41d3-a558-86d4e5f41240_close-up-smoked-tomahawk-steak.webp", imageAlt: "Close-up of a perfectly smoked tomahawk steak on a dark wooden board"}, + id: "hero-3", imageSrc: "https://assets.refact.ai/image-service/65b6e4e3-3e74-41d3-a558-86d4e5f41240_close-up-smoked-tomahawk-steak.webp?_wi=1", imageAlt: "Close-up of a perfectly smoked tomahawk steak on a dark wooden board"}, { - id: "hero-4", imageSrc: "https://assets.refact.ai/image-service/72134914-9988-466d-a774-67d71b86d944_smoked-beef-ribs-dark-background.webp", imageAlt: "Smoked beef ribs with a rich glaze on a dark background"}, + id: "hero-4", imageSrc: "https://assets.refact.ai/image-service/72134914-9988-466d-a774-67d71b86d944_smoked-beef-ribs-dark-background.webp?_wi=1", imageAlt: "Smoked beef ribs with a rich glaze on a dark background"}, { id: "hero-5", imageSrc: "https://assets.refact.ai/image-service/f1d7d605-7f41-4770-b747-9759c945761a_gourmet-meat-cuts-dark-platter.webp", imageAlt: "Gourmet selection of various meat cuts on a dark serving platter"}, { @@ -123,13 +123,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "smoked-brisket", name: "Signature Smoked Brisket", price: "AED 250", imageSrc: "https://assets.refact.ai/image-service/816a3a40-276c-4976-b6b6-896172605e5d_premium-smoked-brisket-platter-dark.webp", imageAlt: "Sliced smoked brisket with rich bark"}, + id: "smoked-brisket", name: "Signature Smoked Brisket", price: "AED 250", imageSrc: "https://assets.refact.ai/image-service/816a3a40-276c-4976-b6b6-896172605e5d_premium-smoked-brisket-platter-dark.webp?_wi=2", imageAlt: "Sliced smoked brisket with rich bark"}, { - id: "beef-ribs", name: "Gourmet Beef Ribs", price: "AED 220", imageSrc: "https://assets.refact.ai/image-service/72134914-9988-466d-a774-67d71b86d944_smoked-beef-ribs-dark-background.webp", imageAlt: "Smoked beef ribs on a platter"}, + id: "beef-ribs", name: "Gourmet Beef Ribs", price: "AED 220", imageSrc: "https://assets.refact.ai/image-service/72134914-9988-466d-a774-67d71b86d944_smoked-beef-ribs-dark-background.webp?_wi=2", imageAlt: "Smoked beef ribs on a platter"}, { id: "lamb-shoulder", name: "Slow-Smoked Lamb Shoulder", price: "AED 280", imageSrc: "https://assets.refact.ai/image-service/b85c1813-f66f-4c57-a36c-9c6a1e36873c_roasted-lamb-shoulder-dark-background.webp", imageAlt: "Tender smoked lamb shoulder"}, { - id: "wagyu-steak", name: "Exclusive Wagyu Smoked Steak", price: "AED 350", imageSrc: "https://assets.refact.ai/image-service/65b6e4e3-3e74-41d3-a558-86d4e5f41240_close-up-smoked-tomahawk-steak.webp", imageAlt: "Smoked Wagyu steak, perfectly cooked"}, + id: "wagyu-steak", name: "Exclusive Wagyu Smoked Steak", price: "AED 350", imageSrc: "https://assets.refact.ai/image-service/65b6e4e3-3e74-41d3-a558-86d4e5f41240_close-up-smoked-tomahawk-steak.webp?_wi=2", imageAlt: "Smoked Wagyu steak, perfectly cooked"}, { id: "artisan-sausage", name: "Artisan Smoked Sausage Platter", price: "AED 180", imageSrc: "https://assets.refact.ai/image-service/4d0012c4-06d2-4e04-897b-967f8fb00493_smoked-sausage-platter-with-condiments-dark-board.webp", imageAlt: "Variety of smoked sausages"}, { -- 2.49.1