Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-26 18:53:11 +00:00

View File

@@ -50,8 +50,6 @@ export default function LandingPage() {
logoText="The Igloo"
description="Small-batch ice cream crafted daily in Chambersburg since the 1950s."
buttons={[
{
text: "View Todays Flavors", href: "#product"},
{
text: "Visit Us Today", href: "#contact"},
]}
@@ -251,4 +249,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}