7 Commits

Author SHA1 Message Date
54ab3d0d1f Update src/app/page.tsx 2026-04-17 17:20:57 +00:00
210366a2f0 Merge version_2 into main
Merge version_2 into main
2026-04-17 17:19:21 +00:00
b66a387003 Update src/app/page.tsx 2026-04-17 17:19:18 +00:00
9d26a5213c Merge version_1 into main
Merge version_1 into main
2026-04-17 17:18:22 +00:00
28b1318796 Merge version_1 into main
Merge version_1 into main
2026-04-17 17:17:58 +00:00
58bdbcd9aa Merge version_1 into main
Merge version_1 into main
2026-04-17 17:17:31 +00:00
58b20c834f Merge version_1 into main
Merge version_1 into main
2026-04-17 17:17:00 +00:00

View File

@@ -75,22 +75,12 @@ export default function LandingPage() {
/>
</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">
<FooterBase
logoText="Alices 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>
);
}
}