From 881391929cc2ba80f58dbbafcc61fef614824b77 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 01:04:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f765a4..55525fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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