Update src/app/page.tsx

This commit is contained in:
2026-03-12 12:17:50 +00:00
parent fc76f5fdf1
commit 37cba10f01

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="EATS BAKERY x COFFEE"
description="Relax with freshly brewed coffee, enjoy handcrafted bakery treats, and spend time with our adorable rescue cats."
description="Premium Coffee. Artisan Bakery. Adorable Rescue Cats."
buttons={[
{ text: "Visit Our Café", href: "visit" },
{ text: "Meet Our Cats", href: "cats" }
@@ -249,4 +249,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}