Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 72943caced | |||
| 7690e82d9d | |||
| 7be503805c | |||
| b60e99cf17 | |||
| 85f2952adb | |||
| f20154d60f |
@@ -42,8 +42,8 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Java Cafe: Your Daily Brew"
|
||||
description="Experience artisanal coffee roasted to perfection in a warm, welcoming environment."
|
||||
title="Awaken Your Senses with Java Cafe's Artisanal Roasts"
|
||||
description="Stop by our downtown location before 11 AM today to get a complimentary pastry with any handcrafted latte purchase!"
|
||||
buttons={[{ text: "Order Now", href: "/order" }]}
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/six-lovely-white-ceramic-cups-with-cappuccino-isolated-wooden-table-foam-top-flying-heart-shape_346278-1478.jpg?_wi=1", imageAlt: "Coffee shop interior" },
|
||||
@@ -127,4 +127,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user