From 62c3c18aa811918ac8237bb6f5f95a7e8ffdf572 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 16:44:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 09d8f99..a19fbe3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function MahtKoreanPage() { { text: "🛍 Order Online", href: "#menu" } ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-asian-noodles-with-vegetables_23-2148694328.jpg", imageAlt: "Authentic Korean Bibimbap in Stone Bowl" @@ -182,16 +182,16 @@ export default function MahtKoreanPage() { animationType="slide-up" metrics={[ { - id: "authentic", value: "100%", title: "Authentic", description: "Traditional Korean recipes with no shortcuts" + id: "authentic", value: "100%", title: "Authentic", description: "Traditional Korean recipes with no shortcuts", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-indonesian-bakso_23-2148933300.jpg", imageAlt: "Traditional Korean Food Preparation" }, { - id: "generous", value: "Extra", title: "Generous Portions", description: "Full, satisfying bowls that feed your soul" + id: "generous", value: "Extra", title: "Generous Portions", description: "Full, satisfying bowls that feed your soul", imageSrc: "http://img.b2bpic.net/free-photo/hawaiian-salmon-fish-poke-bowl-with-rice-radish-cucumber-tomato-sesame-seeds-seaweeds-buddha-bowl-diet-food-top-view-flat-lay_2829-19714.jpg", imageAlt: "Full Korean Bibimbap Bowl" }, { - id: "affordable", value: "$20-30", title: "Per Person", description: "Amazing quality at unbeatable prices" + id: "affordable", value: "$20-30", title: "Per Person", description: "Amazing quality at unbeatable prices", imageSrc: "http://img.b2bpic.net/free-photo/sun-dried-beef-fried-with-tomato-sauce-steamed-rice_1150-25394.jpg", imageAlt: "Korean Beef Short Ribs Dish" }, { - id: "inclusive", value: "All", title: "Welcome", description: "Vegan options, allergies, and inclusive vibes" + id: "inclusive", value: "All", title: "Welcome", description: "Vegan options, allergies, and inclusive vibes", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-sitting-table-together_23-2149008748.jpg", imageAlt: "Inclusive Community Dining" } ]} /> -- 2.49.1