diff --git a/src/app/page.tsx b/src/app/page.tsx index ce8d593..a05b9a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} @@ -88,7 +88,7 @@ export default function LandingPage() { { title: "Community Focus", description: "We're more than a shop—we're a gathering place for coffee lovers and bread enthusiasts.", icon: Users } - ]} + ] imageSrc="https://img.b2bpic.net/free-photo/baker-holding-fresh-bread-hands_169016-1421.jpg" imageAlt="Artisan coffee and fresh bread being prepared in a cozy café setting" mediaAnimation="slide-up" @@ -117,7 +117,7 @@ export default function LandingPage() { id: 3, title: "Cozy & Inviting Atmosphere", description: "Our warm, rustic space is designed to make every visit feel like coming home, perfect for enjoying your morning brew or afternoon treat.", imageSrc: "https://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg", imageAlt: "Cozy interior of the café with wooden tables and warm lighting" } - ]} + ] /> @@ -139,7 +139,7 @@ export default function LandingPage() { { id: "coffee-2", name: "Colombian Medium Roast", price: "$13.99", imageSrc: "https://img.b2bpic.net/free-photo/closeup-male-barista-hands-pouring-alternative-coffee-from-chemex_176420-7897.jpg", imageAlt: "Colombian medium roast coffee beans served in a wooden spoon", initialQuantity: 1 } - ]} + ] /> @@ -158,7 +158,7 @@ export default function LandingPage() { id: "testimonial-3", name: "Sophie Martinez", role: "Coffee Enthusiast", company: "Local Roasters", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/smiley-man-posing-apron-with-coffee-pot_23-2148366687.jpg", imageAlt: "Sophie Martinez, coffee enthusiast" } - ]} + ] gridVariant="three-columns-all-equal-width" animationType="slide-up" title="What Our Community Says" @@ -170,6 +170,7 @@ export default function LandingPage() { useInvertedBackground={false} carouselMode="buttons" uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105" + ratingClassName="text-xl text-yellow-400" /> @@ -220,7 +221,7 @@ export default function LandingPage() { { label: "Events", href: "#" } ] } - ]} + ] logoText="Bloom & Bean" copyrightText="© 2025 Bloom & Bean. All rights reserved." ariaLabel="Site footer"