6 Commits

Author SHA1 Message Date
72943caced Update src/app/page.tsx 2026-04-05 12:34:31 +00:00
7690e82d9d Merge version_2 into main
Merge version_2 into main
2026-04-05 12:24:00 +00:00
7be503805c Update src/app/page.tsx 2026-04-05 12:23:57 +00:00
b60e99cf17 Merge version_1 into main
Merge version_1 into main
2026-04-05 12:23:16 +00:00
85f2952adb Merge version_1 into main
Merge version_1 into main
2026-04-05 12:22:51 +00:00
f20154d60f Merge version_1 into main
Merge version_1 into main
2026-04-05 12:22:14 +00:00

View File

@@ -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>
);
}
}