Update src/app/page.tsx

This commit is contained in:
2026-05-06 10:49:36 +00:00
parent 2cb4164aa0
commit 9e6c5b898b

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="Fuel Your Day with Grub Coffee"
title="Wake Up to Perfection with Grub Coffee"
description="Artisan-roasted, sustainably sourced coffee delivered to your door or enjoyed in our cozy shop. Experience the perfect brew every single time."
buttons={[
{ text: "Shop Our Beans", href: "#products" },
@@ -175,4 +175,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}