diff --git a/src/app/page.tsx b/src/app/page.tsx index b19ca39..38a24cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,19 +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" + imageSrc="http://img.b2bpic.net/free-photo/man-holds-plate-with-red-gurza-side-view_141793-4739.jpg?_wi=1" 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" + 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: "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: "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: "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" + 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" } ]} buttons={[ @@ -90,7 +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" }, 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?_wi=2" }, items: [ { icon: Fish, text: "Sourced from Toyosu Market" }, { icon: Leaf, text: "Premium seasonal selections" }, { icon: Clock, text: "Chef's daily special creations" } @@ -145,13 +145,13 @@ export default function LandingPage() {