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
@@ -70,10 +70,10 @@ export default function LandingPage() {
|
||||
title: "Fresh Daily", description: "Dough made fresh every day with premium ingredients", imageSrc: "http://img.b2bpic.net/free-photo/word-pizza-written-flour-with-ingredients_1150-17802.jpg", imageAlt: "Fresh pizza ingredients"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Fast Delivery", description: "Hot food delivered quickly across Birkenhead", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe_627829-5870.jpg", imageAlt: "Pizza restaurant kitchen"},
|
||||
title: "Fast Delivery", description: "Hot food delivered quickly across Birkenhead", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe_627829-5870.jpg?_wi=1", imageAlt: "Pizza restaurant kitchen"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Local Favourite", description: "Serving Birkenhead families for years", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe_627829-5870.jpg", imageAlt: "Local restaurant"},
|
||||
title: "Local Favourite", description: "Serving Birkenhead families for years", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe_627829-5870.jpg?_wi=2", imageAlt: "Local restaurant"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Pepperoni Pizza", price: "£7.99", imageSrc: "http://img.b2bpic.net/free-psd/delicious-pepperoni-pizza-slice-with-melted-cheese_84443-71090.jpg", imageAlt: "Pepperoni Pizza", initialQuantity: 1,
|
||||
id: "1", name: "Pepperoni Pizza", price: "£7.99", imageSrc: "http://img.b2bpic.net/free-psd/delicious-pepperoni-pizza-slice-with-melted-cheese_84443-71090.jpg?_wi=1", imageAlt: "Pepperoni Pizza", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2", name: "BBQ Chicken Pizza", price: "£8.99", imageSrc: "http://img.b2bpic.net/free-vector/italian-food-landing-page_23-2148892503.jpg", imageAlt: "BBQ Chicken Pizza", initialQuantity: 1,
|
||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
||||
id: "4", name: "Cheeseburger", price: "£4.99", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-onion-rings-tomato-lettuce-served-with-salad-fries_140725-8250.jpg", imageAlt: "Cheeseburger", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "5", name: "Family Pizza Deal", price: "£18.99", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-handsome-man-sitting-table_23-2147810880.jpg", imageAlt: "Family Pizza Deal", initialQuantity: 1,
|
||||
id: "5", name: "Family Pizza Deal", price: "£18.99", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-handsome-man-sitting-table_23-2147810880.jpg?_wi=1", imageAlt: "Family Pizza Deal", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -125,12 +125,12 @@ export default function LandingPage() {
|
||||
"Valid for online orders only", "Minimum order £10", "Excludes delivery", "Use code: ONLINE10"],
|
||||
},
|
||||
{
|
||||
id: "offer-2", title: "Free Garlic Bread", price: "FREE", period: "GIFT", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-handsome-man-sitting-table_23-2147810880.jpg", imageAlt: "Free garlic bread", button: { text: "Order Now", href: "#menu" },
|
||||
id: "offer-2", title: "Free Garlic Bread", price: "FREE", period: "GIFT", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-handsome-man-sitting-table_23-2147810880.jpg?_wi=2", imageAlt: "Free garlic bread", button: { text: "Order Now", href: "#menu" },
|
||||
features: [
|
||||
"With orders over £20", "Fresh warm garlic bread", "Takeaway & delivery", "While stocks last"],
|
||||
},
|
||||
{
|
||||
id: "offer-3", title: "Free Pizza", price: "FREE", period: "PIZZA", imageSrc: "http://img.b2bpic.net/free-psd/delicious-pepperoni-pizza-slice-with-melted-cheese_84443-71090.jpg", imageAlt: "Free pizza", button: { text: "Order Now", href: "#menu" },
|
||||
id: "offer-3", title: "Free Pizza", price: "FREE", period: "PIZZA", imageSrc: "http://img.b2bpic.net/free-psd/delicious-pepperoni-pizza-slice-with-melted-cheese_84443-71090.jpg?_wi=2", imageAlt: "Free pizza", button: { text: "Order Now", href: "#menu" },
|
||||
features: [
|
||||
"With orders over £25", "Choose any small pizza", "Delivery & collection", "Limited availability"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user