Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-15 18:27:26 +00:00
4 changed files with 76 additions and 41 deletions

View File

@@ -74,11 +74,11 @@ export default function AboutPage() {
title: "Industry Expertise",
description: "Our team brings decades of combined experience across diverse industries. We understand the nuances of local service delivery and know what it takes to succeed.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-women-working-together_23-2149322969.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-women-working-together_23-2149322969.jpg?_wi=2",
imageAlt: "team of experts collaborating",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/women-working-together-outdoors-close-up_23-2148416452.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/women-working-together-outdoors-close-up_23-2148416452.jpg?_wi=2",
imageAlt: "expert consultation meeting",
},
},
@@ -87,11 +87,11 @@ export default function AboutPage() {
title: "Client-Centric Approach",
description: "We don't impose one-size-fits-all solutions. Instead, we partner with you to understand your specific goals, challenges, and opportunities—then customize our services accordingly.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/business-people-dining-restaurant_53876-46892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-dining-restaurant_53876-46892.jpg?_wi=2",
imageAlt: "client partnership meeting",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-meeting_23-2147923299.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-meeting_23-2147923299.jpg?_wi=2",
imageAlt: "collaborative strategy session",
},
},
@@ -100,11 +100,11 @@ export default function AboutPage() {
title: "Long-Term Partnership",
description: "Your success is our success. We're committed to long-term relationships, continuous improvement, and being a trusted advisor as your business evolves.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-couple-holding-hands_23-2149390965.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-couple-holding-hands_23-2149390965.jpg?_wi=2",
imageAlt: "lasting partnership building",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-instructions-covid-test-home_23-2149141981.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-instructions-covid-test-home_23-2149141981.jpg?_wi=2",
imageAlt: "ongoing support and guidance",
},
},
@@ -142,7 +142,7 @@ export default function AboutPage() {
quote: "The team worked with us to develop and deliver a comprehensive program that helped us transform into a truly customer-centric company, empowering thousands of employees to deliver world-class experiences to millions of customers globally.",
avatarSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg",
avatarAlt: "Isabelle Conner",
imageSrc: "http://img.b2bpic.net/free-vector/leadership-business-banners-set_1284-14794.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/leadership-business-banners-set_1284-14794.jpg?_wi=2",
imageAlt: "enterprise success story",
},
{
@@ -154,7 +154,7 @@ export default function AboutPage() {
quote: "Their expertise and dedication to understanding our unique challenges resulted in solutions that exceeded our expectations and delivered immediate ROI.",
avatarSrc: "http://img.b2bpic.net/free-photo/serious-business-young-man_1262-764.jpg",
avatarAlt: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-team-giving-high-five-together-promising-engagement-loyalty_1163-4795.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-team-giving-high-five-together-promising-engagement-loyalty_1163-4795.jpg?_wi=2",
imageAlt: "mid-market success",
},
{
@@ -166,7 +166,7 @@ export default function AboutPage() {
quote: "From day one, they treated us like partners, not just clients. Their support and guidance helped us achieve results we thought were impossible.",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-successful-black-haired-businesswoman-wearing-formal-suit-standing-with-arms-folded-smiling_74855-10031.jpg",
avatarAlt: "Sarah Martinez",
imageSrc: "http://img.b2bpic.net/free-photo/experienced-florist-flower-shop_23-2148435662.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/experienced-florist-flower-shop_23-2148435662.jpg?_wi=2",
imageAlt: "small business success",
},
]}

View File

