Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-04-17 17:19:21 +00:00

View File

@@ -75,17 +75,6 @@ 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"
@@ -98,4 +87,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}