Update src/app/page.tsx

This commit is contained in:
2026-03-23 00:18:20 +00:00
parent e275fcc84f
commit 913697e603

View File

@@ -12,7 +12,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBase from "@/components/sections/footer/FooterBase";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Sparkles, SquareSplit, CheckCircle, Trophy } from "lucide-react";
import { Sparkles, CheckCircle, Trophy, Book } from "lucide-react";
export default function ItalianRestaurantPage() {
return (
@@ -83,7 +83,7 @@ export default function ItalianRestaurantPage() {
imageSrc="https://img.b2bpic.net/free-photo/restaurant-chef-cooking_140725-16.jpg"
imageAlt="Chef preparing food in a restaurant kitchen"
bulletPoints={[
{ title: "Authentic Recipes", description: "Passed down through generations.", icon: SquareSplit },
{ title: "Authentic Recipes", description: "Passed down through generations.", icon: Book },
{ title: "Fresh Ingredients", description: "Sourced daily for unparalleled flavor.", icon: CheckCircle },
{ title: "Warm Hospitality", description: "Experience true Italian welcome.", icon: Sparkles }
]}