From 86a745f6af445183b3f661e338fa7a7c51b59ce3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 20:39:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1eca6ad..ed3e4e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,13 +197,13 @@ export default function LandingPage() { textboxLayout="default" blogs={[ { - id: "1", category: "Ambiance", title: "Contemporary Elegance Meets Korean Heritage", excerpt: "Our dining space reflects the perfect balance between modern design and traditional aesthetic elements. Every detail has been carefully curated.", imageSrc: "https://img.b2bpic.net/free-photo/chinese-old-house_1127-3656.jpg", imageAlt: "Restaurant ambiance" + id: "1", category: "Ambiance", title: "Contemporary Elegance Meets Korean Heritage", excerpt: "Our dining space reflects the perfect balance between modern design and traditional aesthetic elements. Every detail has been carefully curated.", imageSrc: "https://img.b2bpic.net/free-photo/chinese-old-house_1127-3656.jpg", imageAlt: "Restaurant ambiance", authorName: "Chef Min-jun", authorAvatar: "https://img.b2bpic.net/free-photo/male-chef-with-apron-cooking-pasta_23-2148763166.jpg", date: "Jan 15, 2025" }, { - id: "2", category: "Culinary", title: "Chef's Philosophy: Flavor Without Compromise", excerpt: "Our head chef brings 25 years of experience, elevating traditional recipes with precision, innovation, and an unwavering commitment to quality.", imageSrc: "https://img.b2bpic.net/free-photo/male-chef-with-apron-cooking-pasta_23-2148763166.jpg", imageAlt: "Chef cooking" + id: "2", category: "Culinary", title: "Chef's Philosophy: Flavor Without Compromise", excerpt: "Our head chef brings 25 years of experience, elevating traditional recipes with precision, innovation, and an unwavering commitment to quality.", imageSrc: "https://img.b2bpic.net/free-photo/male-chef-with-apron-cooking-pasta_23-2148763166.jpg", imageAlt: "Chef cooking", authorName: "Chef Min-jun", authorAvatar: "https://img.b2bpic.net/free-photo/male-chef-with-apron-cooking-pasta_23-2148763166.jpg", date: "Jan 12, 2025" }, { - id: "3", category: "Experience", title: "Premium Ingredients, Premium Results", excerpt: "We source only the finest ingredients from trusted suppliers across Korea. Every vegetable, meat, and condiment is selected for excellence.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-japanese-street-food-shop_23-2149287848.jpg", imageAlt: "Restaurant dining" + id: "3", category: "Experience", title: "Premium Ingredients, Premium Results", excerpt: "We source only the finest ingredients from trusted suppliers across Korea. Every vegetable, meat, and condiment is selected for excellence.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-japanese-street-food-shop_23-2149287848.jpg", imageAlt: "Restaurant dining", authorName: "Chef Min-jun", authorAvatar: "https://img.b2bpic.net/free-photo/male-chef-with-apron-cooking-pasta_23-2148763166.jpg", date: "Jan 10, 2025" } ]} animationType="slide-up" -- 2.49.1