Update src/app/page.tsx
This commit is contained in:
@@ -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: "#" }] },
|
||||
|
||||
Reference in New Issue
Block a user