diff --git a/src/app/page.tsx b/src/app/page.tsx index fcb8b34..2874e91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,6 @@ export default function LandingPage() { id: "06", title: "Commercial Electrical Services", description: "Full-service electrical solutions for businesses and facilities", imageSrc: "http://img.b2bpic.net/free-photo/engineers-industry-40-industrial-plant-controlling-automated-machinery_482257-120564.jpg", imageAlt: "Commercial electrical work" } ]} - gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -123,7 +122,6 @@ export default function LandingPage() { id: "4", value: "★", title: "Expert Technicians", items: ["Years of experience", "Clean & professional work", "5-star customer satisfaction"] } ]} - gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -137,19 +135,18 @@ export default function LandingPage() { tag="Testimonials" testimonials={[ { - id: "1", name: "John Martinez", role: "Homeowner", testimonial: "Experienced professionals, very nice and fast work, beautiful finished. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "John Martinez" + id: "1", name: "John Martinez", role: "Homeowner", testimonial: "Experienced professionals, very nice and fast work, beautiful finished. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "John Martinez" }, { - id: "2", name: "Sarah Thompson", role: "Business Owner", testimonial: "Very good prices, nice workers, expert technicians. They understood our commercial needs perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Thompson" + id: "2", name: "Sarah Thompson", role: "Business Owner", testimonial: "Very good prices, nice workers, expert technicians. They understood our commercial needs perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Thompson" }, { - id: "3", name: "Michael Rodriguez", role: "Property Manager", testimonial: "Amazing company. Ayad provides 5 star service all around. Professional, punctual, and thorough.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Rodriguez" + id: "3", name: "Michael Rodriguez", role: "Property Manager", testimonial: "Amazing company. Ayad provides 5 star service all around. Professional, punctual, and thorough.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez" }, { - id: "4", name: "Emily Chen", role: "Homeowner", testimonial: "Best electricians in Dearborn! They fixed our panel upgrade on time and within budget. Fantastic service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Emily Chen" + id: "4", name: "Emily Chen", role: "Homeowner", testimonial: "Best electricians in Dearborn! They fixed our panel upgrade on time and within budget. Fantastic service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Chen" } ]} - gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={false}