Update src/app/page.tsx

This commit is contained in:
2026-05-30 15:16:17 +00:00
parent 59c971a1db
commit 9cfeb8f3da

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="Greenwood"
description="Your Premier Sports Pub in London. Victorian charm meets modern sports viewing experience."
description="Experience the best of both worlds: thrilling live sports action meets charming Victorian elegance, right here in London's premier pub."
buttons={[
{
text: "View Menu", href: "#menu"},
@@ -268,4 +268,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}