3 Commits

Author SHA1 Message Date
c9f04b9706 Update src/app/page.tsx 2026-02-24 11:24:00 +00:00
926b41a58a Update src/app/page.tsx 2026-02-24 11:22:17 +00:00
67cbd9a2cd Update src/app/page.tsx 2026-02-24 11:19:17 +00:00

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { CheckCircle, Coffee, Hammer, Leaf, Sparkles, Users } from "lucide-react"; import { CheckCircle, Coffee, Hammer, Leaf, Sparkles, Users } from "lucide-react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
@@ -57,9 +57,9 @@ export default function LandingPage() {
imageAlt="Cozy coffee shop interior with artisan bread displayed on wooden shelves" imageAlt="Cozy coffee shop interior with artisan bread displayed on wooden shelves"
mediaAnimation="slide-up" mediaAnimation="slide-up"
marqueeItems={[ marqueeItems={[
{ type: "text", text: "Locally Sourced Ingredients", icon: CheckCircle }, { type: "text", text: "Locally Sourced Ingredients" },
{ type: "text", text: "Daily Fresh Bread", icon: Sparkles }, { type: "text", text: "Daily Fresh Bread" },
{ type: "text", text: "Sustainable Practices", icon: CheckCircle } { type: "text", text: "Sustainable Practices" }
]} ]}
marqueeSpeed={30} marqueeSpeed={30}
showMarqueeCard={true} showMarqueeCard={true}
@@ -117,7 +117,7 @@ export default function LandingPage() {
id: 3, 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" 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"
} }
]} ]
/> />
</div> </div>
@@ -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 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
} }
]} ]
/> />
</div> </div>
@@ -170,6 +170,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
carouselMode="buttons" carouselMode="buttons"
uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105" uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105"
ratingClassName="text-xl text-yellow-400"
/> />
</div> </div>