Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 67f0b8ad5b | |||
| 62c570276b | |||
| ae110e6e46 | |||
| 1a5d5fa901 | |||
| 1b1aef2747 | |||
| f34e5f93eb |
@@ -1,59 +1,26 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Manrope } from "next/font/google";
|
import localFont from "next/font/local";
|
||||||
import { DM_Sans } from "next/font/google";
|
|
||||||
import { Halant } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const manrope = Manrope({
|
const geistSans = localFont({
|
||||||
variable: "--font-manrope", subsets: ["latin"],
|
src: "./fonts/GeistVF.woff2", variable: "--font-geist-sans", weight: "100 900"});
|
||||||
});
|
|
||||||
|
|
||||||
const dmSans = DM_Sans({
|
const geistMono = localFont({
|
||||||
variable: "--font-dm-sans", subsets: ["latin"],
|
src: "./fonts/GeistMonoVF.woff2", variable: "--font-geist-mono", weight: "100 900"});
|
||||||
});
|
|
||||||
|
|
||||||
const halant = Halant({
|
|
||||||
variable: "--font-halant", subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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: {
|
title: "ProServe - Local Service Excellence", description: "Fast, reliable local service when you need it most. Licensed, insured professionals ready to solve your home problems."};
|
||||||
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"],
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="hy">
|
||||||
<ServiceWrapper>
|
<body className={`${geistSans.variable} ${geistMono.variable} antialiased`}>
|
||||||
<body
|
{children}
|
||||||
className={`${manrope.variable} ${dmSans.variable} ${halant.variable} ${inter.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1421,7 +1388,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
146
src/app/page.tsx
146
src/app/page.tsx
@@ -29,48 +29,48 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Տնօ", id: "home" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Ծառայություններ", id: "services" },
|
||||||
{ name: "Why Us", id: "why-us" },
|
{ name: "Ինչու մենք", id: "why-us" },
|
||||||
{ name: "Reviews", id: "testimonials" },
|
{ name: "Կարծիքներ", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Հաստիք", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="ProServe"
|
brandName="ProServe"
|
||||||
bottomLeftText="Licensed & Insured"
|
bottomLeftText="Լիազորված և ապահովված"
|
||||||
bottomRightText="(555) 123-4567"
|
bottomRightText="(555) 123-4567"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardScroll
|
<HeroBillboardScroll
|
||||||
title="Fast, Reliable Local Service When You Need It Most"
|
title="Արագ, հուսալի տեղական ծառայություն, երբ հարկ ունեք"
|
||||||
description="Same-day service available. Licensed, insured professionals ready to solve your home problems. Call now for a free estimate."
|
description="Նույն օրվա ծառայություն հասանելի։ Լիազորված, ապահովված մասնագետները պատրաստ են լուծել ձեր տնային խնդիրները։ Զանգեք հիմա անվճար գնահատականի համար։"
|
||||||
tag="Emergency Service Available"
|
tag="Արտակարգ ծառայություն հասանելի"
|
||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
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"
|
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={[
|
buttons={[
|
||||||
{ text: "Call Now (555) 123-4567" },
|
{ text: "Հիմա զանգել (555) 123-4567" },
|
||||||
{ text: "Get Free Quote", href: "contact" },
|
{ text: "Անվճար գնահատական ստացեք", href: "contact" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
buttonContainerClassName="gap-4 flex-col sm:flex-row"
|
buttonContainerClassName="gap-4 flex-col sm:flex-row"
|
||||||
ariaLabel="Hero section - Local service business landing"
|
ariaLabel="Հերո բաժին - տեղական ծառայության բիզնես վայտ"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="trust-indicators" data-section="trust-indicators">
|
<div id="trust-indicators" data-section="trust-indicators">
|
||||||
<MetricCardTwo
|
<MetricCardTwo
|
||||||
title="Why Customers Trust Us"
|
title="Ինչու են հաճախորդները վստահում մեզ"
|
||||||
description="Proven track record of excellence in local service delivery"
|
description="Ապացուցված հաջողության ռեկորդ տեղական ծառայության մատուցման ոլորտում"
|
||||||
tag="Credibility Indicators"
|
tag="Հավաստիության ցուցանիշներ"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "1", value: "25+", description: "Years of Experience" },
|
{ id: "1", value: "25+", description: "Փորձի տարիներ" },
|
||||||
{ id: "2", value: "4.9★", description: "Average Customer Rating" },
|
{ id: "2", value: "4.9★", description: "Միջին հաճախորդի վարկանիշ" },
|
||||||
{ id: "3", value: "5000+", description: "Satisfied Customers" },
|
{ id: "3", value: "5000+", description: "Բավարար հաճախորդներ" },
|
||||||
{ id: "4", value: "24/7", description: "Emergency Support" },
|
{ id: "4", value: "24/7", description: "Արտակարգ աջակցություն" },
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -82,24 +82,24 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureCardTwelve
|
<FeatureCardTwelve
|
||||||
title="Our Core Services"
|
title="Մեր հիմնական ծառայություններ"
|
||||||
description="Comprehensive solutions for all your home service needs"
|
description="Ձեր բոլոր տնային ծառայության կարիքների համար համապարփակ լուծումներ"
|
||||||
tag="Professional Services"
|
tag="Պրոֆեսիոնալ ծառայություններ"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "plumbing", label: "Plumbing", title: "Complete Plumbing Solutions", items: [
|
id: "plumbing", label: "Ջրատարներ", title: "Ջրատարության ամբողջական լուծումներ", items: [
|
||||||
"Emergency leak repairs", "Drain cleaning & unclogging", "Water heater installation", "Pipe replacement & maintenance"],
|
"Արտակարգ ճեղքի վերանորոգումներ", "Ջրահեռացման մաքրում և խուլ վերացում", "Ջրատաքացուցիչի տեղադրում", "Խողովակի փոխարինում և սպասարկում"],
|
||||||
buttons: [{ text: "Learn More", href: "contact" }],
|
buttons: [{ text: "Ավելին իմանալ", href: "contact" }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "hvac", label: "HVAC", title: "Heating & Cooling Systems", items: [
|
id: "hvac", label: "HVAC", title: "Ջերմային և հովացման համակարգեր", items: [
|
||||||
"AC installation & repair", "Furnace maintenance", "Emergency climate control", "Energy-efficient upgrades"],
|
"AC տեղադրում և վերանորոգում", "Վառարանի սպասարկում", "Արտակարգ կլիմայական վերահսկողություն", "Էներգաարդյունավետ արդիացումներ"],
|
||||||
buttons: [{ text: "Learn More", href: "contact" }],
|
buttons: [{ text: "Ավելին իմանալ", href: "contact" }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "electrical", label: "Electrical", title: "Professional Electrical Work", items: [
|
id: "electrical", label: "Էլեկտրական", title: "Պրոֆեսիոնալ էլեկտրական աշխատանքներ", items: [
|
||||||
"Rewiring & panel upgrades", "Safety inspections", "Outlet & fixture installation", "Emergency power restoration"],
|
"Վերալինելով և պանելային արդիացումներ", "Անվտանգության ստուգումներ", "Վարդակի և կցակցիչի տեղադրում", "Արտակարգ էլեկտրական վերականգնում"],
|
||||||
buttons: [{ text: "Learn More", href: "contact" }],
|
buttons: [{ text: "Ավելին իմանալ", href: "contact" }],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -110,34 +110,34 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="why-us" data-section="why-us">
|
<div id="why-us" data-section="why-us">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
tag="Commitment to Excellence"
|
tag="우수성에 대한প్రതिbद్దता"
|
||||||
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."
|
title="Ինչու՞ ընտրել ProServe: Մենք ամեն անգամ տրամադրում ենք արագ, նկատավոր և պրոֆեսիոնալ ծառայություն։ Մեր տեխնիկոսները լիովին լիազորված են, ապահովված և պետք է ցանկացած աշխատանք կատարել։ Մենք հաստիք տալիս ենք բավարարումը կամ ձեր փողի վերադարձ:"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Started Today", href: "contact" },
|
{ text: "Մեկնել այսօր", href: "contact" },
|
||||||
{ text: "View Service Area", href: "service-area" },
|
{ text: "Տեսնել ծառայության տարածքը", href: "service-area" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFive
|
<TestimonialCardFive
|
||||||
title="What Our Customers Say"
|
title="Ինչ են ասում մեր հաճախորդները"
|
||||||
description="Real feedback from satisfied homeowners and business owners"
|
description="Իրական հետադարձ տեղեկատվություն բավարար տանտերերից և բիզնես սեփականողներից"
|
||||||
tag="Customer Reviews"
|
tag="Հաճախորդի ստուգաբերումներ"
|
||||||
testimonials={[
|
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"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -146,11 +146,11 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="service-area" data-section="service-area">
|
<div id="service-area" data-section="service-area">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
title="Serving Your Local Community"
|
title="Ծառայություն ձեր տեղական համայնքին"
|
||||||
description="Fast response times in all these neighborhoods. We're your local trusted service provider."
|
description="Արագ արձագանք ժամանակներ բոլոր այս թաղամասերում։ Մենք ձեր տեղական վստահելի ծառայության մատուցողը:"
|
||||||
tag="Service Coverage"
|
tag="Ծառայության ծանուցում"
|
||||||
names={[
|
names={[
|
||||||
"Downtown", "Westside", "Riverside", "Northpoint", "Eastwood", "Central", "Midtown", "Lakeside", "Parkview", "Heritage District"]}
|
"Կենտրոն", "Արևմուտք", "Գետափ", "Հյուսիս", "Արևելք", "Միջ", "Միջմեջ", "Լճափ", "Պակետային", "Ժառանգության Շրջան"]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
speed={40}
|
speed={40}
|
||||||
@@ -160,24 +160,24 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Request Your Free Quote Today"
|
title="Խնդրեք ձեր անվճար գնահատական այսօր"
|
||||||
description="Fill out the form below and we'll contact you within 15 minutes during business hours. Emergency calls answered 24/7."
|
description="Լրացրեք ստորեւ ձեւը և մենք կապ կհաստատենք ձեզ հետ 15 րոպեի ընթացքում 営業時間中։ Արտակարգ վերահաս 24/7-ում պատասխանված։"
|
||||||
inputs={[
|
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: "phone", type: "tel", placeholder: "(555) 000-0000", required: true },
|
||||||
{ name: "email", type: "email", placeholder: "your@email.com", required: true },
|
{ name: "email", type: "email", placeholder: "ձեր@էլ.հասցե", required: true },
|
||||||
{ name: "service", type: "text", placeholder: "Service Needed", required: true },
|
{ name: "service", type: "text", placeholder: "Պահանջվում է ծառայություն", required: true },
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message", placeholder: "Describe your issue in detail...", rows: 5,
|
name: "message", placeholder: "Մանրամասն նկարագրեք ձեր խնդիրը...", rows: 5,
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
useInvertedBackground={false}
|
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"
|
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"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Get Free Quote Now"
|
buttonText="Անվճար գնահատական ստացեք հիմա"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -185,31 +185,31 @@ export default function LandingPage() {
|
|||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Quick Links", items: [
|
title: "Արագ հղումներ", items: [
|
||||||
{ label: "Home", href: "home" },
|
{ label: "Տնօ", href: "home" },
|
||||||
{ label: "Services", href: "services" },
|
{ label: "Ծառայություններ", href: "services" },
|
||||||
{ label: "Why Choose Us", href: "why-us" },
|
{ label: "Ինչու՞ ընտրել մեզ", href: "why-us" },
|
||||||
{ label: "Reviews", href: "testimonials" },
|
{ label: "Կարծիքներ", href: "testimonials" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Service Areas", items: [
|
title: "Ծառայության տարածքներ", items: [
|
||||||
{ label: "Downtown", href: "service-area" },
|
{ label: "Կենտրոն", href: "service-area" },
|
||||||
{ label: "Westside", href: "service-area" },
|
{ label: "Արևմուտք", href: "service-area" },
|
||||||
{ label: "Riverside", href: "service-area" },
|
{ label: "Գետափ", href: "service-area" },
|
||||||
{ label: "All Areas", href: "service-area" },
|
{ label: "Բոլոր տարածքներ", href: "service-area" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Հաստիք", items: [
|
||||||
{ label: "Call: (555) 123-4567", href: "tel:+15551234567" },
|
{ label: "Զանգել. (555) 123-4567", href: "tel:+15551234567" },
|
||||||
{ label: "Email: info@proserve.local", href: "mailto:info@proserve.local" },
|
{ label: "Էլ. հասցե. info@proserve.local", href: "mailto:info@proserve.local" },
|
||||||
{ label: "Get a Quote", href: "contact" },
|
{ label: "Ստացել գնահատական", href: "contact" },
|
||||||
{ label: "Emergency Service", href: "tel:+15551234567" },
|
{ label: "Արտակարգ ծառայություն", href: "tel:+15551234567" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 ProServe | Licensed & Insured | 24/7 Emergency Service Available"
|
copyrightText="© 2025 ProServe | Լիազորված և ապահովված | 24/7 արտակարգ ծառայություն հասանելի"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user