6 Commits

Author SHA1 Message Date
1a3f07dab1 Update src/app/page.tsx 2026-04-26 19:25:43 +00:00
ad8f8bb5a8 Merge version_3 into main
Merge version_3 into main
2026-04-26 19:24:24 +00:00
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

@@ -51,9 +51,7 @@ export default function LandingPage() {
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: "145 N Main St, Chambersburg, PA", href: "#contact"},
{
text: "Visit Us Today", href: "#contact"},
]} ]}
slides={[ slides={[
{ {
@@ -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>
); );
} }