diff --git a/src/app/page.tsx b/src/app/page.tsx index fd4abd5..0665f2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,22 +58,22 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+1-555-123-4567" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg" imageAlt="Professional roof installation by Family Roofing LLC" mediaAnimation="slide-up" imagePosition="right" testimonials={[ { name: "John Martinez", handle: "Homeowner", testimonial: "Family Roofing did an excellent job replacing our roof. Professional, courteous, and they cleaned up everything. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg?_wi=2", imageAlt: "John Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg", imageAlt: "John Martinez" }, { name: "Sarah Thompson", handle: "Property Owner", testimonial: "Storm damage had us worried, but Family Roofing responded quickly and handled everything perfectly. Great service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg?_wi=3", imageAlt: "Sarah Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg", imageAlt: "Sarah Thompson" }, { name: "Michael Chen", handle: "Homeowner", testimonial: "Fair pricing, expert installation, and 10-year warranty. They really care about their customers. Would definitely use them again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg?_wi=4", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg", imageAlt: "Michael Chen" } ]} testimonialRotationInterval={5000} @@ -141,6 +141,7 @@ export default function LandingPage() { cardTitleClassName="text-xl font-bold mb-4" itemsContainerClassName="space-y-2" itemTextClassName="text-sm text-gray-700 flex items-start gap-2" + buttonContainerClassName="mt-8 flex gap-4 flex-wrap" /> @@ -209,6 +210,12 @@ export default function LandingPage() { cardBrandClassName="text-xs font-semibold text-[var(--primary-cta)] px-4 pt-4" cardNameClassName="text-lg font-bold px-4 pt-2" cardRatingClassName="flex items-center gap-1 px-4 pb-4 text-sm text-gray-700" + textBoxClassName="space-y-2" + textBoxTitleClassName="text-3xl lg:text-4xl font-bold" + textBoxDescriptionClassName="text-gray-700 mt-2 text-lg" + textBoxTagClassName="text-sm font-semibold inline-flex items-center gap-2 mb-4" + textBoxButtonContainerClassName="flex gap-4 mt-8 flex-wrap" + textBoxButtonClassName="px-6 py-3 rounded-lg font-semibold transition-all" gridClassName="grid grid-cols-1 md:grid-cols-2 gap-6 mt-8" /> @@ -216,12 +223,12 @@ export default function LandingPage() {