Update src/app/page.tsx
This commit is contained in:
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "animated-grid" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg", imageAlt: "Professional service team at work"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg?_wi=1", imageAlt: "Professional service team at work"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Plumbing service in action"
|
||||
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "HVAC system installation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg", imageAlt: "Expert service team"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg?_wi=2", imageAlt: "Expert service team"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
||||
title="Our Services"
|
||||
description="Comprehensive solutions for all your home and business needs. Professional expertise backed by years of industry experience."
|
||||
tag="Services"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg?_wi=3"
|
||||
imageAlt="Service team providing expert work"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
@@ -127,16 +127,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Fast, Professional Service", quote: "They arrived exactly when they said they would and fixed the issue in under an hour. Honest pricing and excellent work. Highly recommend!", name: "Sarah Mitchell", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"
|
||||
id: "1", title: "Fast, Professional Service", quote: "They arrived exactly when they said they would and fixed the issue in under an hour. Honest pricing and excellent work. Highly recommend!", name: "Sarah Mitchell", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Emergency Help When We Needed It", quote: "Our system failed on a Saturday night. They came out, diagnosed the problem, and had us running again by morning. True lifesavers.", name: "Michael Chen", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"
|
||||
id: "2", title: "Emergency Help When We Needed It", quote: "Our system failed on a Saturday night. They came out, diagnosed the problem, and had us running again by morning. True lifesavers.", name: "Michael Chen", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Professional and Trustworthy", quote: "I've used them multiple times over the years. Always professional, always on time, always fair pricing. They're my go-to service company.", name: "Jennifer Rodriguez", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer Rodriguez"
|
||||
id: "3", title: "Professional and Trustworthy", quote: "I've used them multiple times over the years. Always professional, always on time, always fair pricing. They're my go-to service company.", name: "Jennifer Rodriguez", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Jennifer Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Best Service in the Area", quote: "Tried several companies before finding them. The quality of work and customer service is unmatched. They really care about doing it right.", name: "David Thompson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson"
|
||||
id: "4", title: "Best Service in the Area", quote: "Tried several companies before finding them. The quality of work and customer service is unmatched. They really care about doing it right.", name: "David Thompson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Thompson"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
|
||||
Reference in New Issue
Block a user