Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf12c7216a | |||
| d12565ec9b | |||
| 0e5fe868b1 | |||
| 8e6a3dc23b |
@@ -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";
|
||||||
@@ -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,7 +170,6 @@ 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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user