Update src/app/page.tsx

This commit is contained in:
2026-05-12 08:38:41 +00:00
parent 356d499bc6
commit 94e0b723eb

View File

@@ -137,9 +137,9 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={["Fabric World", "Modern Interiors", "Textile Inc", "Design Hub", "Local Carpets", "Artisan Loom", "Quality Threads"]}
title="Trusted Partners"
description="Collaborating with local and international suppliers."
names={["Facebook", "Instagram", "Houzz", "Yelp", "Angi", "Google Maps"]}
title="Follow Our Latest Projects"
description="Join our community online to see our latest fabric restorations and installations."
/>
</div>
@@ -147,12 +147,13 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={true}
title="Book a Consultation"
description="Fill out the form to schedule a visit to your home."
description="Visit our workshop or book a home visit to discuss your upholstery project."
inputs={[
{ name: "name", type: "text", placeholder: "Your Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true }
]}
textarea={{ name: "notes", placeholder: "Briefly describe your project...", rows: 4, required: true }}
textarea={{ name: "notes", placeholder: "Briefly describe your project or mention if you need local pickup...", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/top-view-scissors-with-thread-copy-space_23-2148739394.jpg"
/>
</div>
@@ -161,10 +162,11 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Home Town Curtains"
columns={[
{ title: "Links", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }] },
{ title: "Contact", items: [{ label: "Schedule", href: "#contact" }, { label: "Email", href: "#contact" }] }
{ title: "Quick Links", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }, { label: "Reviews", href: "#testimonials" }] },
{ title: "Get in Touch", items: [{ label: "Call: (555) 123-4567", href: "tel:5551234567" }, { label: "Email: hello@hometowncurtains.com", href: "mailto:hello@hometowncurtains.com" }, { label: "Visit: 123 Main St, Hometown", href: "#" }] },
{ title: "Socials", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, { label: "Houzz", href: "#" }] }
]}
copyrightText="© 2024 Home Town Curtains and Upholstery"
copyrightText="© 2024 Home Town Curtains and Upholstery. All rights reserved."
/>
</div>
</ReactLenis>