Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-14 18:49:08 +00:00
6 changed files with 76 additions and 37 deletions

View File

@@ -52,7 +52,7 @@ export default function AboutPage() {
tag="🏆 20+ Years of Excellence"
tagIcon="Award"
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-coffee-shop-owner-holding-open-sign-while-standing-doorway_637285-6308.jpg"
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-coffee-shop-owner-holding-open-sign-while-standing-doorway_637285-6308.jpg?_wi=1"
imageAlt="Welcoming local business storefront"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -79,14 +79,14 @@ export default function AboutPage() {
title: "Founder & Owner",
subtitle: "25+ Years Experience",
detail: "Dedicated to building a business based on trust and quality",
imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg?_wi=2",
},
{
id: "founder-2",
title: "Co-Founder",
subtitle: "Community Champion",
detail: "Passionate about serving our local neighbors",
imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg?_wi=3",
},
],
},
@@ -99,14 +99,14 @@ export default function AboutPage() {
title: "Lead Technician",
subtitle: "15+ Years Licensed",
detail: "Certified expert with outstanding track record",
imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg?_wi=4",
},
{
id: "specialist-2",
title: "Customer Care Manager",
subtitle: "Always Friendly",
detail: "Your go-to person for questions and support",
imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg?_wi=5",
},
],
},

View File

