Update src/app/page.tsx

This commit is contained in:
2026-03-31 19:00:24 +00:00
parent 276ab230ef
commit b7f9ca0c2d

View File

@@ -78,6 +78,7 @@ export default function LandingPage() {
description="Trusted by the Milbank community for years."
textboxLayout="split"
animationType="blur-reveal"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Anthony Hillman", handle: "@localguide", testimonial: "Expert service, very professional.", imageSrc: "http://img.b2bpic.net/free-photo/pov-client-advertises-organic-farming_482257-80727.jpg" },
{ id: "2", name: "Tim Wendland", handle: "@customer", testimonial: "Nick fixed my mower in record time.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-with-coffee-cup_23-2149442257.jpg" }
@@ -90,6 +91,7 @@ export default function LandingPage() {
sideTitle="Need Answers?"
sideDescription="Common questions about our repair process."
faqsAnimation="slide-up"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "Do you offer pick-up?", content: "Yes, we can arrange local pick-up in Milbank." },
{ id: "2", title: "Free estimates?", content: "Absolutely, bring your machine by for an assessment." }
@@ -103,6 +105,7 @@ export default function LandingPage() {
title="Get Your Equipment Ready"
description="Visit us in Milbank or call 605-432-4317."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
/>
</div>