Update src/app/page.tsx

This commit is contained in:
2026-03-07 14:58:37 +00:00
parent faaeceea99
commit 5987f11cfa

View File

@@ -9,7 +9,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar
import ContactText from "@/components/sections/contact/ContactText";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Flame, Utensils, Chef, DollarSign, Beef, Fish, Soup, Leaf, Droplets, Users, MapPin, Quote } from "lucide-react";
import { Flame, Utensils, DollarSign, Beef, Fish, Soup, Leaf, Droplets, Users, MapPin, Quote } from "lucide-react";
export default function LandingPage() {
return (
@@ -35,7 +35,8 @@ export default function LandingPage() {
{ name: "Liên Hệ", id: "contact" },
]}
button={{
text: "Đặt Bàn Ngay", href: "#booking"}}
text: "Đặt Bàn Ngay", href: "#booking"
}}
animateOnLoad={true}
/>
</div>
@@ -84,7 +85,7 @@ export default function LandingPage() {
features={[
{ icon: Flame, title: "Nướng Than Hoa Chuẩn Vị", description: "Than tự nhiên, thịt nướng vàng ơ, giữ được vị nguyên bản" },
{ icon: Utensils, title: "Lẩu Thái Tomyum Đậm Đà", description: "Nước lẩu chua cay cân bằng, tôm tươi, rau sạch mỗi ngày" },
{ icon: Chef, title: "Nguyên Liệu Tươi Mỗi Ngày", description: "Nguồn gốc rõ ràng, chọn lọc kỹ lưỡng, giao hàng sáng" },
{ icon: Leaf, title: "Nguyên Liệu Tươi Mỗi Ngày", description: "Nguồn gốc rõ ràng, chọn lọc kỹ lưỡng, giao hàng sáng" },
{ icon: DollarSign, title: "Giá Hợp Lý cho Nhóm", description: "200k - 300k/người, set gia đình tiết kiệm, dịch vụ tốt" },
]}
animationType="slide-up"