From 1591d4f586ae82907b434be7042fb7cd3ea1b965 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 23:19:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 542420a..0b18e82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,6 +165,11 @@ export default function LandingPage() { ]} title="Transparent Pricing for Every Budget" description="Find the perfect wash package that fits your needs and budget. All plans include exterior wash and dry." + buttons={[ + { + text: "Choose Your Plan", href: "#contact" + } + ]} /> @@ -222,7 +227,7 @@ export default function LandingPage() { { id: "5", name: "Jessica M.", handle: "@JessicaM", testimonial: "They even managed to get out a stubborn stain in my interior that I thought was permanent! Truly amazing service and great value.", imageSrc: "http://img.b2bpic.net/free-photo/manager-car-center-customer-expensive-car_651396-1145.jpg", imageAlt: "Customer Jessica M."}, { - id: "6", name: "Chris B.", handle: "@ChrisB", testimonial: "From their friendly greeting to the final spotless dry, every visit is a pleasure. This is my go-to for all car wash needs.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-gas-station_23-2150697583.jpg", imageAlt: "Customer Chris B." + id: "6", name: "Chris B.", handle: "@ChrisB", testimonial: "From their friendly greeting to the final spotless dry, every visit is a pleasure. This is my go-to for all car wash needs.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-gas-station_23-2150697583.jpg", alt: "Customer Chris B." } ]} title="What Our Customers Say" -- 2.49.1