diff --git a/src/app/page.tsx b/src/app/page.tsx index e702080..312bf53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,6 @@ export default function LandingPage() { heading={[ { type: "text", content: "Serving Keota and Beyond" }, ]} - description="Located at 21505 E1190 Rd, Keota, OK 74941. We pride ourselves on being the go-to tire and roadside service provider for our local community." /> @@ -79,6 +78,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + showStepNumbers={false} features={[ { title: "24/7 Tire Service", description: "Flat tire? Need a patch or replacement? We come to you anytime.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-repairing-car-tire_23-2148967069.jpg" }, @@ -89,7 +89,6 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/car-breakdown-service_23-2148967077.jpg" } } ]} - showStepNumbers={false} title="Expert Roadside Care" description="Fast response for any roadside trouble." /> @@ -114,11 +113,11 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + showRating={true} testimonials={[ { id: "t1", name: "Local Resident", handle: "@keota", testimonial: "Best service in Haskell County. Very reliable.", rating: 5 }, { id: "t2", name: "Happy Driver", handle: "@oklahoma", testimonial: "Fast response and reasonable pricing!", rating: 5 } ]} - showRating={true} title="What Our Neighbors Say" description="See why residents trust Hutchinson & Wood." /> @@ -127,6 +126,7 @@ export default function LandingPage() {