Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d7259d7f21 | |||
| bf17fa0d94 | |||
| 59c5eb16b2 | |||
| 445f32a304 |
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Stop By and Say Hello"
|
title="Stop By and Say Hello"
|
||||||
description="Located in the heart of Koosharem, Utah. We are open and ready to welcome you."
|
description="We are located at 120 Main St, Koosharem, UT 84744. Come visit us in the heart of the valley."
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||||
{ name: "email", type: "email", placeholder: "Your Email" },
|
{ name: "email", type: "email", placeholder: "Your Email" },
|
||||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Store Info", items: [
|
title: "Store Info", items: [
|
||||||
{ label: "Koosharem, Utah", href: "#" },
|
{ label: "120 Main St, Koosharem, UT", href: "#" },
|
||||||
{ label: "4.7 Star Service", href: "#" },
|
{ label: "4.7 Star Service", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -187,4 +187,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user