Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 462b0914c9 | |||
| 6ad4f980a2 |
@@ -37,14 +37,14 @@ export default function LandingPage() {
|
|||||||
{ name: "Menu", id: "menu" },
|
{ name: "Menu", id: "menu" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="The GT Road"
|
brandName="Cook du cook"
|
||||||
button={{ text: "Reserve" }}
|
button={{ text: "Reserve" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<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."
|
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" }]}
|
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"
|
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">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoText="The GT Road"
|
logoText="Cook du cook"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] },
|
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] },
|
||||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||||
|
|||||||
Reference in New Issue
Block a user