4 Commits

Author SHA1 Message Date
135361f5aa Update src/app/page.tsx 2026-04-26 19:24:21 +00:00
7bbb2afa5f Merge version_2 into main
Merge version_2 into main
2026-04-26 18:53:10 +00:00
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" logoText="The Igloo"
description="Small-batch ice cream crafted daily in Chambersburg since the 1950s." description="Small-batch ice cream crafted daily in Chambersburg since the 1950s."
buttons={[ buttons={[
{
text: "View Todays Flavors", href: "#product"},
{ {
text: "Visit Us Today", href: "#contact"}, text: "Visit Us Today", href: "#contact"},
]} ]}
@@ -210,6 +208,7 @@ export default function LandingPage() {
{ {
name: "email", type: "email", placeholder: "Email Address"}, name: "email", type: "email", placeholder: "Email Address"},
]} ]}
onSubmit={(data) => console.log("Form submitted:", data)}
imageSrc="http://img.b2bpic.net/free-photo/cupcakes-with-christmas-decoration-cup_1162-201.jpg" imageSrc="http://img.b2bpic.net/free-photo/cupcakes-with-christmas-decoration-cup_1162-201.jpg"
imageAlt="vintage ice cream shop night time" imageAlt="vintage ice cream shop night time"
/> />
@@ -251,4 +250,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }