Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-06 09:10:33 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Explore Food", href: "#categories" },
{ text: "Find Food Now", href: "#categories" },
{ text: "Learn More", href: "#features" },
]}
buttonAnimation="slide-up"
@@ -241,4 +241,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}