From b11cba6179443c44e0d8bd12a57ad8373ecff166 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 16:38:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 62 +++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 32 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 376b028..2bf2a41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,15 +89,14 @@ export default function LandingPage() { { text: "Book a Table", href: "#reservations" } ]} mediaItems={[ - { imageSrc: getAssetUrl("http://img.b2bpic.net/free-photo/fireplace-hot-bake_1150-10955.jpg"), imageAlt: getAssetAlt("http://img.b2bpic.net/free-photo/fireplace-hot-bake_1150-10955.jpg", "Dark dining table with fire grill") }, - { imageSrc: getAssetUrl("http://img.b2bpic.net/free-photo/cheff-cutting-pineapple-into-slices-burning-leafy-top_140725-4958.jpg"), imageAlt: getAssetAlt("http://img.b2bpic.net/free-photo/cheff-cutting-pineapple-into-slices-burning-leafy-top_140725-4958.jpg", "Chef grilling steak with flames") }, - { imageSrc: getAssetUrl("http://img.b2bpic.net/free-photo/penne-pasta-with-parmesan-ceramic-plate-luxury-restaurant_114579-2154.jpg"), imageAlt: getAssetAlt("http://img.b2bpic.net/free-photo/penne-pasta-with-parmesan-ceramic-plate-luxury-restaurant_114579-2154.jpg", "Elegant pasta dish in a restaurant") }, - { imageSrc: getAssetUrl("http://img.b2bpic.net/free-photo/vintage-lamps-cafe_23-2147785789.jpg"), imageAlt: getAssetAlt("http://img.b2bpic.net/free-photo/vintage-lamps-cafe_23-2147785789.jpg", "Dark restaurant bar with cozy lighting") }, - { imageSrc: getAssetUrl("http://img.b2bpic.net/free-photo/view-delicious-dish-food_23-2150777735.jpg"), imageAlt: getAssetAlt("http://img.b2bpic.net/free-photo/view-delicious-dish-food_23-2150777735.jpg", "Smoked short rib plate gourmet") }, - { imageSrc: getAssetUrl("http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549957.jpg"), imageAlt: getAssetAlt("http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549957.jpg", "Chocolate lava cake dessert") } + { imageSrc: getAssetUrl("asset://hero-1"), imageAlt: getAssetAlt("asset://hero-1", "Dark dining table with fire grill") }, + { imageSrc: getAssetUrl("asset://hero-2"), imageAlt: getAssetAlt("asset://hero-2", "Chef grilling steak with flames") }, + { imageSrc: getAssetUrl("asset://hero-3"), imageAlt: getAssetAlt("asset://hero-3", "Elegant pasta dish in a restaurant") }, + { imageSrc: getAssetUrl("asset://hero-4"), imageAlt: getAssetAlt("asset://hero-4", "Dark restaurant bar with cozy lighting") }, + { imageSrc: getAssetUrl("asset://hero-5"), imageAlt: getAssetAlt("asset://hero-5", "Smoked short rib plate gourmet") }, + { imageSrc: getAssetUrl("asset://hero-6"), imageAlt: getAssetAlt("asset://hero-6", "Chocolate lava cake dessert") } ]} mediaAnimation="opacity" - useInvertedBackground={true} /> @@ -108,8 +107,8 @@ export default function LandingPage() { description="At Ember & Oak, every dish is built around fire, smoke, and fresh ingredients. From wood-grilled steaks to handmade pastas, we bring bold flavor in a warm, modern space, offering a unique dining experience." subdescription="Our passion for culinary excellence is matched only by our commitment to using the finest local produce and crafting memorable moments for every guest." icon={Sprout} - imageSrc={getAssetUrl("http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934672.jpg")} - imageAlt={getAssetAlt("http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934672.jpg", "Chef in modern kitchen preparing food")} + imageSrc={getAssetUrl("asset://about-story")} + imageAlt={getAssetAlt("asset://about-story", "Chef in modern kitchen preparing food")} mediaAnimation="slide-up" useInvertedBackground={false} /> @@ -118,12 +117,12 @@ export default function LandingPage() {