Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -72,7 +72,7 @@ export default function PizzaClubLanding() {
|
||||
{ value: "15+", title: "Years of Excellence" },
|
||||
{ value: "50K+", title: "Happy Customers" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-arranging-dishware-table-restaurant_23-2147936226.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-arranging-dishware-table-restaurant_23-2147936226.jpg?_wi=1"
|
||||
imageAlt="Warm and inviting restaurant interior with red accents"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -93,7 +93,7 @@ export default function PizzaClubLanding() {
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Signature Pizzas", name: "Margherita Classico", price: "$14.99", rating: 5,
|
||||
reviewCount: "5.8k", imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-wooden-background_23-2148574224.jpg", imageAlt: "Traditional margherita pizza with fresh mozzarella and basil"
|
||||
reviewCount: "5.8k", imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-wooden-background_23-2148574224.jpg?_wi=1", imageAlt: "Traditional margherita pizza with fresh mozzarella and basil"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Signature Pizzas", name: "Quattro Formaggi", price: "$16.99", rating: 5,
|
||||
@@ -105,7 +105,7 @@ export default function PizzaClubLanding() {
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Desserts", name: "Traditional Tiramisu", price: "$7.99", rating: 5,
|
||||
reviewCount: "2.7k", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-with-hot-chocolate-table_140725-6578.jpg", imageAlt: "Classic layered tiramisu with cocoa"
|
||||
reviewCount: "2.7k", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-with-hot-chocolate-table_140725-6578.jpg?_wi=1", imageAlt: "Classic layered tiramisu with cocoa"
|
||||
},
|
||||
{
|
||||
id: "6", brand: "Beverages", name: "Premium Italian Wine Selection", price: "$25.00", rating: 5,
|
||||
@@ -137,7 +137,7 @@ export default function PizzaClubLanding() {
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Restaurant Ambiance", name: "Interior Design", price: "", rating: 5,
|
||||
reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-dishware-table-restaurant_23-2147936226.jpg", imageAlt: "Warm restaurant interior with elegant lighting"
|
||||
reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-dishware-table-restaurant_23-2147936226.jpg?_wi=2", imageAlt: "Warm restaurant interior with elegant lighting"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Customer Experience", name: "Happy Diners", price: "", rating: 5,
|
||||
@@ -145,7 +145,7 @@ export default function PizzaClubLanding() {
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Signature Dishes", name: "Culinary Creations", price: "", rating: 5,
|
||||
reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-wooden-background_23-2148574224.jpg", imageAlt: "Beautifully plated signature pizza"
|
||||
reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-wooden-background_23-2148574224.jpg?_wi=2", imageAlt: "Beautifully plated signature pizza"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Special Moments", name: "Dining Experience", price: "", rating: 5,
|
||||
@@ -153,7 +153,7 @@ export default function PizzaClubLanding() {
|
||||
},
|
||||
{
|
||||
id: "6", brand: "Chef's Artistry", name: "Gourmet Presentation", price: "", rating: 5,
|
||||
reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-with-hot-chocolate-table_140725-6578.jpg", imageAlt: "Elegantly plated tiramisu dessert"
|
||||
reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-with-hot-chocolate-table_140725-6578.jpg?_wi=2", imageAlt: "Elegantly plated tiramisu dessert"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user