Merge version_1 into main #2
@@ -7,7 +7,7 @@ import HeroSplit from "@/components/sections/hero/HeroSplit";
|
||||
import TeamCardEleven from "@/components/sections/team/TeamCardEleven";
|
||||
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Phone, MapPin } from "lucide-react";
|
||||
import { Phone, MapPin, Award, Heart } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
@@ -36,9 +36,7 @@ export default function AboutPage() {
|
||||
navItems={navItems}
|
||||
brandName="Local Experts"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+1-800-555-0123",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+1-800-555-0123"}}
|
||||
className="bg-opacity-95 backdrop-blur-md"
|
||||
buttonClassName="bg-orange-600 hover:bg-orange-700 text-white px-6 py-2 rounded-full font-semibold"
|
||||
buttonTextClassName="text-white font-bold"
|
||||
@@ -50,9 +48,10 @@ export default function AboutPage() {
|
||||
title="Our Story: Built on Trust & Excellence"
|
||||
description="Learn about the Local Experts family and our commitment to serving our community with integrity, quality, and genuine care."
|
||||
tag="🏆 20+ Years of Excellence"
|
||||
tagIcon="Award"
|
||||
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?_wi=1"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-coffee-shop-owner-holding-open-sign-while-standing-doorway_637285-6308.jpg"
|
||||
imageAlt="Welcoming local business storefront"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -71,51 +70,27 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "leadership",
|
||||
groupTitle: "Leadership",
|
||||
members: [
|
||||
id: "leadership", groupTitle: "Leadership", members: [
|
||||
{
|
||||
id: "founder-1",
|
||||
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?_wi=2",
|
||||
},
|
||||
id: "founder-1", 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"},
|
||||
{
|
||||
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?_wi=3",
|
||||
},
|
||||
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"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "specialists",
|
||||
groupTitle: "Service Specialists",
|
||||
members: [
|
||||
id: "specialists", groupTitle: "Service Specialists", members: [
|
||||
{
|
||||
id: "specialist-1",
|
||||
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?_wi=4",
|
||||
},
|
||||
id: "specialist-1", 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"},
|
||||
{
|
||||
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?_wi=5",
|
||||
},
|
||||
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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
className="w-full"
|
||||
containerClassName="mx-auto max-w-6xl px-4 py-16"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg text-neutral-700 mt-4"
|
||||
textBoxTitleClassName="text-4xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg text-neutral-700 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -125,41 +100,21 @@ export default function AboutPage() {
|
||||
description="Our impact in the community speaks for itself."
|
||||
metrics={[
|
||||
{
|
||||
id: "years-founded",
|
||||
title: "Year Founded",
|
||||
value: "2004",
|
||||
subtitle: "20+ years serving",
|
||||
category: "Heritage",
|
||||
},
|
||||
id: "years-founded", title: "Year Founded", value: "2004", subtitle: "20+ years serving", category: "Heritage"},
|
||||
{
|
||||
id: "customers",
|
||||
title: "Happy Customers",
|
||||
value: "5000+",
|
||||
subtitle: "Families & businesses",
|
||||
category: "Community",
|
||||
},
|
||||
id: "customers", title: "Happy Customers", value: "5000+", subtitle: "Families & businesses", category: "Community"},
|
||||
{
|
||||
id: "staff",
|
||||
title: "Team Members",
|
||||
value: "25+",
|
||||
subtitle: "Dedicated experts",
|
||||
category: "Team",
|
||||
},
|
||||
id: "staff", title: "Team Members", value: "25+", subtitle: "Dedicated experts", category: "Team"},
|
||||
{
|
||||
id: "rating",
|
||||
title: "Average Rating",
|
||||
value: "4.9/5",
|
||||
subtitle: "500+ reviews",
|
||||
category: "Excellence",
|
||||
},
|
||||
id: "rating", title: "Average Rating", value: "4.9/5", subtitle: "500+ reviews", category: "Excellence"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="centered"
|
||||
useInvertedBackground={true}
|
||||
className="w-full"
|
||||
containerClassName="mx-auto max-w-6xl px-4 py-16"
|
||||
titleClassName="text-4xl font-bold text-center"
|
||||
descriptionClassName="text-center text-neutral-700 mt-4"
|
||||
textBoxTitleClassName="text-4xl font-bold text-center"
|
||||
textBoxDescriptionClassName="text-center text-neutral-700 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -170,9 +125,7 @@ export default function AboutPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+1-555-123-4567",
|
||||
ariaLabel: "Call us",
|
||||
},
|
||||
href: "tel:+1-555-123-4567", ariaLabel: "Call us"},
|
||||
]}
|
||||
className="w-full"
|
||||
containerClassName="mx-auto max-w-6xl px-4 py-12"
|
||||
|
||||
@@ -35,9 +35,7 @@ export default function ContactPage() {
|
||||
]}
|
||||
brandName="Local Experts"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+1-800-555-0123",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+1-800-555-0123"}}
|
||||
className="bg-opacity-95 backdrop-blur-md"
|
||||
buttonClassName="bg-orange-600 hover:bg-orange-700 text-white px-6 py-2 rounded-full font-semibold"
|
||||
buttonTextClassName="text-white font-bold"
|
||||
@@ -53,16 +51,13 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now: (555) 123-4567",
|
||||
href: "tel:+1-555-123-4567",
|
||||
},
|
||||
text: "Call Us Now: (555) 123-4567", href: "tel:+1-555-123-4567"},
|
||||
{
|
||||
text: "Email: info@localexperts.com",
|
||||
href: "mailto:info@localexperts.com",
|
||||
},
|
||||
text: "Email: info@localexperts.com", href: "mailto:info@localexperts.com"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288174.jpg?_wi=2"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288174.jpg"
|
||||
imageAlt="friendly customer service representative"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -79,22 +74,14 @@ export default function ContactPage() {
|
||||
description="Fill out the form below and we'll contact you within 24 hours. No commitment, no pressure - just expert advice."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your needs and we'll provide the best solution for you",
|
||||
rows: 6,
|
||||
name: "message", placeholder: "Tell us about your needs and we'll provide the best solution for you", rows: 6,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
@@ -116,7 +103,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?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-coffee-shop-owner-holding-open-sign-while-standing-doorway_637285-6308.jpg"
|
||||
imageAlt="local business storefront exterior"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
@@ -134,43 +121,25 @@ export default function ContactPage() {
|
||||
description="Quick answers to common questions about reaching us and our service process."
|
||||
faqs={[
|
||||
{
|
||||
id: "contact-faq-1",
|
||||
title: "What's the fastest way to reach you?",
|
||||
content: "Call us directly at (555) 123-4567. We answer calls during business hours and return all messages within 24 hours.",
|
||||
},
|
||||
id: "contact-faq-1", title: "What's the fastest way to reach you?", content: "Call us directly at (555) 123-4567. We answer calls during business hours and return all messages within 24 hours."},
|
||||
{
|
||||
id: "contact-faq-2",
|
||||
title: "Do you respond to emails?",
|
||||
content: "Yes! Email info@localexperts.com and we'll respond within 24 business hours with detailed information.",
|
||||
},
|
||||
id: "contact-faq-2", title: "Do you respond to emails?", content: "Yes! Email info@localexperts.com and we'll respond within 24 business hours with detailed information."},
|
||||
{
|
||||
id: "contact-faq-3",
|
||||
title: "How quickly can you schedule service?",
|
||||
content: "We offer same-week appointments for most services. Call us to check availability for your specific needs.",
|
||||
},
|
||||
id: "contact-faq-3", title: "How quickly can you schedule service?", content: "We offer same-week appointments for most services. Call us to check availability for your specific needs."},
|
||||
{
|
||||
id: "contact-faq-4",
|
||||
title: "Do you offer after-hours emergency service?",
|
||||
content: "We provide emergency service for urgent situations. Call our main line and follow the prompt for emergency options.",
|
||||
},
|
||||
id: "contact-faq-4", title: "Do you offer after-hours emergency service?", content: "We provide emergency service for urgent situations. Call our main line and follow the prompt for emergency options."},
|
||||
{
|
||||
id: "contact-faq-5",
|
||||
title: "Is the initial consultation really free?",
|
||||
content: "Absolutely! Our free consultation includes assessment, advice, and a detailed estimate with no obligation.",
|
||||
},
|
||||
id: "contact-faq-5", title: "Is the initial consultation really free?", content: "Absolutely! Our free consultation includes assessment, advice, and a detailed estimate with no obligation."},
|
||||
{
|
||||
id: "contact-faq-6",
|
||||
title: "Do you serve my area?",
|
||||
content: "We serve the entire metro area. Call us to confirm we service your specific location.",
|
||||
},
|
||||
id: "contact-faq-6", title: "Do you serve my area?", content: "We serve the entire metro area. Call us to confirm we service your specific location."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
className="w-full"
|
||||
containerClassName="mx-auto max-w-6xl px-4 py-16"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg text-neutral-700 mt-4"
|
||||
textBoxTitleClassName="text-4xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg text-neutral-700 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -181,19 +150,13 @@ export default function ContactPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+1-555-123-4567",
|
||||
ariaLabel: "Call us",
|
||||
},
|
||||
href: "tel:+1-555-123-4567", ariaLabel: "Call us"},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:info@localexperts.com",
|
||||
ariaLabel: "Email us",
|
||||
},
|
||||
href: "mailto:info@localexperts.com", ariaLabel: "Email us"},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "#",
|
||||
ariaLabel: "Visit us",
|
||||
},
|
||||
href: "#", ariaLabel: "Visit us"},
|
||||
]}
|
||||
className="w-full"
|
||||
containerClassName="mx-auto max-w-6xl px-4 py-12"
|
||||
|
||||
225
src/app/page.tsx
225
src/app/page.tsx
@@ -46,9 +46,7 @@ export default function HomePage() {
|
||||
navItems={navItems}
|
||||
brandName="Local Experts"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+1-800-555-0123",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+1-800-555-0123"}}
|
||||
className="bg-opacity-95 backdrop-blur-md"
|
||||
buttonClassName="bg-orange-600 hover:bg-orange-700 text-white px-6 py-2 rounded-full font-semibold"
|
||||
buttonTextClassName="text-white font-bold"
|
||||
@@ -64,15 +62,12 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Call Now: (555) 123-4567",
|
||||
href: "tel:+1-555-123-4567",
|
||||
},
|
||||
text: "📞 Call Now: (555) 123-4567", href: "tel:+1-555-123-4567"},
|
||||
{
|
||||
text: "Schedule Appointment",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Schedule Appointment", href: "/services"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-trans-man-working-as-waiter_23-2149409815.jpg"
|
||||
imageAlt="Professional local service expert assisting happy customer"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -96,41 +91,21 @@ export default function HomePage() {
|
||||
description="Real numbers that prove our commitment to excellence and customer satisfaction."
|
||||
metrics={[
|
||||
{
|
||||
id: "years",
|
||||
title: "Years in Business",
|
||||
value: "20+",
|
||||
subtitle: "Serving our community",
|
||||
category: "Experience",
|
||||
},
|
||||
id: "years", title: "Years in Business", value: "20+", subtitle: "Serving our community", category: "Experience"},
|
||||
{
|
||||
id: "reviews",
|
||||
title: "Customer Reviews",
|
||||
value: "500+",
|
||||
subtitle: "4.9/5 average rating",
|
||||
category: "Satisfaction",
|
||||
},
|
||||
id: "reviews", title: "Customer Reviews", value: "500+", subtitle: "4.9/5 average rating", category: "Satisfaction"},
|
||||
{
|
||||
id: "projects",
|
||||
title: "Projects Completed",
|
||||
value: "5000+",
|
||||
subtitle: "Happy customers",
|
||||
category: "Success",
|
||||
},
|
||||
id: "projects", title: "Projects Completed", value: "5000+", subtitle: "Happy customers", category: "Success"},
|
||||
{
|
||||
id: "licensed",
|
||||
title: "Fully Licensed",
|
||||
value: "100%",
|
||||
subtitle: "Certified professionals",
|
||||
category: "Credentials",
|
||||
},
|
||||
id: "licensed", title: "Fully Licensed", value: "100%", subtitle: "Certified professionals", category: "Credentials"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="centered"
|
||||
useInvertedBackground={false}
|
||||
className="w-full"
|
||||
containerClassName="mx-auto max-w-6xl px-4 py-16"
|
||||
titleClassName="text-4xl font-bold text-center"
|
||||
descriptionClassName="text-center text-neutral-700 mt-4"
|
||||
textBoxTitleClassName="text-4xl font-bold text-center"
|
||||
textBoxDescriptionClassName="text-center text-neutral-700 mt-4"
|
||||
gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 mt-12"
|
||||
/>
|
||||
</div>
|
||||
@@ -141,40 +116,22 @@ export default function HomePage() {
|
||||
description="Expert solutions tailored to meet your needs. Whatever your service requirements, our experienced team is ready to help."
|
||||
features={[
|
||||
{
|
||||
id: "service-1",
|
||||
title: "Professional Installation",
|
||||
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?_wi=1",
|
||||
imageAlt: "professional service technician equipment tools",
|
||||
},
|
||||
id: "service-1", title: "Professional Installation", 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", imageAlt: "professional service technician equipment tools"},
|
||||
{
|
||||
id: "service-2",
|
||||
title: "Friendly Consultation",
|
||||
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?_wi=1",
|
||||
imageAlt: "customer receiving friendly service assistance",
|
||||
},
|
||||
id: "service-2", title: "Friendly Consultation", 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", imageAlt: "customer receiving friendly service assistance"},
|
||||
{
|
||||
id: "service-3",
|
||||
title: "Quality Assurance",
|
||||
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?_wi=1",
|
||||
imageAlt: "quality workmanship professional service result",
|
||||
},
|
||||
id: "service-3", title: "Quality Assurance", 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", imageAlt: "quality workmanship professional service result"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
className="w-full"
|
||||
containerClassName="mx-auto max-w-6xl px-4 py-16"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg text-neutral-700 mt-4"
|
||||
textBoxTitleClassName="text-4xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg text-neutral-700 mt-4"
|
||||
cardClassName="rounded-xl overflow-hidden border border-neutral-200"
|
||||
mediaClassName="w-full h-64 object-cover"
|
||||
/>
|
||||
@@ -189,7 +146,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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg"
|
||||
imageAlt="Local business team family portrait"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
@@ -208,91 +165,33 @@ export default function HomePage() {
|
||||
description="Real testimonials from real customers. Read why families and businesses in our community trust Local Experts."
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
title: "Outstanding Service",
|
||||
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?_wi=1",
|
||||
imageAlt: "happy satisfied customer portrait smiling",
|
||||
},
|
||||
id: "testimonial-1", title: "Outstanding Service", 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", imageAlt: "happy satisfied customer portrait smiling"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
title: "Honest & Trustworthy",
|
||||
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?_wi=1",
|
||||
imageAlt: "friendly customer portrait professional headshot",
|
||||
},
|
||||
id: "testimonial-2", title: "Honest & Trustworthy", 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", imageAlt: "friendly customer portrait professional headshot"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
title: "Best Experience Ever",
|
||||
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?_wi=1",
|
||||
imageAlt: "customer approval portrait happy face",
|
||||
},
|
||||
id: "testimonial-3", title: "Best Experience Ever", 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", imageAlt: "customer approval portrait happy face"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
title: "Friendly & Professional",
|
||||
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?_wi=1",
|
||||
imageAlt: "satisfied customer testimonial portrait",
|
||||
},
|
||||
id: "testimonial-4", title: "Friendly & Professional", 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", imageAlt: "satisfied customer testimonial portrait"},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
title: "Worth Every Dollar",
|
||||
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?_wi=1",
|
||||
imageAlt: "happy satisfied customer testimonial face",
|
||||
},
|
||||
id: "testimonial-5", title: "Worth Every Dollar", 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", imageAlt: "happy satisfied customer testimonial face"},
|
||||
{
|
||||
id: "testimonial-6",
|
||||
title: "Local Heroes",
|
||||
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?_wi=1",
|
||||
imageAlt: "customer satisfaction portrait professional",
|
||||
},
|
||||
id: "testimonial-6", title: "Local Heroes", 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", imageAlt: "customer satisfaction portrait professional"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
className="w-full"
|
||||
containerClassName="mx-auto max-w-6xl px-4 py-16"
|
||||
titleClassName="text-4xl font-bold text-center"
|
||||
descriptionClassName="text-center text-neutral-700 mt-4"
|
||||
textBoxTitleClassName="text-4xl font-bold text-center"
|
||||
textBoxDescriptionClassName="text-center text-neutral-700 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof-home" data-section="social-proof-home" className="w-full bg-gradient-to-r from-orange-600 to-orange-500 py-16">
|
||||
<SocialProofOne
|
||||
names={[
|
||||
"Google",
|
||||
"Better Business Bureau",
|
||||
"Yelp",
|
||||
"Angie's List",
|
||||
"5-Star Rated",
|
||||
"Local Chamber",
|
||||
"Licensed & Certified",
|
||||
"Family Owned",
|
||||
]}
|
||||
"Google", "Better Business Bureau", "Yelp", "Angie's List", "5-Star Rated", "Local Chamber", "Licensed & Certified", "Family Owned"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/gradient-go-logo-template_23-2148985016.jpg",
|
||||
"http://img.b2bpic.net/free-vector/bright-plus-logo_1071-100.jpg",
|
||||
"http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148061324.jpg",
|
||||
"http://img.b2bpic.net/free-vector/pack-decorative-monograms_23-2147661651.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-first-class-stamp-collection_23-2149752754.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-4th-july-labels-collection_23-2149443422.jpg",
|
||||
"http://img.b2bpic.net/free-vector/certified-rubber-stamps-design-set-four_1017-25901.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-outlet-stamp-collection_23-2149752883.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/gradient-go-logo-template_23-2148985016.jpg", "http://img.b2bpic.net/free-vector/bright-plus-logo_1071-100.jpg", "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148061324.jpg", "http://img.b2bpic.net/free-vector/pack-decorative-monograms_23-2147661651.jpg", "http://img.b2bpic.net/free-vector/flat-design-first-class-stamp-collection_23-2149752754.jpg", "http://img.b2bpic.net/free-vector/flat-4th-july-labels-collection_23-2149443422.jpg", "http://img.b2bpic.net/free-vector/certified-rubber-stamps-design-set-four_1017-25901.jpg", "http://img.b2bpic.net/free-vector/flat-design-outlet-stamp-collection_23-2149752883.jpg"]}
|
||||
title="Trusted By Thousands"
|
||||
description="Featured on leading platforms and highly rated by verified customers across multiple review sites."
|
||||
textboxLayout="centered"
|
||||
@@ -301,8 +200,8 @@ export default function HomePage() {
|
||||
showCard={true}
|
||||
className="w-full"
|
||||
containerClassName="mx-auto max-w-6xl px-4 py-16"
|
||||
titleClassName="text-4xl font-bold text-center"
|
||||
descriptionClassName="text-center text-neutral-700 mt-4"
|
||||
textBoxTitleClassName="text-4xl font-bold text-center"
|
||||
textBoxDescriptionClassName="text-center text-neutral-700 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -312,25 +211,17 @@ export default function HomePage() {
|
||||
description="Get a free consultation and honest quote. No pressure, no hidden fees - just expert service from people who care."
|
||||
inputs={[
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
|
||||
},
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your needs (optional)",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your needs (optional)", rows: 4,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288174.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288174.jpg"
|
||||
imageAlt="Friendly customer service representative ready to help"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
@@ -348,43 +239,25 @@ export default function HomePage() {
|
||||
description="Everything you need to know about working with Local Experts."
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How do I get started?",
|
||||
content: "Simply call us at (555) 123-4567 or fill out our contact form. We'll schedule a free consultation to discuss your needs and provide an honest estimate.",
|
||||
},
|
||||
id: "faq-1", title: "How do I get started?", content: "Simply call us at (555) 123-4567 or fill out our contact form. We'll schedule a free consultation to discuss your needs and provide an honest estimate."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer free estimates?",
|
||||
content: "Yes! We provide free, no-obligation estimates for all our services. We believe in transparency and honest pricing with no hidden fees.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer free estimates?", content: "Yes! We provide free, no-obligation estimates for all our services. We believe in transparency and honest pricing with no hidden fees."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Absolutely. All our technicians are fully licensed, certified, and insured. We maintain the highest standards of professionalism and safety.",
|
||||
},
|
||||
id: "faq-3", title: "Are you licensed and insured?", content: "Absolutely. All our technicians are fully licensed, certified, and insured. We maintain the highest standards of professionalism and safety."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What's your service area?",
|
||||
content: "We proudly serve the entire metro area and surrounding communities. Call us to confirm we service your location.",
|
||||
},
|
||||
id: "faq-4", title: "What's your service area?", content: "We proudly serve the entire metro area and surrounding communities. Call us to confirm we service your location."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Do you offer warranties?",
|
||||
content: "Yes, we stand behind all our work with comprehensive warranties. We want you to have complete peace of mind.",
|
||||
},
|
||||
id: "faq-5", title: "Do you offer warranties?", content: "Yes, we stand behind all our work with comprehensive warranties. We want you to have complete peace of mind."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "Can I schedule an appointment online?",
|
||||
content: "You can request an appointment through our website or call us directly. We aim to accommodate your schedule with flexible appointment times.",
|
||||
},
|
||||
id: "faq-6", title: "Can I schedule an appointment online?", content: "You can request an appointment through our website or call us directly. We aim to accommodate your schedule with flexible appointment times."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
className="w-full"
|
||||
containerClassName="mx-auto max-w-6xl px-4 py-16"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg text-neutral-700 mt-4"
|
||||
textBoxTitleClassName="text-4xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg text-neutral-700 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -395,19 +268,13 @@ export default function HomePage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+1-555-123-4567",
|
||||
ariaLabel: "Call us",
|
||||
},
|
||||
href: "tel:+1-555-123-4567", ariaLabel: "Call us"},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "#",
|
||||
ariaLabel: "Visit us",
|
||||
},
|
||||
href: "#", ariaLabel: "Visit us"},
|
||||
{
|
||||
icon: Clock,
|
||||
href: "#",
|
||||
ariaLabel: "Hours",
|
||||
},
|
||||
href: "#", ariaLabel: "Hours"},
|
||||
]}
|
||||
className="w-full"
|
||||
containerClassName="mx-auto max-w-6xl px-4 py-12"
|
||||
|
||||
@@ -6,7 +6,7 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
|
||||
import HeroSplit from "@/components/sections/hero/HeroSplit";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Phone } from "lucide-react";
|
||||
import { Phone, Star } from "lucide-react";
|
||||
|
||||
export default function ReviewsPage() {
|
||||
const navItems = [
|
||||
@@ -35,9 +35,7 @@ export default function ReviewsPage() {
|
||||
navItems={navItems}
|
||||
brandName="Local Experts"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+1-800-555-0123",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+1-800-555-0123"}}
|
||||
className="bg-opacity-95 backdrop-blur-md"
|
||||
buttonClassName="bg-orange-600 hover:bg-orange-700 text-white px-6 py-2 rounded-full font-semibold"
|
||||
buttonTextClassName="text-white font-bold"
|
||||
@@ -49,20 +47,17 @@ export default function ReviewsPage() {
|
||||
title="4.9/5 Stars - 500+ Customer Reviews"
|
||||
description="See why families and businesses in our community trust Local Experts. Read authentic reviews from satisfied customers just like you."
|
||||
tag="⭐ Verified Reviews & Ratings"
|
||||
tagIcon="Star"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Join Our Satisfied Customers",
|
||||
href: "tel:+1-555-123-4567",
|
||||
},
|
||||
text: "📞 Join Our Satisfied Customers", href: "tel:+1-555-123-4567"},
|
||||
{
|
||||
text: "Get Service Today",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Service Today", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg"
|
||||
imageAlt="Happy satisfied customer testimonial"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -79,60 +74,24 @@ export default function ReviewsPage() {
|
||||
description="Real reviews from verified customers sharing their experiences with Local Experts."
|
||||
testimonials={[
|
||||
{
|
||||
id: "review-1",
|
||||
title: "Five Stars - Outstanding!",
|
||||
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?_wi=3",
|
||||
},
|
||||
id: "review-1", title: "Five Stars - Outstanding!", 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"},
|
||||
{
|
||||
id: "review-2",
|
||||
title: "Best Local Service",
|
||||
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?_wi=2",
|
||||
},
|
||||
id: "review-2", title: "Best Local Service", 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"},
|
||||
{
|
||||
id: "review-3",
|
||||
title: "Trustworthy & Professional",
|
||||
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?_wi=2",
|
||||
},
|
||||
id: "review-3", title: "Trustworthy & Professional", 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"},
|
||||
{
|
||||
id: "review-4",
|
||||
title: "Customer Service Excellence",
|
||||
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?_wi=2",
|
||||
},
|
||||
id: "review-4", title: "Customer Service Excellence", 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"},
|
||||
{
|
||||
id: "review-5",
|
||||
title: "Exceptional Quality Work",
|
||||
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?_wi=2",
|
||||
},
|
||||
id: "review-5", title: "Exceptional Quality Work", 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"},
|
||||
{
|
||||
id: "review-6",
|
||||
title: "Five Stars Deserved",
|
||||
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?_wi=2",
|
||||
},
|
||||
id: "review-6", title: "Five Stars Deserved", 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"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
className="w-full"
|
||||
containerClassName="mx-auto max-w-6xl px-4 py-16"
|
||||
titleClassName="text-4xl font-bold text-center"
|
||||
descriptionClassName="text-center text-neutral-700 mt-4"
|
||||
textBoxTitleClassName="text-4xl font-bold text-center"
|
||||
textBoxDescriptionClassName="text-center text-neutral-700 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -143,9 +102,7 @@ export default function ReviewsPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+1-555-123-4567",
|
||||
ariaLabel: "Call us",
|
||||
},
|
||||
href: "tel:+1-555-123-4567", ariaLabel: "Call us"},
|
||||
]}
|
||||
className="w-full"
|
||||
containerClassName="mx-auto max-w-6xl px-4 py-12"
|
||||
|
||||
@@ -37,9 +37,7 @@ export default function ServicesPage() {
|
||||
navItems={navItems}
|
||||
brandName="Local Experts"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+1-800-555-0123",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+1-800-555-0123"}}
|
||||
className="bg-opacity-95 backdrop-blur-md"
|
||||
buttonClassName="bg-orange-600 hover:bg-orange-700 text-white px-6 py-2 rounded-full font-semibold"
|
||||
buttonTextClassName="text-white font-bold"
|
||||
@@ -55,16 +53,13 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Call for Details",
|
||||
href: "tel:+1-555-123-4567",
|
||||
},
|
||||
text: "📞 Call for Details", href: "tel:+1-555-123-4567"},
|
||||
{
|
||||
text: "Get Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Free Quote", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-iron_23-2149916303.jpg?_wi=2"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-iron_23-2149916303.jpg"
|
||||
imageAlt="Professional service technician at work"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -79,26 +74,11 @@ export default function ServicesPage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
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?_wi=3",
|
||||
imageAlt: "professional service technician equipment tools",
|
||||
},
|
||||
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", 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?_wi=2",
|
||||
imageAlt: "customer receiving friendly service assistance",
|
||||
},
|
||||
id: "service-consult", name: "Expert Consultation", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg", 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?_wi=2",
|
||||
imageAlt: "quality workmanship professional service result",
|
||||
},
|
||||
id: "service-warranty", name: "Extended Warranty", price: "Starting at $149", imageSrc: "http://img.b2bpic.net/free-photo/men-working-together-office_23-2149307821.jpg", imageAlt: "quality workmanship professional service result"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -106,8 +86,8 @@ export default function ServicesPage() {
|
||||
useInvertedBackground={false}
|
||||
className="w-full"
|
||||
containerClassName="mx-auto max-w-6xl px-4 py-16"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg text-neutral-700 mt-4"
|
||||
textBoxTitleClassName="text-4xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg text-neutral-700 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -117,33 +97,21 @@ export default function ServicesPage() {
|
||||
description="Questions about our specific services? Find answers here."
|
||||
faqs={[
|
||||
{
|
||||
id: "service-faq-1",
|
||||
title: "What's included in installation?",
|
||||
content: "Our installation includes professional setup, testing, and complete walkthrough of all features and functionality.",
|
||||
},
|
||||
id: "service-faq-1", title: "What's included in installation?", content: "Our installation includes professional setup, testing, and complete walkthrough of all features and functionality."},
|
||||
{
|
||||
id: "service-faq-2",
|
||||
title: "How long does installation take?",
|
||||
content: "Most installations take 2-4 hours depending on complexity. We'll provide a specific timeframe during your consultation.",
|
||||
},
|
||||
id: "service-faq-2", title: "How long does installation take?", content: "Most installations take 2-4 hours depending on complexity. We'll provide a specific timeframe during your consultation."},
|
||||
{
|
||||
id: "service-faq-3",
|
||||
title: "Do you offer emergency service?",
|
||||
content: "We offer expedited service for urgent situations. Call us directly to discuss your emergency needs.",
|
||||
},
|
||||
id: "service-faq-3", title: "Do you offer emergency service?", content: "We offer expedited service for urgent situations. Call us directly to discuss your emergency needs."},
|
||||
{
|
||||
id: "service-faq-4",
|
||||
title: "What happens if I need service later?",
|
||||
content: "We're here for you long-term. Warranty coverage and maintenance plans ensure ongoing support and protection.",
|
||||
},
|
||||
id: "service-faq-4", title: "What happens if I need service later?", content: "We're here for you long-term. Warranty coverage and maintenance plans ensure ongoing support and protection."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
className="w-full"
|
||||
containerClassName="mx-auto max-w-6xl px-4 py-16"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg text-neutral-700 mt-4"
|
||||
textBoxTitleClassName="text-4xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg text-neutral-700 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -153,22 +121,14 @@ export default function ServicesPage() {
|
||||
description="Contact us today for a free consultation and custom quote for your service needs."
|
||||
inputs={[
|
||||
{
|
||||
name: "service",
|
||||
type: "text",
|
||||
placeholder: "Type of Service Needed",
|
||||
required: true,
|
||||
name: "service", type: "text", placeholder: "Type of Service Needed", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "details",
|
||||
placeholder: "Describe your needs in detail",
|
||||
rows: 4,
|
||||
name: "details", placeholder: "Describe your needs in detail", rows: 4,
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="opacity"
|
||||
@@ -187,14 +147,10 @@ export default function ServicesPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+1-555-123-4567",
|
||||
ariaLabel: "Call us",
|
||||
},
|
||||
href: "tel:+1-555-123-4567", ariaLabel: "Call us"},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "#",
|
||||
ariaLabel: "Visit us",
|
||||
},
|
||||
href: "#", ariaLabel: "Visit us"},
|
||||
]}
|
||||
className="w-full"
|
||||
containerClassName="mx-auto max-w-6xl px-4 py-12"
|
||||
|
||||
Reference in New Issue
Block a user