3 Commits

Author SHA1 Message Date
56334da95e Update src/app/page.tsx 2026-03-03 11:12:46 +00:00
7d83df620b Update src/app/layout.tsx 2026-03-03 11:12:44 +00:00
2afc7cfa3d Merge version_1 into main
Merge version_1 into main
2026-03-03 11:09:33 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1412,4 +1412,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
title="Freshly Brewed Moments, Perfectly Yours"
description="Experience premium specialty coffee in Heidelberg's most inviting space. Whether you're working, meeting, or simply unwinding, The Test Hub is your sanctuary for calm and connection."
buttons={[
{ text: "View Menu", href: "#menu" },
{ text: "Reserve Your Spot", href: "#menu" },
{ text: "Visit Us", href: "#contact" }
]}
buttonAnimation="slide-up"
@@ -238,4 +238,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}