From 44713c948d53fdf346f47676bd160150090f996a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 10:08:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22ecefd..cc195cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function PizzaLaCezaPage() { description="Fresh. Flavorful. Unforgettable. Handcrafted pizzas made with passion and premium ingredients, served in an atmosphere that feels like a hidden sanctuary." tag="Premium Pizza Restaurant" tagIcon={Flame} - imageSrc="http://img.b2bpic.net/free-photo/delicious-food-table-flat-lay_23-2149139522.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/delicious-food-table-flat-lay_23-2149139522.jpg" imageAlt="Premium 3D rotating pizza with cinematic lighting" buttons={[ { text: "View Menu", href: "#menu" }, @@ -61,7 +61,7 @@ export default function PizzaLaCezaPage() { description="Pizza La Ceza started with a simple mission: to serve authentic, handcrafted pizzas that feel homemade yet refined. Every pizza is made fresh daily using premium ingredients sourced from trusted suppliers. Our friendly team and welcoming atmosphere make this more than a restaurant—it's a community favorite where families, friends, and food lovers gather to experience pizza done right." tag="Our Story" tagIcon={ChefHat} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-pizza-restaurant-table_23-2148305651.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-pizza-restaurant-table_23-2148305651.jpg" imageAlt="Warm and welcoming pizza restaurant interior" useInvertedBackground={false} buttons={[ @@ -78,7 +78,7 @@ export default function PizzaLaCezaPage() { tagIcon={UtensilsCrossed} products={[ { - id: "chicken-fajita", name: "Chicken Fajita", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/crispy-pizza-with-cheese-mushrooms-chicken_140725-7003.jpg?_wi=1", imageAlt: "Chicken fajita pizza with grilled peppers and onions" + id: "chicken-fajita", name: "Chicken Fajita", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/crispy-pizza-with-cheese-mushrooms-chicken_140725-7003.jpg", imageAlt: "Chicken fajita pizza with grilled peppers and onions" }, { id: "ranch", name: "Ranch Pizza", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-uncooked-pizza-pan_23-2148361345.jpg", imageAlt: "Creamy ranch pizza with bacon and fresh herbs" @@ -109,7 +109,7 @@ export default function PizzaLaCezaPage() { features={[ { id: "taste", title: "Amazing Taste & Quality", description: "Every pizza is crafted with care using premium ingredients and time-honored techniques. Our customers consistently praise the authentic flavor and superior quality compared to chain restaurants.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table-flat-lay_23-2149139522.jpg?_wi=2", imageAlt: "Premium pizza close-up showing quality ingredients" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table-flat-lay_23-2149139522.jpg", imageAlt: "Premium pizza close-up showing quality ingredients" }, items: [ { icon: Sparkles, text: "Fresh daily ingredients" }, @@ -119,7 +119,7 @@ export default function PizzaLaCezaPage() { }, { id: "service", title: "Friendly Staff & Welcoming Atmosphere", description: "Our team treats every guest like family. We've built a warm, inviting space where people feel comfortable, whether it's a quick lunch or a special family dinner. This is where service means something.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-restaurant-table_23-2148305651.jpg?_wi=2", imageAlt: "Cozy restaurant interior with welcoming ambiance" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-restaurant-table_23-2148305651.jpg", imageAlt: "Cozy restaurant interior with welcoming ambiance" }, items: [ { icon: Heart, text: "Genuine hospitality" }, @@ -129,7 +129,7 @@ export default function PizzaLaCezaPage() { }, { id: "value", title: "Great Value for Money", description: "Premium quality doesn't have to come with premium prices. We believe great pizza should be accessible. Better than chains, better pricing than upscale restaurants—pure value.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/crispy-pizza-with-cheese-mushrooms-chicken_140725-7003.jpg?_wi=2", imageAlt: "Generous portion of quality pizza" + imageSrc: "http://img.b2bpic.net/free-photo/crispy-pizza-with-cheese-mushrooms-chicken_140725-7003.jpg", imageAlt: "Generous portion of quality pizza" }, items: [ { icon: TrendingUp, text: "Best price-to-quality ratio" }, @@ -188,7 +188,7 @@ export default function PizzaLaCezaPage() { { id: "2", value: "10+", description: "Years of Excellence" }, { id: "3", value: "100%", description: "Fresh Ingredients" } ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="depth-3d" textboxLayout="default" useInvertedBackground={false} -- 2.49.1