Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 14:43:05 +00:00

View File

@@ -78,13 +78,13 @@ export default function LandingPage() {
textboxLayout="default"
features={[
{
title: "Installation Services", description: "Professional equipment setup and configuration by certified technicians", imageSrc: "http://img.b2bpic.net/free-photo/builder-orange-work-clothes-using-hammer-with-stand-different-tools-near-workshop_574295-1632.jpg?_wi=1", imageAlt: "Professional installation service"
title: "Installation Services", description: "Professional equipment setup and configuration by certified technicians", imageSrc: "http://img.b2bpic.net/free-photo/builder-orange-work-clothes-using-hammer-with-stand-different-tools-near-workshop_574295-1632.jpg", imageAlt: "Professional installation service"
},
{
title: "Maintenance & Support", description: "Regular maintenance and ongoing support to keep your systems running smoothly", imageSrc: "http://img.b2bpic.net/free-photo/professional-takes-speciall-opening-plastic-instrument-from-his-tool-bag-repair-tablet_346278-1781.jpg?_wi=1", imageAlt: "Maintenance and repair services"
title: "Maintenance & Support", description: "Regular maintenance and ongoing support to keep your systems running smoothly", imageSrc: "http://img.b2bpic.net/free-photo/professional-takes-speciall-opening-plastic-instrument-from-his-tool-bag-repair-tablet_346278-1781.jpg", imageAlt: "Maintenance and repair services"
},
{
title: "24/7 Customer Support", description: "Round-the-clock assistance for all your service needs and emergency calls", imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg?_wi=1", imageAlt: "24/7 customer support team"
title: "24/7 Customer Support", description: "Round-the-clock assistance for all your service needs and emergency calls", imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg", imageAlt: "24/7 customer support team"
},
{
title: "Free Consultation", description: "Expert advice and custom solutions tailored to your specific requirements", imageSrc: "http://img.b2bpic.net/free-photo/broker-offering-agreement-contract-elderly-couple_482257-115634.jpg", imageAlt: "Expert consultation service"
@@ -128,15 +128,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "ServicePro", name: "Basic Service Package", price: "Starting at $199", rating: 4,
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/builder-orange-work-clothes-using-hammer-with-stand-different-tools-near-workshop_574295-1632.jpg?_wi=2", imageAlt: "Basic service package"
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/builder-orange-work-clothes-using-hammer-with-stand-different-tools-near-workshop_574295-1632.jpg", imageAlt: "Basic service package"
},
{
id: "2", brand: "ServicePro", name: "Premium Service Package", price: "Starting at $449", rating: 5,
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/professional-takes-speciall-opening-plastic-instrument-from-his-tool-bag-repair-tablet_346278-1781.jpg?_wi=2", imageAlt: "Premium service package"
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/professional-takes-speciall-opening-plastic-instrument-from-his-tool-bag-repair-tablet_346278-1781.jpg", imageAlt: "Premium service package"
},
{
id: "3", brand: "ServicePro", name: "Elite Support Bundle", price: "Starting at $799", rating: 5,
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg?_wi=2", imageAlt: "Elite support bundle"
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg", imageAlt: "Elite support bundle"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -154,7 +154,7 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Downtown Residential", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", role: "Business Manager", company: "Tech Startup", rating: 5,
@@ -162,7 +162,7 @@ export default function LandingPage() {
},
{
id: "3", name: "Emily Rodriguez", role: "Property Manager", company: "Commercial Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emily Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"
},
{
id: "4", name: "David Kim", role: "Office Administrator", company: "Corporate Services", rating: 5,
@@ -170,7 +170,7 @@ export default function LandingPage() {
},
{
id: "5", name: "Jessica Martinez", role: "Restaurant Owner", company: "Local Dining", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Jessica Martinez"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Martinez"
},
{
id: "6", name: "Robert Thompson", role: "Facilities Director", company: "Building Management", rating: 5,
@@ -244,7 +244,7 @@ export default function LandingPage() {
{ text: "Call Us Now", href: "tel:+1234567890" },
{ text: "Email Us", href: "mailto:hello@servicepro.local" }
]}
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>