Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb0ad19e27 | |||
| 5e6f0cc845 | |||
| 4aed71510d | |||
| 54ab3d0d1f | |||
| 210366a2f0 |
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
title="Our Heritage"
|
title="From Our Kitchen to Your Heart: The Alice’s Restaurant Story"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -80,6 +80,7 @@ export default function LandingPage() {
|
|||||||
logoText="Alice’s Restaurant"
|
logoText="Alice’s Restaurant"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, { label: "About", href: "/about" }, { label: "Visit", href: "/contact" }] },
|
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, { label: "About", href: "/about" }, { label: "Visit", href: "/contact" }] },
|
||||||
|
{ title: "Location & Hours", items: [{ label: "123 Main St, Crawfordsville", href: "/contact" }, { label: "Open Daily: 7AM - 9PM", href: "#" }] },
|
||||||
{ title: "Social", items: [{ label: "Facebook", href: "https://www.facebook.com/profile.php?id=100063723903618" }] }
|
{ title: "Social", items: [{ label: "Facebook", href: "https://www.facebook.com/profile.php?id=100063723903618" }] }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user