Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a3f07dab1 | |||
| ad8f8bb5a8 | |||
| 135361f5aa | |||
| 7bbb2afa5f |
@@ -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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user