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
@@ -50,11 +50,11 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desserts-slate-with-cocoa-powder-sieve_23-2148689861.jpg", imageAlt: "Freshly filled artisan doughnuts"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desserts-slate-with-cocoa-powder-sieve_23-2148689861.jpg?_wi=1", imageAlt: "Freshly filled artisan doughnuts"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-using-knife-cut-bread-chopping-board_23-2148742214.jpg", imageAlt: "Artisan sourdough being cut fresh"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-using-knife-cut-bread-chopping-board_23-2148742214.jpg?_wi=1", imageAlt: "Artisan sourdough being cut fresh"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wood-fired-pizza-is-being-cooked-wood-fired-oven_188544-17965.jpg", imageAlt: "Stone-baked pizza in authentic oven"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wood-fired-pizza-is-being-cooked-wood-fired-oven_188544-17965.jpg?_wi=1", imageAlt: "Stone-baked pizza in authentic oven"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -90,11 +90,11 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Legendary Doughnuts", price: "From £3.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desserts-slate-with-cocoa-powder-sieve_23-2148689861.jpg", imageAlt: "Artisan filled doughnuts assortment"},
|
||||
id: "1", name: "Legendary Doughnuts", price: "From £3.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desserts-slate-with-cocoa-powder-sieve_23-2148689861.jpg?_wi=2", imageAlt: "Artisan filled doughnuts assortment"},
|
||||
{
|
||||
id: "2", name: "Artisan Sourdough", price: "From £4.00", imageSrc: "http://img.b2bpic.net/free-photo/chef-using-knife-cut-bread-chopping-board_23-2148742214.jpg", imageAlt: "Fresh baked sourdough loaves"},
|
||||
id: "2", name: "Artisan Sourdough", price: "From £4.00", imageSrc: "http://img.b2bpic.net/free-photo/chef-using-knife-cut-bread-chopping-board_23-2148742214.jpg?_wi=2", imageAlt: "Fresh baked sourdough loaves"},
|
||||
{
|
||||
id: "3", name: "Stone-Baked Pizza", price: "From £12.00", imageSrc: "http://img.b2bpic.net/free-photo/wood-fired-pizza-is-being-cooked-wood-fired-oven_188544-17965.jpg", imageAlt: "Authentic wood-fired pizza"},
|
||||
id: "3", name: "Stone-Baked Pizza", price: "From £12.00", imageSrc: "http://img.b2bpic.net/free-photo/wood-fired-pizza-is-being-cooked-wood-fired-oven_188544-17965.jpg?_wi=2", imageAlt: "Authentic wood-fired pizza"},
|
||||
]}
|
||||
title="Signature Products"
|
||||
description="Discover our most-loved creations, handcrafted daily with premium ingredients"
|
||||
@@ -115,7 +115,7 @@ export default function LandingPage() {
|
||||
description="Immerse yourself in the authentic bakery experience"
|
||||
tag="Live Experience"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cook-accurately-breaks-egg-make-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-453.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cook-accurately-breaks-egg-make-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-453.jpg?_wi=1"
|
||||
imageAlt="Skilled bakers crafting bread in Wembley bakery"
|
||||
mediaAnimation="slide-up"
|
||||
accordionItems={[
|
||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
||||
tag="Immersive Learning"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cook-accurately-breaks-egg-make-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-453.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cook-accurately-breaks-egg-make-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-453.jpg?_wi=2"
|
||||
imageAlt="Baking class workshop in progress"
|
||||
mediaAnimation="slide-up"
|
||||
accordionItems={[
|
||||
|
||||
Reference in New Issue
Block a user