From 1f37891d0ac0f469439a862d9f656c1802cd6595 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 13:54:20 +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 4da7950..f0af2ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLarge" - background="noise" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -47,14 +47,14 @@ export default function HomePage() { @@ -95,7 +95,7 @@ export default function HomePage() { title: "Fresh Ingredients", description: "We source the finest Japanese ingredients daily, ensuring every dish reflects authentic flavors and premium quality.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-tuna-fish-meat-salad-with-avocado-mango_74190-749.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-tuna-fish-meat-salad-with-avocado-mango_74190-749.jpg", imageAlt: "Fresh ingredient preparation", }, items: [ @@ -115,7 +115,7 @@ export default function HomePage() { title: "Authentic Japanese Cuisine", description: "Our menu features traditional sushi, ramen, and contemporary Japanese dishes prepared by experienced chefs trained in Japan.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-chopsticks_23-2149250127.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-chopsticks_23-2149250127.jpg", imageAlt: "Chef preparing authentic sushi", }, items: [ @@ -135,7 +135,7 @@ export default function HomePage() { title: "Stylish Dining Experience", description: "Our minimalist-designed restaurant combines sleek modern architecture with warm accents, creating an inviting and elegant atmosphere.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/plates-brown-wooden-table_417767-541.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/plates-brown-wooden-table_417767-541.jpg", imageAlt: "Modern restaurant interior", }, items: [ -- 2.49.1