diff --git a/src/app/page.tsx b/src/app/page.tsx
index 40346e9..c905947 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -58,40 +46,16 @@ export default function LandingPage() {
logoText="Cơm Thố Anh Béo"
description="Hương vị truyền thống, đậm đà khó quên tại Phú Hoà. Cơm thố giòn rụm, nóng hổi chờ bạn khám phá."
buttons={[
- {
- text: "Đặt món ngay",
- href: "#products",
- },
- {
- text: "Tìm đường",
- href: "#contact",
- },
+ { text: "Đặt món ngay", href: "#products" },
+ { text: "Tìm đường", href: "#contact" },
]}
slides={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/ramadan-vietnam-flag-islamic-background_187299-37273.jpg",
- imageAlt: "Cơm thố nóng hổi",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/lamps-coffee-shop_116348-51.jpg",
- imageAlt: "Không gian quán sạch sẽ",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-indonesian-bakso_23-2148933345.jpg",
- imageAlt: "Món ăn ngon miệng",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-waiter-black-apron-standing-confident-cross-arms-chest-against-yellow-background_1258-158644.jpg",
- imageAlt: "Đội ngũ thân thiện",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520107.jpg",
- imageAlt: "Thực khách thưởng thức",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-nourishing-food_23-2148484622.jpg",
- imageAlt: "Nguyên liệu tươi mới",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/ramadan-vietnam-flag-islamic-background_187299-37273.jpg", imageAlt: "Cơm thố nóng hổi" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/lamps-coffee-shop_116348-51.jpg", imageAlt: "Không gian quán sạch sẽ" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-indonesian-bakso_23-2148933345.jpg", imageAlt: "Món ăn ngon miệng" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-waiter-black-apron-standing-confident-cross-arms-chest-against-yellow-background_1258-158644.jpg", imageAlt: "Đội ngũ thân thiện" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520107.jpg", imageAlt: "Thực khách thưởng thức" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-nourishing-food_23-2148484622.jpg", imageAlt: "Nguyên liệu tươi mới" },
]}
/>
@@ -100,12 +64,7 @@ export default function LandingPage() {
@@ -116,42 +75,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Cơm Thố Gà Quay",
- price: "45.000 ₫",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-stuffing-turkey_23-2148652161.jpg",
- },
- {
- id: "p2",
- name: "Cơm Thố Bò Nướng",
- price: "55.000 ₫",
- imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-cherry-tomatoes_114579-5138.jpg",
- },
- {
- id: "p3",
- name: "Cơm Thố Sườn Đặc Biệt",
- price: "60.000 ₫",
- imageSrc: "http://img.b2bpic.net/free-photo/white-plate-rice-meat-vegetables-with-seasonings-spoon-fork-nearby_181624-32118.jpg",
- },
- {
- id: "p4",
- name: "Cơm Thố Chả Trứng",
- price: "40.000 ₫",
- imageSrc: "http://img.b2bpic.net/free-photo/food-dish-kitchen-table_23-2147835287.jpg",
- },
- {
- id: "p5",
- name: "Cơm Thố Xá Xíu",
- price: "50.000 ₫",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-asian-dish-with-rice-herbs_23-2148694318.jpg",
- },
- {
- id: "p6",
- name: "Canh Rau Theo Ngày",
- price: "15.000 ₫",
- imageSrc: "http://img.b2bpic.net/free-photo/hands-front-dish_23-2147680623.jpg",
- },
+ { id: "p1", name: "Cơm Thố Gà Quay", price: "45.000 ₫", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-stuffing-turkey_23-2148652161.jpg" },
+ { id: "p2", name: "Cơm Thố Bò Nướng", price: "55.000 ₫", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-cherry-tomatoes_114579-5138.jpg" },
+ { id: "p3", name: "Cơm Thố Sườn Đặc Biệt", price: "60.000 ₫", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-rice-meat-vegetables-with-seasonings-spoon-fork-nearby_181624-32118.jpg" },
+ { id: "p4", name: "Cơm Thố Chả Trứng", price: "40.000 ₫", imageSrc: "http://img.b2bpic.net/free-photo/food-dish-kitchen-table_23-2147835287.jpg" },
+ { id: "p5", name: "Cơm Thố Xá Xíu", price: "50.000 ₫", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-asian-dish-with-rice-herbs_23-2148694318.jpg" },
+ { id: "p6", name: "Canh Rau Theo Ngày", price: "15.000 ₫", imageSrc: "http://img.b2bpic.net/free-photo/hands-front-dish_23-2147680623.jpg" },
]}
title="Thực đơn nổi bật"
description="Thưởng thức sự kết hợp hoàn hảo giữa kỹ thuật nấu cơm thố giòn và các loại topping tươi ngon nhất mỗi ngày."
@@ -162,42 +91,13 @@ export default function LandingPage() {
@@ -260,21 +134,9 @@ export default function LandingPage() {
@@ -303,24 +158,8 @@ export default function LandingPage() {