Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 217575c009 | |||
| 1a3f07dab1 | |||
| ad8f8bb5a8 | |||
| 135361f5aa | |||
| 7bbb2afa5f | |||
| 92229beaca | |||
| d5d898a3bf |
@@ -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 Today’s 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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user