Update src/app/page.tsx
This commit is contained in:
@@ -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 }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user