4 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

View File

@@ -51,7 +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: "Visit Us Today", href: "#contact"}, text: "145 N Main St, Chambersburg, PA", href: "#contact"},
]} ]}
slides={[ slides={[
{ {
@@ -208,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"
/> />