@@ -1,28 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Open_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Open_Sans } from "next/font/google";
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Local Service Excellence - Professional & Trusted Solutions",
description: "Expert local services delivering measurable results. Professional team committed to your success with proven methodologies and enterprise-ready solutions.",
keywords: "local services, professional services, trusted expertise, service excellence, proven results, ROI, customer satisfaction",
metadataBase: new URL("https://servicepro-local.com"),
alternates: {
canonical: "https://servicepro-local.com",
},
openGraph: {
title: "Local Service Excellence - Professional & Trusted Solutions",
description: "Expert local services delivering measurable results. Professional team committed to your success.",
url: "https://servicepro-local.com",
siteName: "ServicePro",
images: [
{
url: "http://img.b2bpic.net/free-photo/co-workers-planning-work-with-digital-tablet_1098-2312.jpg",
alt: "Professional service team expertise",
},
],
type: "website",
},
twitter: {
card: "summary_large_image",
title: "Local Service Excellence - Professional & Trusted Solutions",
description: "Expert local services delivering measurable results.",
images: ["http://img.b2bpic.net/free-photo/co-workers-planning-work-with-digital-tablet_1098-2312.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -31,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -116,11 +116,11 @@ export default function HomePage() {
title: "Expert Assessment",
description: "Our team conducts thorough evaluations to understand your unique needs and challenges, ensuring tailored solutions.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-women-working-together_23-2149322969.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-women-working-together_23-2149322969.jpg?_wi=1",
imageAlt: "business assessment analysis office",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/women-working-together-outdoors-close-up_23-2148416452.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/women-working-together-outdoors-close-up_23-2148416452.jpg?_wi=1",
imageAlt: "close-up business analysis documents",
},
},
@@ -129,11 +129,11 @@ export default function HomePage() {
title: "Implementation & Support",
description: "From design to execution and beyond, we partner with you at every step to ensure measurable success and continuous improvement.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/business-people-dining-restaurant_53876-46892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-dining-restaurant_53876-46892.jpg?_wi=1",
imageAlt: "team implementing solution project",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-meeting_23-2147923299.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-meeting_23-2147923299.jpg?_wi=1",
imageAlt: "implementation details technical work",
},
},
@@ -142,11 +142,11 @@ export default function HomePage() {
title: "Ongoing Excellence",
description: "Backed by decades of experience and best-in-class methodologies, we deliver enterprise-wide impact with dedicated support.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-couple-holding-hands_23-2149390965.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-couple-holding-hands_23-2149390965.jpg?_wi=1",
imageAlt: "ongoing support customer service team",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-instructions-covid-test-home_23-2149141981.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-instructions-covid-test-home_23-2149141981.jpg?_wi=1",
imageAlt: "support team communication ongoing",
},
},
@@ -180,7 +180,7 @@ export default function HomePage() {
value: "185%",
title: "3-Year ROI",
description: "Average return on investment for our clients",
imageSrc: "http://img.b2bpic.net/free-vector/landing-page-design-mocksite_23-2148157123.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/landing-page-design-mocksite_23-2148157123.jpg?_wi=1",
imageAlt: "financial growth chart upward trends",
},
{
@@ -188,7 +188,7 @@ export default function HomePage() {
value: "41%",
title: "Customer Satisfaction",
description: "Increase in customer satisfaction scores",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-with-thumbs-up-medium-shot_23-2149008932.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-with-thumbs-up-medium-shot_23-2149008932.jpg?_wi=1",
imageAlt: "customer satisfaction survey feedback",
},
{
@@ -196,7 +196,7 @@ export default function HomePage() {
value: "25-46%",
title: "Conversion Growth",
description: "Average increase in conversion rates",
imageSrc: "http://img.b2bpic.net/free-photo/executive-assistance-business-collaboration-helping-concept_53876-21399.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/executive-assistance-business-collaboration-helping-concept_53876-21399.jpg?_wi=1",
imageAlt: "conversion rate growth analytics",
},
{
@@ -204,7 +204,7 @@ export default function HomePage() {
value: "10%",
title: "Cost Reduction",
description: "Decrease in service desk incidents",
imageSrc: "http://img.b2bpic.net/free-photo/jar-with-savings-copy-space_23-2148294850.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/jar-with-savings-copy-space_23-2148294850.jpg?_wi=1",
imageAlt: "cost reduction efficiency improvement",
},
]}
@@ -233,7 +233,7 @@ export default function HomePage() {
quote: "The team worked with us to develop and deliver a comprehensive program that helped us transform into a truly customer-centric company, empowering thousands of employees to deliver world-class experiences to millions of customers globally.",
avatarSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg",
avatarAlt: "professional headshot business executive",
imageSrc: "http://img.b2bpic.net/free-vector/leadership-business-banners-set_1284-14794.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/leadership-business-banners-set_1284-14794.jpg?_wi=1",
imageAlt: "enterprise customer success meeting",
},
{
@@ -245,7 +245,7 @@ export default function HomePage() {
quote: "Their expertise and dedication to understanding our unique challenges resulted in solutions that exceeded our expectations and delivered immediate ROI.",
avatarSrc: "http://img.b2bpic.net/free-photo/serious-business-young-man_1262-764.jpg",
avatarAlt: "professional man headshot portrait",
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-team-giving-high-five-together-promising-engagement-loyalty_1163-4795.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-team-giving-high-five-together-promising-engagement-loyalty_1163-4795.jpg?_wi=1",
imageAlt: "mid-market business operations team",
},
{
@@ -257,7 +257,7 @@ export default function HomePage() {
quote: "From day one, they treated us like partners, not just clients. Their support and guidance helped us achieve results we thought were impossible.",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-successful-black-haired-businesswoman-wearing-formal-suit-standing-with-arms-folded-smiling_74855-10031.jpg",
avatarAlt: "professional woman smiling headshot",
imageSrc: "http://img.b2bpic.net/free-photo/experienced-florist-flower-shop_23-2148435662.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/experienced-florist-flower-shop_23-2148435662.jpg?_wi=1",
imageAlt: "small business team success",
},
{

View File

@@ -94,11 +94,11 @@ export default function ServicesPage() {
title: "Expert Assessment",
description: "Our team conducts thorough evaluations to understand your unique needs and challenges, ensuring tailored solutions.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-women-working-together_23-2149322969.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-women-working-together_23-2149322969.jpg?_wi=3",
imageAlt: "business assessment analysis office",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/women-working-together-outdoors-close-up_23-2148416452.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/women-working-together-outdoors-close-up_23-2148416452.jpg?_wi=3",
imageAlt: "close-up business analysis documents",
},
},
@@ -107,11 +107,11 @@ export default function ServicesPage() {
title: "Implementation & Support",
description: "From design to execution and beyond, we partner with you at every step to ensure measurable success and continuous improvement.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/business-people-dining-restaurant_53876-46892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-dining-restaurant_53876-46892.jpg?_wi=3",
imageAlt: "team implementing solution project",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-meeting_23-2147923299.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-meeting_23-2147923299.jpg?_wi=3",
imageAlt: "implementation details technical work",
},
},
@@ -120,11 +120,11 @@ export default function ServicesPage() {
title: "Ongoing Excellence",
description: "Backed by decades of experience and best-in-class methodologies, we deliver enterprise-wide impact with dedicated support.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-couple-holding-hands_23-2149390965.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-couple-holding-hands_23-2149390965.jpg?_wi=3",
imageAlt: "ongoing support customer service team",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-instructions-covid-test-home_23-2149141981.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-instructions-covid-test-home_23-2149141981.jpg?_wi=3",
imageAlt: "support team communication ongoing",
},
},
@@ -157,7 +157,7 @@ export default function ServicesPage() {
value: "185%",
title: "3-Year ROI",
description: "Average return on investment for our clients",
imageSrc: "http://img.b2bpic.net/free-vector/landing-page-design-mocksite_23-2148157123.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/landing-page-design-mocksite_23-2148157123.jpg?_wi=2",
imageAlt: "financial growth chart upward trends",
},
{
@@ -165,7 +165,7 @@ export default function ServicesPage() {
value: "41%",
title: "Customer Satisfaction",
description: "Increase in customer satisfaction scores",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-with-thumbs-up-medium-shot_23-2149008932.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-with-thumbs-up-medium-shot_23-2149008932.jpg?_wi=2",
imageAlt: "customer satisfaction survey feedback",
},
{
@@ -173,7 +173,7 @@ export default function ServicesPage() {
value: "25-46%",
title: "Conversion Growth",
description: "Average increase in conversion rates",
imageSrc: "http://img.b2bpic.net/free-photo/executive-assistance-business-collaboration-helping-concept_53876-21399.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/executive-assistance-business-collaboration-helping-concept_53876-21399.jpg?_wi=2",
imageAlt: "conversion rate growth analytics",
},
{
@@ -181,7 +181,7 @@ export default function ServicesPage() {
value: "10%",
title: "Cost Reduction",
description: "Decrease in service desk incidents",
imageSrc: "http://img.b2bpic.net/free-photo/jar-with-savings-copy-space_23-2148294850.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/jar-with-savings-copy-space_23-2148294850.jpg?_wi=2",
imageAlt: "cost reduction efficiency improvement",
},
]}