Update src/app/page.tsx

This commit is contained in:
2026-05-14 06:16:38 +00:00
parent 6ad4f980a2
commit 462b0914c9

View File

@@ -37,14 +37,14 @@ export default function LandingPage() {
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="The GT Road"
brandName="Cook du cook"
button={{ text: "Reserve" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="The GT Road"
logoText="Cook du cook"
description="Experience the culinary journey of the historic Grand Trunk Road, bringing authentic flavors from across the route to your table."
buttons={[{ text: "Reserve a Table", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-eats-entrecote-kebab-meat-rib-with-sesame-seeds-poppies_141793-5187.jpg"
@@ -155,7 +155,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="The GT Road"
logoText="Cook du cook"
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },