5 Commits

Author SHA1 Message Date
d3f2a58993 Merge version_3 into main
Merge version_3 into main
2026-05-17 14:16:10 +00:00
fdefb60e8f Update src/app/page.tsx 2026-05-17 14:16:04 +00:00
d11bfea4e1 Merge version_2 into main
Merge version_2 into main
2026-05-17 14:15:19 +00:00
4966cf2808 Update src/app/page.tsx 2026-05-17 14:15:16 +00:00
becaa93c1b Merge version_1 into main
Merge version_1 into main
2026-05-16 13:50:34 +00:00

View File

@@ -136,7 +136,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={true}
title="Get in Touch"
description="We're here to help you grow. Call, email, or visit us in person."
description="We're here to help you grow. Call, email, or visit us in person at 2777 500th St SW, Iowa City, IA 52240, United States."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
@@ -149,7 +149,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Store Info", items: [{ label: "Visit Us", href: "#contact" }, { label: "Call: (555) 123-4567", href: "tel:5551234567" }] },
{ title: "Store Info", items: [{ label: "Visit Us", href: "#contact" }, { label: "Call: +1 319-683-2217", href: "tel:13196832217" }] },
{ title: "Categories", items: [{ label: "Animal Feed", href: "#products" }, { label: "Fencing", href: "#products" }] },
]}
logoText="Steves Farm Supply Inc."
@@ -159,4 +159,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}