@@ -62,7 +62,7 @@ export default function ContactPage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288174.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288174.jpg?_wi=2"
imageAlt="friendly customer service representative"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -116,7 +116,7 @@ export default function ContactPage() {
description="123 Main Street, Downtown\nOur Community, ST 12345"
subdescription="📞 (555) 123-4567 | 📧 info@localexperts.com"
icon={Clock}
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-coffee-shop-owner-holding-open-sign-while-standing-doorway_637285-6308.jpg"
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-coffee-shop-owner-holding-open-sign-while-standing-doorway_637285-6308.jpg?_wi=2"
imageAlt="local business storefront exterior"
mediaAnimation="blur-reveal"
useInvertedBackground={true}

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Figtree } 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 { Figtree } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Local Experts - Trusted Service Professionals",
description: "Family-owned local service business trusted by 5000+ customers. 4.9/5 star rating. Free consultation. Call now for expert service.",
keywords: "local service, trusted professionals, family owned, expert service, free consultation, rated 4.9 stars",
metadataBase: new URL("https://www.localexperts.com"),
alternates: {
canonical: "https://www.localexperts.com",
},
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Local Experts - Trusted Service Professionals",
description: "Family-owned local service business trusted by 5000+ customers. 4.9/5 star rating. Free consultation.",
url: "https://www.localexperts.com",
siteName: "Local Experts",
type: "website",
images: [
{
url: "https://www.localexperts.com/og-image.jpg",
alt: "Local Experts - Trusted Service Professionals",
},
],
},
twitter: {
card: "summary_large_image",
title: "Local Experts - Trusted Service Professionals",
description: "Trusted by 5000+ customers. 4.9/5 stars. Free consultation. Call now!",
images: ["https://www.localexperts.com/twitter-image.jpg"],
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${figtree.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -146,7 +146,7 @@ export default function HomePage() {
author: "Expert Team",
description: "Precise, quality installation by certified professionals with years of expertise.",
tags: ["Expert", "Licensed", "Guaranteed"],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-iron_23-2149916303.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-iron_23-2149916303.jpg?_wi=1",
imageAlt: "professional service technician equipment tools",
},
{
@@ -155,7 +155,7 @@ export default function HomePage() {
author: "Service Advisors",
description: "Personalized guidance to help you choose the perfect solution for your needs.",
tags: ["Free", "No Obligation", "Expert"],
imageSrc: "http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg?_wi=1",
imageAlt: "customer receiving friendly service assistance",
},
{
@@ -164,7 +164,7 @@ export default function HomePage() {
author: "Our Commitment",
description: "We stand behind our work with comprehensive warranties and satisfaction guarantees.",
tags: ["Warranty", "Guaranteed", "Professional"],
imageSrc: "http://img.b2bpic.net/free-photo/men-working-together-office_23-2149307821.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/men-working-together-office_23-2149307821.jpg?_wi=1",
imageAlt: "quality workmanship professional service result",
},
]}
@@ -189,7 +189,7 @@ export default function HomePage() {
description="Founded in 2004 by local families who wanted to bring honest, expert service to our community. We've grown to serve thousands of happy customers while maintaining our core values of integrity, quality, and genuine care."
subdescription="Every project is treated like it's for our own family. That's the Local Experts difference."
icon={Heart}
imageSrc="http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg"
imageSrc="http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg?_wi=1"
imageAlt="Local business team family portrait"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
@@ -213,7 +213,7 @@ export default function HomePage() {
quote: "The team was professional, punctual, and went above and beyond. They made the entire process easy and stress-free. Couldn't be happier!",
name: "Sarah Mitchell",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1",
imageAlt: "happy satisfied customer portrait smiling",
},
{
@@ -222,7 +222,7 @@ export default function HomePage() {
quote: "I appreciated their honesty about pricing and no hidden fees. They treated my home with care and respect. Highly recommend!",
name: "James Rodriguez",
role: "Business Owner",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg?_wi=1",
imageAlt: "friendly customer portrait professional headshot",
},
{
@@ -231,7 +231,7 @@ export default function HomePage() {
quote: "From the first phone call to final walkthrough, everything was handled professionally. They're now our go-to for all our needs.",
name: "Linda Chen",
role: "Family of 4",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=1",
imageAlt: "customer approval portrait happy face",
},
{
@@ -240,7 +240,7 @@ export default function HomePage() {
quote: "The staff was incredibly friendly and knowledgeable. They answered all my questions and made me feel like a valued customer.",
name: "Michael Thompson",
role: "Repeat Customer",
imageSrc: "http://img.b2bpic.net/free-photo/successful-entrepreneur-working-financial-forecasts-his-desk_482257-123891.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/successful-entrepreneur-working-financial-forecasts-his-desk_482257-123891.jpg?_wi=1",
imageAlt: "satisfied customer testimonial portrait",
},
{
@@ -249,7 +249,7 @@ export default function HomePage() {
quote: "Quality work, fair pricing, and excellent customer service. I've used them multiple times and will continue to recommend them.",
name: "Patricia Davis",
role: "Satisfied Customer",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394251.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394251.jpg?_wi=1",
imageAlt: "happy satisfied customer testimonial face",
},
{
@@ -258,7 +258,7 @@ export default function HomePage() {
quote: "Supporting a local business that actually cares. They've become an important part of our community and we're grateful for them.",
name: "David Wilson",
role: "Community Member",
imageSrc: "http://img.b2bpic.net/free-photo/excited-woman-showing-ok-sign_74855-2166.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/excited-woman-showing-ok-sign_74855-2166.jpg?_wi=1",
imageAlt: "customer satisfaction portrait professional",
},
]}
@@ -330,7 +330,7 @@ export default function HomePage() {
rows: 4,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288174.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288174.jpg?_wi=1"
imageAlt="Friendly customer service representative ready to help"
mediaAnimation="blur-reveal"
mediaPosition="right"

View File

@@ -62,7 +62,7 @@ export default function ReviewsPage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg"
imageSrc="http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2"
imageAlt="Happy satisfied customer testimonial"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -84,7 +84,7 @@ export default function ReviewsPage() {
quote: "Called on a Monday, scheduled for Wednesday, completed with perfection. The entire team was professional and courteous. This is how service should be done!",
name: "Robert Anderson",
role: "Google Reviews - Verified",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=3",
},
{
id: "review-2",
@@ -92,7 +92,7 @@ export default function ReviewsPage() {
quote: "Used them 3 times now. Never disappointed. Fair prices, honest advice, great results. Highly recommend to anyone looking for reliable service.",
name: "Margaret Johnson",
role: "Yelp - 5 Star",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg?_wi=2",
},
{
id: "review-3",
@@ -100,7 +100,7 @@ export default function ReviewsPage() {
quote: "I was skeptical at first but these guys earned my trust. They did quality work, explained everything, and stood behind their work. Perfect!",
name: "Christopher Lee",
role: "Better Business Bureau",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=2",
},
{
id: "review-4",
@@ -108,7 +108,7 @@ export default function ReviewsPage() {
quote: "From the phone call to completion, everything was handled with care and professionalism. They treated my home like their own. Will definitely use again!",
name: "Emily Watson",
role: "Google Reviews - 5 Stars",
imageSrc: "http://img.b2bpic.net/free-photo/successful-entrepreneur-working-financial-forecasts-his-desk_482257-123891.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/successful-entrepreneur-working-financial-forecasts-his-desk_482257-123891.jpg?_wi=2",
},
{
id: "review-5",
@@ -116,7 +116,7 @@ export default function ReviewsPage() {
quote: "Worth every penny. Not the cheapest but the best value. Quality, honesty, and outstanding customer care. That's Local Experts.",
name: "Kevin Martinez",
role: "Angie's List - Highly Rated",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394251.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394251.jpg?_wi=2",
},
{
id: "review-6",
@@ -124,7 +124,7 @@ export default function ReviewsPage() {
quote: "Local business that actually cares about its customers. Supporting them has been one of the best decisions we've made. Recommend to everyone!",
name: "Susan Adams",
role: "Community Review - Trusted",
imageSrc: "http://img.b2bpic.net/free-photo/excited-woman-showing-ok-sign_74855-2166.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/excited-woman-showing-ok-sign_74855-2166.jpg?_wi=2",
},
]}
textboxLayout="default"

View File

@@ -64,7 +64,7 @@ export default function ServicesPage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-iron_23-2149916303.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-iron_23-2149916303.jpg?_wi=2"
imageAlt="Professional service technician at work"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -82,21 +82,21 @@ export default function ServicesPage() {
id: "service-install",
name: "Professional Installation",
price: "Starting at $499",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-iron_23-2149916303.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-iron_23-2149916303.jpg?_wi=3",
imageAlt: "professional service technician equipment tools",
},
{
id: "service-consult",
name: "Expert Consultation",
price: "Free",
imageSrc: "http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg?_wi=2",
imageAlt: "customer receiving friendly service assistance",
},
{
id: "service-warranty",
name: "Extended Warranty",
price: "Starting at $149",
imageSrc: "http://img.b2bpic.net/free-photo/men-working-together-office_23-2149307821.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/men-working-together-office_23-2149307821.jpg?_wi=2",
imageAlt: "quality workmanship professional service result",
},
]}