diff --git a/src/app/page.tsx b/src/app/page.tsx index 5602f37..ca8ec9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,21 +45,22 @@ export default function LandingPage() { description="Quality craftsmanship and local expertise for all your home needs. Licensed, insured, and ready to help." tag="Premium Service" tagIcon={CheckCircle} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/young-technician-pointing-aside-holding-glasses-grey-uniform-looking-jolly_176474-35459.jpg" imageAlt="Professional tradespeople on job site" mediaAnimation="slide-up" testimonials={[ { name: "Sarah Johnson", handle: "Homeowner, Downtown", testimonial: "Professional, reliable, and fair pricing. They completed the work on time and with exceptional quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109580.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109580.jpg" }, { name: "Michael Chen", handle: "Business Owner, Riverside", testimonial: "Outstanding service and expertise. They were professional from initial consultation to final completion.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg" }, { name: "Emily Rodriguez", handle: "Homeowner, Oakwood", testimonial: "Highly recommended. Their attention to detail and customer service is unmatched in the area.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg" } ]} buttons={[ @@ -125,8 +126,8 @@ export default function LandingPage() { description="Expert Technicians" subdescription="Licensed, certified, and continuously trained professionals committed to excellence" icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg?_wi=1" - imageAlt="Professional home renovation job site" + imageSrc="http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg" + imageAlt="Professional home service job site" mediaAnimation="slide-up" useInvertedBackground={false} /> @@ -173,13 +174,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Exceptional Professionalism", quote: "From the initial estimate to project completion, Your Service demonstrated outstanding professionalism and attention to detail. I couldn't be happier with the results.", name: "Sarah Johnson", role: "Homeowner, Downtown District", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109580.jpg?_wi=2", imageAlt: "Sarah Johnson" + id: "1", title: "Exceptional Professionalism", quote: "From the initial estimate to project completion, Your Service demonstrated outstanding professionalism and attention to detail. I couldn't be happier with the results.", name: "Sarah Johnson", role: "Homeowner, Downtown District", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109580.jpg", imageAlt: "Sarah Johnson" }, { - id: "2", title: "Licensed & Reliable", quote: "As a property manager, reliability and quality are paramount. Your Service exceeded expectations on every front. Highly recommended for all home service needs.", name: "Michael Chen", role: "Property Manager, Riverside", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "Michael Chen" + id: "2", title: "Licensed & Reliable", quote: "As a property manager, reliability and quality are paramount. Your Service exceeded expectations on every front. Highly recommended for all home service needs.", name: "Michael Chen", role: "Property Manager, Riverside", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Michael Chen" }, { - id: "3", title: "Outstanding Customer Service", quote: "The team was responsive, professional, and took time to explain everything. Best home service experience I've had in years. Will definitely call again.", name: "Emily Rodriguez", role: "Homeowner, Oakwood", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg?_wi=2", imageAlt: "Emily Rodriguez" + id: "3", title: "Outstanding Customer Service", quote: "The team was responsive, professional, and took time to explain everything. Best home service experience I've had in years. Will definitely call again.", name: "Emily Rodriguez", role: "Homeowner, Oakwood", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg", imageAlt: "Emily Rodriguez" }, { id: "4", title: "Fair Pricing, Expert Work", quote: "Transparent pricing with no hidden fees. The quality of work exceeded my expectations. Already recommended to three neighbors.", name: "David Kim", role: "Business Owner, Midtown", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg", imageAlt: "David Kim" @@ -230,7 +231,7 @@ export default function LandingPage() { required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg" imageAlt="Professional service consultation" mediaAnimation="slide-up" mediaPosition="right"