Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb0ad19e27 | |||
| 5e6f0cc845 | |||
| 4aed71510d | |||
| 54ab3d0d1f | |||
| 210366a2f0 | |||
| b66a387003 | |||
| 9d26a5213c | |||
| 28b1318796 | |||
| 58bdbcd9aa | |||
| 58b20c834f |
@@ -70,18 +70,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
title="Our Heritage"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardThree
|
||||
blogs={[]}
|
||||
title="Latest News"
|
||||
description="Updates from the kitchen."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
title="From Our Kitchen to Your Heart: The Alice’s Restaurant Story"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -91,6 +80,7 @@ export default function LandingPage() {
|
||||
logoText="Alice’s Restaurant"
|
||||
columns={[
|
||||
{ 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" }] }
|
||||
]}
|
||||
/>
|
||||
@@ -98,4 +88,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user