7 Commits

Author SHA1 Message Date
bf12c7216a Update src/app/page.tsx 2026-02-24 11:30:34 +00:00
d12565ec9b Merge version_2 into main
Merge version_2 into main
2026-02-24 11:24:04 +00:00
c9f04b9706 Update src/app/page.tsx 2026-02-24 11:24:00 +00:00
0e5fe868b1 Merge version_2 into main
Merge version_2 into main
2026-02-24 11:22:22 +00:00
926b41a58a Update src/app/page.tsx 2026-02-24 11:22:17 +00:00
8e6a3dc23b Merge version_2 into main
Merge version_2 into main
2026-02-24 11:19:21 +00:00
67cbd9a2cd Update src/app/page.tsx 2026-02-24 11:19:17 +00:00

View File

@@ -57,9 +57,9 @@ export default function LandingPage() {
imageAlt="Cozy coffee shop interior with artisan bread displayed on wooden shelves"
mediaAnimation="slide-up"
marqueeItems={[
{ type: "text", text: "Locally Sourced Ingredients", icon: CheckCircle },
{ type: "text", text: "Daily Fresh Bread", icon: Sparkles },
{ type: "text", text: "Sustainable Practices", icon: CheckCircle }
{ type: "text", text: "Locally Sourced Ingredients" },
{ type: "text", text: "Daily Fresh Bread" },
{ type: "text", text: "Sustainable Practices" }
]}
marqueeSpeed={30}
showMarqueeCard={true}