9 Commits

Author SHA1 Message Date
20c5f1c464 Update src/app/page.tsx 2026-03-05 16:40:12 +00:00
b508cb380b Update src/app/layout.tsx 2026-03-05 16:40:12 +00:00
aedcb4c347 Merge version_2 into main
Merge version_2 into main
2026-03-05 16:29:32 +00:00
67f0b8ad5b Update src/app/page.tsx 2026-03-05 16:29:27 +00:00
62c570276b Update src/app/layout.tsx 2026-03-05 16:29:26 +00:00
ae110e6e46 Merge version_1 into main
Merge version_1 into main
2026-03-05 16:25:38 +00:00
1a5d5fa901 Merge version_1 into main
Merge version_1 into main
2026-03-05 16:24:48 +00:00
1b1aef2747 Merge version_1 into main
Merge version_1 into main
2026-03-05 16:23:15 +00:00
f34e5f93eb Merge version_1 into main
Merge version_1 into main
2026-03-05 16:22:04 +00:00
2 changed files with 95 additions and 116 deletions

View File

@@ -1,59 +1,29 @@
import type { Metadata } from "next";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import localFont from "next/font/local";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const manrope = Manrope({
variable: "--font-manrope", subsets: ["latin"],
const geistSans = localFont({
src: "./fonts/GeistVF.woff2", variable: "--font-geist-sans", weight: "100 900"
});
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
const geistMono = localFont({
src: "./fonts/GeistMonoVF.woff2", variable: "--font-geist-mono", weight: "100 900"
});
export const metadata: Metadata = {
title: "Local Plumbing & HVAC Service | Fast Same-Day Response", description: "Licensed, insured local service professionals. Same-day response available. Free estimates, 24/7 emergency support. Trusted by 5000+ customers.", keywords: "plumbing service, HVAC repair, emergency service, local contractor, same-day service, licensed plumber, heating and cooling", robots: {
index: true,
follow: true,
},
openGraph: {
title: "ProServe | Local Plumbing & HVAC Service", description: "Fast, reliable local service. Licensed professionals. Same-day response. Call now for free estimate.", type: "website", siteName: "ProServe", images: [
{
url: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg", alt: "Professional service technician"},
],
},
twitter: {
card: "summary_large_image", title: "ProServe | Trusted Local Service", description: "Same-day service available. Licensed & insured. Free estimates.", images: ["http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg"],
},
title: "ProServe - Local Service Excellence", description: "Fast, reliable local service when you need it most. Licensed, insured professionals ready to solve your home problems."
};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${manrope.variable} ${dmSans.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="hy">
<body className={`${geistSans.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1421,7 +1391,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -29,48 +29,48 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
{ name: "Why Us", id: "why-us" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Տնօ", id: "home" },
{ name: "Ծառայություններ", id: "services" },
{ name: "Ինչու մենք", id: "why-us" },
{ name: "Կարծիքներ", id: "testimonials" },
{ name: "Հաստիք", id: "contact" },
]}
brandName="ProServe"
bottomLeftText="Licensed & Insured"
bottomLeftText="Լիազորված և ապահովված"
bottomRightText="(555) 123-4567"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
title="Fast, Reliable Local Service When You Need It Most"
description="Same-day service available. Licensed, insured professionals ready to solve your home problems. Call now for a free estimate."
tag="Emergency Service Available"
title="Արագ, հուսալի տեղական ծառայություն, երբ հարկ ունեք"
description="Նույն օրվա ծառայություն հասանելի։ Լիազորված, ապահովված մասնագետները պատրաստ են լուծել ձեր տնային խնդիրները։ Զանգեք հիմա անվճար գնահատականի համար։"
tag="Արտակարգ ծառայություն հասանելի"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg?_wi=1"
imageAlt="Professional service technician at work"
imageAlt="Մասնագետ ծառայության տեխնիկոս աշխատելիս"
buttons={[
{ text: "Call Now (555) 123-4567" },
{ text: "Get Free Quote", href: "contact" },
{ text: "Get Same-Day Service" },
{ text: "Free Estimate", href: "contact" },
]}
buttonAnimation="slide-up"
buttonContainerClassName="gap-4 flex-col sm:flex-row"
ariaLabel="Hero section - Local service business landing"
ariaLabel="Հերո բաժին - տեղական ծառայության բիզնես վայտ"
/>
</div>
<div id="trust-indicators" data-section="trust-indicators">
<MetricCardTwo
title="Why Customers Trust Us"
description="Proven track record of excellence in local service delivery"
tag="Credibility Indicators"
title="Ինչու են հաճախորդները վստահում մեզ"
description="Ապացուցված հաջողության ռեկորդ տեղական ծառայության մատուցման ոլորտում"
tag="Հավաստիության ցուցանիշներ"
metrics={[
{ id: "1", value: "25+", description: "Years of Experience" },
{ id: "2", value: "4.9★", description: "Average Customer Rating" },
{ id: "3", value: "5000+", description: "Satisfied Customers" },
{ id: "4", value: "24/7", description: "Emergency Support" },
{ id: "1", value: "25+", description: "Փորձի տարիներ" },
{ id: "2", value: "4.9★", description: "Միջին հաճախորդի վարկանիշ" },
{ id: "3", value: "5000+", description: "Բավարար հաճախորդներ" },
{ id: "4", value: "24/7", description: "Արտակարգ աջակցություն" },
]}
gridVariant="uniform-all-items-equal"
textboxLayout="default"
@@ -82,24 +82,27 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardTwelve
title="Our Core Services"
description="Comprehensive solutions for all your home service needs"
tag="Professional Services"
title="Մեր հիմնական ծառայություններ"
description="Ձեր բոլոր տնային ծառայության կարիքների համար համապարփակ լուծումներ"
tag="Պրոֆեսիոնալ ծառայություններ"
features={[
{
id: "plumbing", label: "Plumbing", title: "Complete Plumbing Solutions", items: [
"Emergency leak repairs", "Drain cleaning & unclogging", "Water heater installation", "Pipe replacement & maintenance"],
buttons: [{ text: "Learn More", href: "contact" }],
id: "plumbing", label: "Ջրատարներ", title: "Ջրատարության ամբողջական լուծումներ", items: [
"Արտակարգ ճեղքի վերանորոգումներ", "Ջրահեռացման մաքրում և խուլ վերացում", "Ջրատաքացուցիչի տեղադրում", "Խողովակի փոխարինում և սպասարկում"
],
buttons: [{ text: "Ավելին իմանալ", href: "contact" }],
},
{
id: "hvac", label: "HVAC", title: "Heating & Cooling Systems", items: [
"AC installation & repair", "Furnace maintenance", "Emergency climate control", "Energy-efficient upgrades"],
buttons: [{ text: "Learn More", href: "contact" }],
id: "hvac", label: "HVAC", title: "Ջերմային և հովացման համակարգեր", items: [
"AC տեղադրում և վերանորոգում", "Վառարանի սպասարկում", "Արտակարգ կլիմայական վերահսկողություն", "Էներգաարդյունավետ արդիացումներ"
],
buttons: [{ text: "Ավելին իմանալ", href: "contact" }],
},
{
id: "electrical", label: "Electrical", title: "Professional Electrical Work", items: [
"Rewiring & panel upgrades", "Safety inspections", "Outlet & fixture installation", "Emergency power restoration"],
buttons: [{ text: "Learn More", href: "contact" }],
id: "electrical", label: "Էլեկտրական", title: "Պրոֆեսիոնալ էլեկտրական աշխատանքներ", items: [
"Վերալինելով և պանելային արդիացումներ", "Անվտանգության ստուգումներ", "Վարդակի և կցակցիչի տեղադրում", "Արտակարգ էլեկտրական վերականգնում"
],
buttons: [{ text: "Ավելին իմանալ", href: "contact" }],
},
]}
animationType="slide-up"
@@ -110,34 +113,40 @@ export default function LandingPage() {
<div id="why-us" data-section="why-us">
<TextAbout
tag="Commitment to Excellence"
title="Why Choose ProServe? We deliver fast, honest, and professional service every time. Our technicians are fully licensed, insured, and trained to handle any job. We guarantee satisfaction or your money back."
tag="우수성에 대한प्रतिbद्दता"
title="Ինչու՞ ընտրել ProServe: Մենք ամեն անգամ տրամադրում ենք արագ, նկատավոր և պրոֆեսիոնալ ծառայություն։ Մեր տեխնիկոսները լիովին լիազորված են, ապահովված և պետք է ցանկացած աշխատանք կատարել։ Մենք հաստիք տալիս ենք բավարարումը կամ ձեր փողի վերադարձ:"
useInvertedBackground={false}
buttons={[
{ text: "Get Started Today", href: "contact" },
{ text: "View Service Area", href: "service-area" },
{ text: "Մեկնել այսօր", href: "contact" },
{ text: "Տեսնել ծառայության տարածքը", href: "service-area" },
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="What Our Customers Say"
description="Real feedback from satisfied homeowners and business owners"
tag="Customer Reviews"
title="Ինչ են ասում մեր հաճախորդները"
description="Իրական հետադարձ տեղեկատվություն բավարար տանտերերից և բիզնես սեփականողներից"
tag="Հաճախորդի ստուգաբերումներ"
testimonials={[
{
id: "1", name: "Sarah Johnson, Homeowner", date: "Date: 15 November 2024", title: "Incredible service, fair pricing!", quote: "ProServe fixed our HVAC system same-day and explained everything they were doing. The technician was professional and courteous. Highly recommend them to anyone in the area!", tag: "HVAC Service", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg?_wi=2", imageAlt: "HVAC service"},
id: "1", name: "Սարա Ջոնսոն, տանտեր", date: "Ամսաթիվ. 2024 թվականի նոյեմբերի 15", title: "Անհավատալի ծառայություն, արդար գինը", quote: "ProServe-ը նույն օրվա ընթացքում շտկել է մեր HVAC համակարգը և բացատրել, թե ինչ են անում։ Տեխնիկոսը պրոֆեսիոնալ և հետաքրքրասեր էր։ Բարձր խորհուրդ տալիս եմ բոլորին տարածքում:", tag: "HVAC ծառայություն", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", avatarAlt: "Սարա Ջոնսոն", imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg?_wi=2", imageAlt: "HVAC ծառայություն"
},
{
id: "2", name: "Michael Chen, Small Business Owner", date: "Date: 28 October 2024", title: "Emergency plumbing at its best", quote: "Our restaurant had a major pipe burst at night. ProServe answered immediately and had our water back on within an hour. Their emergency response saved our business that night.", tag: "Emergency Plumbing", avatarSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1", imageAlt: "Plumbing repair"},
id: "2", name: "Միխայել Չեն, փոքր բիզնես սեփականատեր", date: "Ամսաթիվ. 2024 թվականի հոկտեմբերի 28", title: "Արտակարգ ջրատարություն իր լավագույն տեսքով", quote: "Մեր ռեստորանում գիշերը մեծ խողովակ պատռվել էր։ ProServe-ը անմիջապես պատասխանեց և մեկ ժամի ընթացքում մեր ջուրը վերականգնեց։ Նրանց արտակարգ արձագանքը փրկեց մեր բիզնեսը այդ գիշերը:", tag: "Արտակարգ ջրատարություն", avatarSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", avatarAlt: "Միխայել Չեն", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1", imageAlt: "Ջրատարության վերանորոգում"
},
{
id: "3", name: "Emily Rodriguez, Property Manager", date: "Date: 10 October 2024", title: "Reliable and professional team", quote: "We manage multiple properties and ProServe handles all our maintenance needs. They're punctual, thorough, and our tenants love them. Best service provider we've worked with.", tag: "Electrical Work", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/hands-electrician-installing-electrical-outlet-new-house-assembly-electrical-network-room-installation-electrical-network_166373-2204.jpg?_wi=1", imageAlt: "Electrical installation"},
id: "3", name: "Էմիլի Ռոդրիգես, գույքի կառավարիչ", date: "Ամսաթիվ. 2024 թվականի հոկտեմբերի 10", title: "Հուսալի և պրոֆեսիոնալ թիմ", quote: "Մենք մի քանի գույք կառավարում ենք և ProServe-ը մեր բոլոր պահպանման կարիքներ հաղորդում է։ Նրանք ստանձնակալ են, մանրամասն, և մեր վարձակալները նրանց սիրում են։ Լավագույն ծառայության մատուցողը, որի հետ մենք աշխատել ենք:", tag: "Էլեկտրական աշխատանք", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg", avatarAlt: "Էմիլի Ռոդրիգես", imageSrc: "http://img.b2bpic.net/free-photo/hands-electrician-installing-electrical-outlet-new-house-assembly-electrical-network-room-installation-electrical-network_166373-2204.jpg?_wi=1", imageAlt: "Էլեկտրական տեղադրում"
},
{
id: "4", name: "David Kim, Homeowner", date: "Date: 22 September 2024", title: "Fair pricing, honest advice", quote: "They gave me honest recommendations without trying to upsell. Replaced my water heater and did additional work they found during inspection—all at fair prices. Will use them again.", tag: "Plumbing Service", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=2", imageAlt: "Plumbing work"},
id: "4", name: "Դավիտ Կիմ, տանտեր", date: "Ամսաթիվ. 2024 թվականի սեպտեմբերի 22", title: "Արդար գինը, հաստատ խորհուրդ", quote: "Նրանք ինձ ճիշտ խորհուրդ տվեցին առանց փորձել վաճառել ավելորդ իրեր։ Փոխարինեցի իմ ջրատաքացուցիչը և կատարեցի լրացուցիչ աշխատանք, որը գտա ստուգման ընթացքում՝ բոլորն արդար գներով։ Կրկին կօգտագործեմ նրանց:", tag: "Ջրատարության ծառայություն", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", avatarAlt: "Դավիտ Կիմ", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=2", imageAlt: "Ջրատարության աշխատանք"
},
{
id: "5", name: "Jessica Martinez, Homeowner", date: "Date: 15 August 2024", title: "Fast, efficient, and friendly", quote: "Called for an electrical issue and they came out within 2 hours. Diagnosed the problem quickly and fixed it without breaking a sweat. Great communication throughout.", tag: "Electrical Service", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", avatarAlt: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/hands-electrician-installing-electrical-outlet-new-house-assembly-electrical-network-room-installation-electrical-network_166373-2204.jpg?_wi=2", imageAlt: "Electrical work"},
id: "5", name: "Jessicaեսիկա Մարտինես, տանտեր", date: "Ամսաթիվ. 2024 թվականի օգոստոսի 15", title: "Արագ, արդյունավետ և բարեկամական", quote: "Հեռախոս կարճ եղավ էլեկտրական խնդրի համար և նրանք 2 ժամի ընթացքում ժամանեցին։ Ախտորոշեցին խնդիրը արագ և շտկեցին առանց թրթռալու։ Ամբողջ ընթացքում հարմարավետ հաղորդակցություն:", tag: "Էլեկտրական ծառայություն", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", avatarAlt: "Jessicaեսիկա Մարտինես", imageSrc: "http://img.b2bpic.net/free-photo/hands-electrician-installing-electrical-outlet-new-house-assembly-electrical-network-room-installation-electrical-network_166373-2204.jpg?_wi=2", imageAlt: "Էլեկտրական աշխատանք"
},
{
id: "6", name: "Robert Thompson, Business Owner", date: "Date: 03 July 2024", title: "Perfect for commercial properties", quote: "ProServe maintains our office building systems. They're proactive, responsive, and keep everything running smoothly. Definitely recommend for commercial needs.", tag: "HVAC Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", avatarAlt: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smoke-pipe-industry-factory_1127-3436.jpg", imageAlt: "HVAC system"},
id: "6", name: "Ռոբերտ Թոմփսոն, բիզնես սեփականատեր", date: "Ամսաթիվ. 2024 թվականի հուլիսի 3", title: "Կատարյալ առևտրային գույքի համար", quote: "ProServe-ը պահպանում է մեր գործասենյակ շինության համակարգերը։ Նրանք պահանջատար են, արձագանք վեր, և ամեն ինչ բնականի պես բեռ կազմակերպում։ Հաստիք տալու առևտրային կարիքների համար:", tag: "HVAC պահպանում", avatarSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", avatarAlt: "Ռոբերտ Թոմփսոն", imageSrc: "http://img.b2bpic.net/free-photo/smoke-pipe-industry-factory_1127-3436.jpg", imageAlt: "HVAC համակարգ"
},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -146,11 +155,12 @@ export default function LandingPage() {
<div id="service-area" data-section="service-area">
<SocialProofOne
title="Serving Your Local Community"
description="Fast response times in all these neighborhoods. We're your local trusted service provider."
tag="Service Coverage"
title="Ծառայություն ձեր տեղական համայնքին"
description="Արագ արձագանք ժամանակներ բոլոր այս թաղամասերում։ Մենք ձեր տեղական վստահելի ծառայության մատուցողը:"
tag="Ծառայության ծանուցում"
names={[
"Downtown", "Westside", "Riverside", "Northpoint", "Eastwood", "Central", "Midtown", "Lakeside", "Parkview", "Heritage District"]}
"Կենտրոն", "Արևմուտք", "Գետափ", "Հյուսիս", "Արևելք", "Միջ", "Միջմեջ", "Լճափ", "Պակետային", "Ժառանգության Շրջան"
]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
@@ -160,24 +170,24 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Request Your Free Quote Today"
description="Fill out the form below and we'll contact you within 15 minutes during business hours. Emergency calls answered 24/7."
title="Խնդրեք ձեր անվճար գնահատական այսօր"
description="Լրացրեք ստորեւ ձեւը և մենք կապ կհաստատենք ձեզ հետ 15 րոպեի ընթացքում 営業時間中։ Արտակարգ վերահաս 24/7-ում պատասխանված։"
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "name", type: "text", placeholder: "Ձեր անունը", required: true },
{ name: "phone", type: "tel", placeholder: "(555) 000-0000", required: true },
{ name: "email", type: "email", placeholder: "your@email.com", required: true },
{ name: "service", type: "text", placeholder: "Service Needed", required: true },
{ name: "email", type: "email", placeholder: "ձեր@էլ.հասցե", required: true },
{ name: "service", type: "text", placeholder: "Պահանջվում է ծառայություն", required: true },
]}
textarea={{
name: "message", placeholder: "Describe your issue in detail...", rows: 5,
name: "message", placeholder: "Մանրամասն նկարագրեք ձեր խնդիրը...", rows: 5,
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg?_wi=3"
imageAlt="Professional service team ready to help"
imageAlt="Պրոֆեսիոնալ ծառայության թիմ պատրաստ օգնել"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Get Free Quote Now"
buttonText="Անվճար գնահատական ստացեք հիմա"
/>
</div>
@@ -185,31 +195,31 @@ export default function LandingPage() {
<FooterBaseReveal
columns={[
{
title: "Quick Links", items: [
{ label: "Home", href: "home" },
{ label: "Services", href: "services" },
{ label: "Why Choose Us", href: "why-us" },
{ label: "Reviews", href: "testimonials" },
title: "Արագ հղումներ", items: [
{ label: "Տնօ", href: "home" },
{ label: "Ծառայություններ", href: "services" },
{ label: "Ինչու՞ ընտրել մեզ", href: "why-us" },
{ label: "Կարծիքներ", href: "testimonials" },
],
},
{
title: "Service Areas", items: [
{ label: "Downtown", href: "service-area" },
{ label: "Westside", href: "service-area" },
{ label: "Riverside", href: "service-area" },
{ label: "All Areas", href: "service-area" },
title: "Ծառայության տարածքներ", items: [
{ label: "Կենտրոն", href: "service-area" },
{ label: "Արևմուտք", href: "service-area" },
{ label: "Գետափ", href: "service-area" },
{ label: "Բոլոր տարածքներ", href: "service-area" },
],
},
{
title: "Contact", items: [
{ label: "Call: (555) 123-4567", href: "tel:+15551234567" },
{ label: "Email: info@proserve.local", href: "mailto:info@proserve.local" },
{ label: "Get a Quote", href: "contact" },
{ label: "Emergency Service", href: "tel:+15551234567" },
title: "Հաստիք", items: [
{ label: "Զանգել. (555) 123-4567", href: "tel:+15551234567" },
{ label: "Էլ. հասցե. info@proserve.local", href: "mailto:info@proserve.local" },
{ label: "Ստացել գնահատական", href: "contact" },
{ label: "Արտակարգ ծառայություն", href: "tel:+15551234567" },
],
},
]}
copyrightText="© 2025 ProServe | Licensed & Insured | 24/7 Emergency Service Available"
copyrightText="© 2025 ProServe | Լիազորված և ապահովված | 24/7 արտակարգ ծառայություն հասանելի"
/>
</div>
</ThemeProvider>