diff --git a/src/app/page.tsx b/src/app/page.tsx index d697c94..0190240 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { name: "David K.", handle: "@david_k", testimonial: "Reliable and great attention to detail. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-with-dreadlocks-holds-spray-detergent-mop-smirks-face-isolated-pink_273609-49329.jpg" }, { name: "Linda P.", handle: "@linda_p", testimonial: "The house has never looked better. Amazing quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tired-girl-cleans-house_1398-4892.jpg" }, ]} - buttons={[{ text: "Get My Quote", href: "#pricing" }]} + buttons={[{ text: "Get Your Instant Quote", href: "#pricing" }]} imageSrc="http://img.b2bpic.net/free-photo/cleaning-woman-having-fun-with-brush_23-2148394881.jpg" mediaAnimation="slide-up" /> @@ -145,4 +145,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file