Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e7c6eab8a | |||
| 2eb028ea1a | |||
| 7938775f9d | |||
| 551eecf147 | |||
| 8874406ced | |||
| b5ae0bcee9 | |||
| 7f4d4c174d | |||
| 9ed1a7106b |
@@ -47,6 +47,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Kultúra: Where Coffee Meets Culture"
|
||||
description="Experience the authentic taste of tradition in every cup. Kultúra brings you the finest selection of hand-roasted beans, crafted with passion for our local community."
|
||||
buttons={[{ text: "Order Now", href: "#products" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-black-coffee-cup_23-2148352294.jpg", imageAlt: "cozy coffee shop interior warm lighting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-spoon-with-roasted-coffee-beans_23-2148251692.jpg", imageAlt: "fresh coffee beans macro shot" },
|
||||
@@ -83,7 +84,8 @@ export default function LandingPage() {
|
||||
{ id: "3", name: "Golden Mocha", price: "$5.00", variant: "Sweet/Bold", imageSrc: "http://img.b2bpic.net/free-photo/glass-filled-with-coffee-coffee-beans_23-2148254970.jpg" },
|
||||
]}
|
||||
title="Our Signature Brews"
|
||||
description="Discover our carefully curated menu, featuring everything from classic espressos to exotic single-origin pours, all roasted to perfection."
|
||||
description="Experience artisanal quality, roasted fresh in small batches for the ultimate flavor profile."
|
||||
buttons={[{ text: "View Full Menu", href: "#menu-details" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -190,4 +192,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user