Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c9f04b9706 | |||
| 926b41a58a | |||
| 67cbd9a2cd |
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { CheckCircle, Coffee, Hammer, Leaf, Sparkles, Users } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
@@ -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"
|
||||
}
|
||||
]}
|
||||
]
|
||||
/>
|
||||
</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
|
||||
}
|
||||
]}
|
||||
]
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user