2 Commits

Author SHA1 Message Date
31abfb6c5f Update src/app/page.tsx 2026-06-09 21:51:29 +00:00
a2b5c44abb Merge version_1 into main
Merge version_1 into main
2026-06-09 21:32:31 +00:00

View File

@@ -49,8 +49,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
title="Your Neighborhood Coffee and Gathering Place" title="Your Perfect Escape: Handcrafted Coffee, Fresh Bites & Community Vibes"
description="Handcrafted coffee, fresh eatery fare, and the perfect spot to work or connect. Open daily with free WiFi and a community vibe." description="Discover your new favorite spot. Savor artisanal coffee and delicious eatery fare in a welcoming atmosphere. Work, connect, or relax with free WiFi, open daily."
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
leftCarouselItems={[ leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/man-hand-pouring-champagne-into-glass-ready-drink-blur-table-restaurant_1150-6451.jpg", imageAlt: "Handcrafted latte" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-hand-pouring-champagne-into-glass-ready-drink-blur-table-restaurant_1150-6451.jpg", imageAlt: "Handcrafted latte" },
@@ -230,4 +230,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }