Update src/app/page.tsx
This commit is contained in:
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
|||||||
title: "Local Community Focus", description: "We're proud to support local farmers and suppliers, bringing freshness to your table.", icon: Heart
|
title: "Local Community Focus", description: "We're proud to support local farmers and suppliers, bringing freshness to your table.", icon: Heart
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/baker-forming-dough-sphere-wooden-board_74855-5658.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/baker-forming-dough-sphere-wooden-board_74855-5658.jpg?_wi=1"
|
||||||
imageAlt="Artisan bagel maker at work in the bakery"
|
imageAlt="Artisan bagel maker at work in the bakery"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
imagePosition="left"
|
imagePosition="left"
|
||||||
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Handcrafted Dough", description: "Our dough is prepared daily using time-honored methods, allowing flavors to develop naturally over a slow fermentation process.", imageSrc: "https://img.b2bpic.net/free-photo/baker-forming-dough-sphere-wooden-board_74855-5658.jpg", imageAlt: "Artisan baker kneading dough"
|
title: "Handcrafted Dough", description: "Our dough is prepared daily using time-honored methods, allowing flavors to develop naturally over a slow fermentation process.", imageSrc: "https://img.b2bpic.net/free-photo/baker-forming-dough-sphere-wooden-board_74855-5658.jpg?_wi=2", imageAlt: "Artisan baker kneading dough"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
@@ -140,10 +140,10 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "sesame-bagel", name: "Sesame Bagel", price: "$3.50", imageSrc: "https://img.b2bpic.net/free-photo/rye-bread-with-sunflower-seeds-towel-wood-board_114579-313.jpg", imageAlt: "Freshly baked sesame bagel with seeds on top", initialQuantity: 1
|
id: "sesame-bagel", name: "Sesame Bagel", price: "$3.50", imageSrc: "https://img.b2bpic.net/free-photo/rye-bread-with-sunflower-seeds-towel-wood-board_114579-313.jpg?_wi=1", imageAlt: "Freshly baked sesame bagel with seeds on top", initialQuantity: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "everything-bagel", name: "Everything Bagel", price: "$3.75", imageSrc: "https://img.b2bpic.net/free-photo/rye-bread-with-sunflower-seeds-towel-wood-board_114579-313.jpg", imageAlt: "Classic everything bagel with mixed seeds and spices", initialQuantity: 1
|
id: "everything-bagel", name: "Everything Bagel", price: "$3.75", imageSrc: "https://img.b2bpic.net/free-photo/rye-bread-with-sunflower-seeds-towel-wood-board_114579-313.jpg?_wi=2", imageAlt: "Classic everything bagel with mixed seeds and spices", initialQuantity: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "blueberry-bagel", name: "Blueberry Bagel", price: "$4.25", imageSrc: "https://img.b2bpic.net/free-photo/single-bagel-dog-rose-marble-surface_114579-57476.jpg", imageAlt: "Delicious blueberry bagel with natural fruit pieces", initialQuantity: 1
|
id: "blueberry-bagel", name: "Blueberry Bagel", price: "$4.25", imageSrc: "https://img.b2bpic.net/free-photo/single-bagel-dog-rose-marble-surface_114579-57476.jpg", imageAlt: "Delicious blueberry bagel with natural fruit pieces", initialQuantity: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user