Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 135361f5aa | |||
| 7bbb2afa5f | |||
| 92229beaca | |||
| d5d898a3bf |
@@ -50,8 +50,6 @@ export default function LandingPage() {
|
||||
logoText="The Igloo"
|
||||
description="Small-batch ice cream crafted daily in Chambersburg since the 1950s."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Today’s Flavors", href: "#product"},
|
||||
{
|
||||
text: "Visit Us Today", href: "#contact"},
|
||||
]}
|
||||
@@ -210,6 +208,7 @@ export default function LandingPage() {
|
||||
{
|
||||
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"
|
||||
imageAlt="vintage ice cream shop night time"
|
||||
/>
|
||||
@@ -251,4 +250,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user