diff --git a/src/app/page.tsx b/src/app/page.tsx index 17bf52f..8ff31f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Flame, Heart, Chef, Leaf, Users, Pizza, Cheese, Star, Sparkles, Phone } from 'lucide-react'; +import { Flame, Heart, Leaf, Users, Pizza, Star, Sparkles, Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -79,7 +79,7 @@ export default function LandingPage() { imagePosition="right" bulletPoints={[ { - title: "Artisan Craftsmanship", description: "Every pizza is hand-stretched and topped with precision using time-honored Italian techniques.", icon: Chef, + title: "Artisan Craftsmanship", description: "Every pizza is hand-stretched and topped with precision using time-honored Italian techniques.", icon: Leaf, }, { title: "Premium Ingredients", description: "We source 100% Italian San Marzano tomatoes, fresh mozzarella, and imported Italian meats.", icon: Leaf, @@ -110,29 +110,29 @@ export default function LandingPage() { { title: "Margherita Classica", description: "The timeless Italian classic with San Marzano tomatoes, fresh mozzarella, basil, olive oil, and sea salt.", icon: Pizza, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/homemade-vegan-margherita-pizza-food-photography_53876-63239.jpg?_wi=1", imageAlt: "Margherita Pizza" }, - { imageSrc: "http://img.b2bpic.net/free-photo/fresh-italian-salad-antipasto-called-caprese-with-buffalo-mozzarella-sliced-tomatoes-basil-with-olive-oil-ingredients-vegetarian-caprese-salad-italian-food-top-view-rustic-style_1150-44861.jpg?_wi=1", imageAlt: "Fresh Basil and Mozzarella" }, + { imageSrc: "http://img.b2bpic.net/free-photo/homemade-vegan-margherita-pizza-food-photography_53876-63239.jpg", imageAlt: "Margherita Pizza" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fresh-italian-salad-antipasto-called-caprese-with-buffalo-mozzarella-sliced-tomatoes-basil-with-olive-oil-ingredients-vegetarian-caprese-salad-italian-food-top-view-rustic-style_1150-44861.jpg", imageAlt: "Fresh Basil and Mozzarella" }, ], }, { title: "BBQ Smokehouse", description: "Smoked chicken, crispy bacon, caramelized onions, and tangy BBQ sauce on a thin crust.", icon: Flame, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-psd/delicious-bbq-chicken-pizza-with-slice-removed-transparent-background_84443-77553.jpg?_wi=1", imageAlt: "BBQ Pizza" }, + { imageSrc: "http://img.b2bpic.net/free-psd/delicious-bbq-chicken-pizza-with-slice-removed-transparent-background_84443-77553.jpg", imageAlt: "BBQ Pizza" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-pizza-with-bell-pepper-barbecue-sauce-tray_140725-11449.jpg", imageAlt: "BBQ Sauce and Meat" }, ], }, { - title: "Quattro Formaggi", description: "A cheese lover's dream with mozzarella, parmesan, gorgonzola, and ricotta on a rich tomato base.", icon: Cheese, + title: "Quattro Formaggi", description: "A cheese lover's dream with mozzarella, parmesan, gorgonzola, and ricotta on a rich tomato base.", icon: Pizza, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/pizza-four-cheese-table_140725-5392.jpg?_wi=1", imageAlt: "Quattro Formaggi Pizza" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pizza-four-cheese-table_140725-5392.jpg", imageAlt: "Quattro Formaggi Pizza" }, { imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-melted-cheese-cut-into-slices_114579-3002.jpg", imageAlt: "Cheese Blend" }, ], }, { title: "Vegetarian Verde", description: "Fresh seasonal vegetables including zucchini, eggplant, roasted peppers, mushrooms, and spinach.", icon: Leaf, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/homemade-vegan-margherita-pizza-food-photography_53876-63239.jpg?_wi=2", imageAlt: "Vegetable Pizza" }, - { imageSrc: "http://img.b2bpic.net/free-photo/fresh-italian-salad-antipasto-called-caprese-with-buffalo-mozzarella-sliced-tomatoes-basil-with-olive-oil-ingredients-vegetarian-caprese-salad-italian-food-top-view-rustic-style_1150-44861.jpg?_wi=2", imageAlt: "Fresh Vegetables" }, + { imageSrc: "http://img.b2bpic.net/free-photo/homemade-vegan-margherita-pizza-food-photography_53876-63239.jpg", imageAlt: "Vegetable Pizza" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fresh-italian-salad-antipasto-called-caprese-with-buffalo-mozzarella-sliced-tomatoes-basil-with-olive-oil-ingredients-vegetarian-caprese-salad-italian-food-top-view-rustic-style_1150-44861.jpg", imageAlt: "Fresh Vegetables" }, ], }, ]} @@ -154,13 +154,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Truffle Eleganza", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/pizza-four-cheese-table_140725-5392.jpg?_wi=2", imageAlt: "Truffle Pizza", initialQuantity: 1, + id: "1", name: "Truffle Eleganza", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/pizza-four-cheese-table_140725-5392.jpg", imageAlt: "Truffle Pizza", initialQuantity: 1, }, { - id: "2", name: "Prosciutto Di Parma", price: "$22.99", imageSrc: "http://img.b2bpic.net/free-photo/homemade-vegan-margherita-pizza-food-photography_53876-63239.jpg?_wi=3", imageAlt: "Prosciutto Pizza", initialQuantity: 1, + id: "2", name: "Prosciutto Di Parma", price: "$22.99", imageSrc: "http://img.b2bpic.net/free-photo/homemade-vegan-margherita-pizza-food-photography_53876-63239.jpg", imageAlt: "Prosciutto Pizza", initialQuantity: 1, }, { - id: "3", name: "Seafood Delight", price: "$26.99", imageSrc: "http://img.b2bpic.net/free-psd/delicious-bbq-chicken-pizza-with-slice-removed-transparent-background_84443-77553.jpg?_wi=2", imageAlt: "Seafood Pizza", initialQuantity: 1, + id: "3", name: "Seafood Delight", price: "$26.99", imageSrc: "http://img.b2bpic.net/free-psd/delicious-bbq-chicken-pizza-with-slice-removed-transparent-background_84443-77553.jpg", imageAlt: "Seafood Pizza", initialQuantity: 1, }, ]} buttons={[{ text: "Order Online", href: "#order" }]}