Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 54ab3d0d1f | |||
| 210366a2f0 | |||
| b66a387003 | |||
| 9d26a5213c | |||
| 28b1318796 | |||
| 58bdbcd9aa | |||
| 58b20c834f |
@@ -75,22 +75,12 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="blog" data-section="blog">
|
|
||||||
<BlogCardThree
|
|
||||||
blogs={[]}
|
|
||||||
title="Latest News"
|
|
||||||
description="Updates from the kitchen."
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
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" }] }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -98,4 +88,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user