diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cf7f9f..e8a8fdf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Sparkles } from "lucide-react"; +import { Sparkles, Utensils, Award, Users, ThumbsUp, Pizza } from "lucide-react"; export default function ItalianRestaurantPage() { return ( @@ -38,8 +38,7 @@ export default function ItalianRestaurantPage() { { name: "Reviews", id: "testimonials" } ]} button={{ - text: "Book a Table", - href: "contact" + text: "Book a Table", href: "contact" }} /> @@ -76,25 +75,13 @@ export default function ItalianRestaurantPage() { description="Discover our signature dishes, carefully crafted using authentic Italian recipes and premium ingredients." products={[ { - id: "1", - name: "Tagliatelle al Ragù", - price: "$28", - imageSrc: "https://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-parmesan-inside-blue-plate-top-view_114579-1556.jpg", - imageAlt: "Tagliatelle al Ragù with meat sauce" + id: "1", name: "Tagliatelle al Ragù", price: "$28", imageSrc: "https://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-parmesan-inside-blue-plate-top-view_114579-1556.jpg", imageAlt: "Tagliatelle al Ragù with meat sauce" }, { - id: "2", - name: "Risotto ai Funghi", - price: "$26", - imageSrc: "https://img.b2bpic.net/free-photo/pasta-tomato-sauce-with-chopped-parmesan-tomato-basilic_114579-919.jpg", - imageAlt: "Creamy mushroom risotto" + id: "2", name: "Risotto ai Funghi", price: "$26", imageSrc: "https://img.b2bpic.net/free-photo/pasta-tomato-sauce-with-chopped-parmesan-tomato-basilic_114579-919.jpg", imageAlt: "Creamy mushroom risotto" }, { - id: "3", - name: "Tiramisu Tradizionale", - price: "$12", - imageSrc: "https://img.b2bpic.net/free-photo/top-view-chicken-spaghetti-with-bell-peppers-parsley_140725-312.jpg", - imageAlt: "Classic tiramisu dessert" + id: "3", name: "Tiramisu Tradizionale", price: "$12", imageSrc: "https://img.b2bpic.net/free-photo/top-view-chicken-spaghetti-with-bell-peppers-parsley_140725-312.jpg", imageAlt: "Classic tiramisu dessert" } ]} gridVariant="three-columns-all-equal-width" @@ -106,19 +93,11 @@ export default function ItalianRestaurantPage() {