Update src/app/page.tsx
This commit is contained in:
@@ -62,9 +62,9 @@ export default function LandingPage() {
|
||||
imageAlt="Freshly baked bagels on a wooden tray"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Locally Sourced Ingredients", icon: CheckCircle },
|
||||
{ type: "text", text: "Traditional Recipes", icon: Sparkles },
|
||||
{ type: "text", text: "Daily Freshness", icon: ArrowRight }
|
||||
{ type: "text", text: "Locally Sourced Ingredients" },
|
||||
{ type: "text", text: "Traditional Recipes" },
|
||||
{ type: "text", text: "Daily Freshness" }
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
showMarqueeCard={true}
|
||||
@@ -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
|
||||
}
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/baker-forming-dough-sphere-wooden-board_74855-5658.jpg?_wi=1"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/baker-forming-dough-sphere-wooden-board_74855-5658.jpg"
|
||||
imageAlt="Artisan bagel maker at work in the bakery"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="left"
|
||||
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
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?_wi=2", 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", imageAlt: "Artisan baker kneading dough"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -140,10 +140,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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?_wi=1", 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", 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?_wi=2", 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", 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
|
||||
|
||||
Reference in New Issue
Block a user