Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-04 03:25:16 +00:00
2 changed files with 25 additions and 13 deletions

View File

@@ -25,9 +25,11 @@ export const metadata: Metadata = {
follow: true,
},
openGraph: {
title: "Local Service Co | Professional Trusted Service", description: "Your trusted local service provider. 14+ years serving the community with excellence.", type: "website", siteName: "Local Service Co"},
title: "Local Service Co | Professional Trusted Service", description: "Your trusted local service provider. 14+ years serving the community with excellence.", type: "website", siteName: "Local Service Co"
},
twitter: {
card: "summary_large_image", title: "Local Service Co | Professional Trusted Service", description: "Available 24/7 for your service needs. Call (555) 123-4567 for immediate assistance."},
card: "summary_large_image", title: "Local Service Co | Professional Trusted Service", description: "Available 24/7 for your service needs. Call (555) 123-4567 for immediate assistance."
},
};
export default function RootLayout({

View File

@@ -36,7 +36,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Call Now: (555) 123-4567", href: "tel:+15551234567"}}
text: "Call Now: (555) 123-4567", href: "tel:+15551234567"
}}
/>
</div>
@@ -50,9 +51,11 @@ export default function LandingPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-salesman-talking-with-clients-showcasing-dealership-vehicle_482257-124599.jpg", imageAlt: "professional service team skilled workers trusted business expert team"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-salesman-talking-with-clients-showcasing-dealership-vehicle_482257-124599.jpg", imageAlt: "professional service team skilled workers trusted business expert team"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg?_wi=1", imageAlt: "professional service delivery quality workmanship satisfied customer service excellence"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg?_wi=1", imageAlt: "professional service delivery quality workmanship satisfied customer service excellence"
},
]}
autoplayDelay={5000}
showDimOverlay={true}
@@ -86,13 +89,16 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Emergency Response", description: "24/7 emergency service available. We respond quickly to urgent situations.", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg?_wi=2"},
title: "Emergency Response", description: "24/7 emergency service available. We respond quickly to urgent situations.", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg?_wi=2"
},
{
id: 2,
title: "Professional Installation", description: "Expert installation by certified technicians using quality materials.", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg?_wi=3"},
title: "Professional Installation", description: "Expert installation by certified technicians using quality materials.", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg?_wi=3"
},
{
id: 3,
title: "Maintenance Plans", description: "Regular maintenance to prevent problems and keep systems running efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg?_wi=4"},
title: "Maintenance Plans", description: "Regular maintenance to prevent problems and keep systems running efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg?_wi=4"
},
]}
ariaLabel="Services section describing our offerings"
/>
@@ -125,16 +131,20 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "North Side Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg"
},
{
id: "2", name: "James Rodriguez", role: "Business Owner", company: "Local Restaurant", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg"
},
{
id: "3", name: "Emily Chen", role: "Property Manager", company: "Downtown Properties", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
id: "4", name: "Michael Johnson", role: "Homeowner", company: "Westside Community", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"
},
]}
kpiItems={[
{ value: "1,200+", label: "Verified Reviews" },
@@ -151,7 +161,7 @@ export default function LandingPage() {
animationType="background-highlight"
buttons={[
{ text: "Call (555) 123-4567", href: "tel:+15551234567" },
{ text: "Request Quote", href: "#contact-form" },
{ text: "Get Free Quote", href: "#contact-form" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}