From 18d2222ff47b217b318f87fa94079eef12437429 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:48:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa3cdb8..b19ca39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,21 +44,19 @@ export default function LandingPage() { description="Michelin-recognized omakase and premium Wagyu in Dubai's most exclusive fine dining destination" tag="Michelin Guide Featured" tagIcon={Star} - imageSrc="http://img.b2bpic.net/free-photo/man-holds-plate-with-red-gurza-side-view_141793-4739.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/man-holds-plate-with-red-gurza-side-view_141793-4739.jpg" imageAlt="Luxury sushi omakase experience" mediaAnimation="slide-up" + background={{ variant: "sparkles-gradient" }} testimonials={[ { - name: "Sarah Al-Mansouri", handle: "Luxury Dining Enthusiast", testimonial: "An extraordinary culinary journey that celebrates Japanese tradition and craftsmanship", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/profile-view-handsome-senior-businessman_1262-3814.jpg?_wi=1" + name: "Sarah Al-Mansouri", handle: "Luxury Dining Enthusiast", testimonial: "An extraordinary culinary journey that celebrates Japanese tradition and craftsmanship", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/profile-view-handsome-senior-businessman_1262-3814.jpg" }, { - name: "Ahmed Al-Maktoum", handle: "Executive Chef", testimonial: "TakaHisa sets the standard for fine dining excellence in Dubai", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4106.jpg?_wi=1" + name: "Ahmed Al-Maktoum", handle: "Executive Chef", testimonial: "TakaHisa sets the standard for fine dining excellence in Dubai", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4106.jpg" }, { - name: "Fatima Hassan", handle: "Food Critic", testimonial: "Impeccable presentation, authentic flavors, and unparalleled attention to detail", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-office-late-night_1303-27082.jpg?_wi=1" + name: "Fatima Hassan", handle: "Food Critic", testimonial: "Impeccable presentation, authentic flavors, and unparalleled attention to detail", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-office-late-night_1303-27082.jpg" } ]} buttons={[ @@ -92,8 +90,7 @@ export default function LandingPage() { tagIcon={Utensils} features={[ { - id: "1", title: "Exclusive Omakase Menu", description: "Experience a chef-curated journey of the finest sushi creations, featuring fresh seafood from Toyosu Market and authentic Japanese preparation techniques", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-holds-plate-with-red-gurza-side-view_141793-4739.jpg?_wi=2" }, - items: [ + id: "1", title: "Exclusive Omakase Menu", description: "Experience a chef-curated journey of the finest sushi creations, featuring fresh seafood from Toyosu Market and authentic Japanese preparation techniques", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-holds-plate-with-red-gurza-side-view_141793-4739.jpg" }, items: [ { icon: Fish, text: "Sourced from Toyosu Market" }, { icon: Leaf, text: "Premium seasonal selections" }, { icon: Clock, text: "Chef's daily special creations" } @@ -101,8 +98,7 @@ export default function LandingPage() { reverse: false }, { - id: "2", title: "Premium A5 Wagyu & Kobe Beef", description: "Indulge in Japan's most exclusive beef varieties, expertly prepared by Master Hisao Ueda with traditional techniques and contemporary presentation", media: { imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-with-vegetables_140725-6197.jpg" }, - items: [ + id: "2", title: "Premium A5 Wagyu & Kobe Beef", description: "Indulge in Japan's most exclusive beef varieties, expertly prepared by Master Hisao Ueda with traditional techniques and contemporary presentation", media: { imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-with-vegetables_140725-6197.jpg" }, items: [ { icon: Flame, text: "Expert grilling techniques" }, { icon: Medal, text: "A5 certified premium beef" }, { icon: Heart, text: "Marbling excellence" } @@ -110,8 +106,7 @@ export default function LandingPage() { reverse: true }, { - id: "3", title: "Authentic Japanese Ingredients", description: "Every element of our cuisine celebrates authenticity, with carefully selected ingredients imported directly from Japan to ensure the highest quality and genuine flavor profiles", media: { imageSrc: "http://img.b2bpic.net/free-photo/sashimi-raw-fish-set-menu_1150-10778.jpg" }, - items: [ + id: "3", title: "Authentic Japanese Ingredients", description: "Every element of our cuisine celebrates authenticity, with carefully selected ingredients imported directly from Japan to ensure the highest quality and genuine flavor profiles", media: { imageSrc: "http://img.b2bpic.net/free-photo/sashimi-raw-fish-set-menu_1150-10778.jpg" }, items: [ { icon: Package, text: "Direct Japan imports" }, { icon: Zap, text: "Maximum freshness guarantee" }, { icon: TrendingUp, text: "Continuous quality control" } @@ -150,13 +145,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1