diff --git a/src/app/page.tsx b/src/app/page.tsx index d45822c..3f5c185 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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"