2 Commits

Author SHA1 Message Date
92229beaca Update src/app/page.tsx 2026-04-26 18:53:07 +00:00
d5d898a3bf Merge version_1 into main
Merge version_1 into main
2026-04-26 18:50:09 +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>
);
}
}