Update src/app/page.tsx
This commit is contained in:
223
src/app/page.tsx
223
src/app/page.tsx
@@ -33,15 +33,13 @@ export default function HomePage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="ClimaCom"
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now: 02 943 1134",
|
||||
href: "tel:+359294431134",
|
||||
}}
|
||||
text: "Call Now: 02 943 1134", href: "tel:+359294431134"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -52,27 +50,17 @@ export default function HomePage() {
|
||||
description="Professional Air Conditioning & HVAC Services in Sofia. Installation, Repair & Maintenance by Trusted Local Experts. Fast Response Times. 4.3★ Rated."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: 02 943 1134",
|
||||
href: "tel:+359294431134",
|
||||
},
|
||||
text: "Call Now: 02 943 1134", href: "tel:+359294431134"},
|
||||
{
|
||||
text: "Request Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request Free Quote", href: "/contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-electrician-installing-holder-ceiling-light_23-2148087646.jpg",
|
||||
imageAlt: "HVAC Technician installing air conditioner",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-electrician-installing-holder-ceiling-light_23-2148087646.jpg", imageAlt: "HVAC Technician installing air conditioner"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg",
|
||||
imageAlt: "Professional AC unit installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg", imageAlt: "Professional AC unit installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-studio-shot-untidy-female-male-carpenters-look-with-bugged-eyes-jaw-dropped-out_273609-8775.jpg",
|
||||
imageAlt: "ClimaCom professional service team",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-studio-shot-untidy-female-male-carpenters-look-with-bugged-eyes-jaw-dropped-out_273609-8775.jpg", imageAlt: "ClimaCom professional service team"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={false}
|
||||
@@ -88,71 +76,35 @@ export default function HomePage() {
|
||||
tagIcon={Zap}
|
||||
features={[
|
||||
{
|
||||
id: "installation",
|
||||
label: "Installation",
|
||||
title: "Air Conditioner Installation",
|
||||
items: [
|
||||
"Expert installation of premium AC units",
|
||||
"Professional ductwork and placement",
|
||||
"Energy-efficient system selection",
|
||||
"Same-day service availability",
|
||||
],
|
||||
id: "installation", label: "Installation", title: "Air Conditioner Installation", items: [
|
||||
"Expert installation of premium AC units", "Professional ductwork and placement", "Energy-efficient system selection", "Same-day service availability"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services#installation",
|
||||
},
|
||||
text: "Learn More", href: "/services#installation"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "repair",
|
||||
label: "Repair",
|
||||
title: "AC Repair & Emergency Service",
|
||||
items: [
|
||||
"Fast emergency response (24/7 availability)",
|
||||
"Diagnosis and troubleshooting",
|
||||
"Quick fixes and component replacement",
|
||||
"Warranty on all repairs",
|
||||
],
|
||||
id: "repair", label: "Repair", title: "AC Repair & Emergency Service", items: [
|
||||
"Fast emergency response (24/7 availability)", "Diagnosis and troubleshooting", "Quick fixes and component replacement", "Warranty on all repairs"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Service",
|
||||
href: "/services#repair",
|
||||
},
|
||||
text: "Book Service", href: "/services#repair"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "maintenance",
|
||||
label: "Maintenance",
|
||||
title: "HVAC Maintenance & Servicing",
|
||||
items: [
|
||||
"Regular system cleaning and inspection",
|
||||
"Filter replacement and optimization",
|
||||
"Preventative maintenance plans",
|
||||
"Extend equipment lifespan",
|
||||
],
|
||||
id: "maintenance", label: "Maintenance", title: "HVAC Maintenance & Servicing", items: [
|
||||
"Regular system cleaning and inspection", "Filter replacement and optimization", "Preventative maintenance plans", "Extend equipment lifespan"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Schedule Maintenance",
|
||||
href: "/services#maintenance",
|
||||
},
|
||||
text: "Schedule Maintenance", href: "/services#maintenance"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "heating",
|
||||
label: "Heating",
|
||||
title: "Heating Systems & Solutions",
|
||||
items: [
|
||||
"Professional heating system installation",
|
||||
"Heat pump and boiler services",
|
||||
"Year-round comfort solutions",
|
||||
"Energy-efficient heating options",
|
||||
],
|
||||
id: "heating", label: "Heating", title: "Heating Systems & Solutions", items: [
|
||||
"Professional heating system installation", "Heat pump and boiler services", "Year-round comfort solutions", "Energy-efficient heating options"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get More Info",
|
||||
href: "/services#heating",
|
||||
},
|
||||
text: "Get More Info", href: "/services#heating"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -167,24 +119,15 @@ export default function HomePage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Why Choose ClimaCom?",
|
||||
},
|
||||
type: "text", content: "Why Choose ClimaCom?"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/collection-new-year-badges-2018_23-2147701497.jpg",
|
||||
alt: "4.3 star rating badge",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/collection-new-year-badges-2018_23-2147701497.jpg", alt: "4.3 star rating badge"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+359294431134",
|
||||
},
|
||||
text: "Call Now", href: "tel:+359294431134"},
|
||||
{
|
||||
text: "Get Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Quote", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -197,23 +140,9 @@ export default function HomePage() {
|
||||
title="Trusted by Sofia's Top Brands"
|
||||
description="ClimaCom services and maintains AC systems from leading manufacturers"
|
||||
names={[
|
||||
"Daikin",
|
||||
"Mitsubishi Electric",
|
||||
"LG",
|
||||
"Samsung",
|
||||
"Carrier",
|
||||
"Trane",
|
||||
"Fujitsu",
|
||||
]}
|
||||
"Daikin", "Mitsubishi Electric", "LG", "Samsung", "Carrier", "Trane", "Fujitsu"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/gradient-abstract-logo_52683-8561.jpg",
|
||||
"http://img.b2bpic.net/free-vector/realistic-winter-season-logo-template_23-2149821285.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-minimalist-sun-ocean-logo-template_742173-17682.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148158913.jpg",
|
||||
"http://img.b2bpic.net/free-vector/logo-with-curly-arrow_1043-146.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-usa-labor-day-label-collection_23-2148225167.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-laptop-logo-template_23-2149014685.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/gradient-abstract-logo_52683-8561.jpg", "http://img.b2bpic.net/free-vector/realistic-winter-season-logo-template_23-2149821285.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-minimalist-sun-ocean-logo-template_742173-17682.jpg", "http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148158913.jpg", "http://img.b2bpic.net/free-vector/logo-with-curly-arrow_1043-146.jpg", "http://img.b2bpic.net/free-vector/flat-usa-labor-day-label-collection_23-2148225167.jpg", "http://img.b2bpic.net/free-vector/flat-laptop-logo-template_23-2149014685.jpg"]}
|
||||
tag="Partner Brands"
|
||||
tagIcon={Award}
|
||||
textboxLayout="default"
|
||||
@@ -231,29 +160,13 @@ export default function HomePage() {
|
||||
cardTagIcon={Star}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mariya Aleksandrova",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-showing-thumb-up-grey-t-shirt-looking-happy-front-view_176474-15608.jpg",
|
||||
imageAlt: "Mariya Aleksandrova - satisfied customer",
|
||||
},
|
||||
id: "1", name: "Mariya Aleksandrova", imageSrc: "http://img.b2bpic.net/free-photo/young-female-showing-thumb-up-grey-t-shirt-looking-happy-front-view_176474-15608.jpg", imageAlt: "Mariya Aleksandrova - satisfied customer"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ivan Petrov",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg",
|
||||
imageAlt: "Ivan Petrov - satisfied customer",
|
||||
},
|
||||
id: "2", name: "Ivan Petrov", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg", imageAlt: "Ivan Petrov - satisfied customer"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Svetla Georgieva",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6771.jpg",
|
||||
imageAlt: "Svetla Georgieva - satisfied customer",
|
||||
},
|
||||
id: "3", name: "Svetla Georgieva", imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6771.jpg", imageAlt: "Svetla Georgieva - satisfied customer"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dimitar Nikolov",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man_1187-1055.jpg",
|
||||
imageAlt: "Dimitar Nikolov - satisfied customer",
|
||||
},
|
||||
id: "4", name: "Dimitar Nikolov", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man_1187-1055.jpg", imageAlt: "Dimitar Nikolov - satisfied customer"},
|
||||
]}
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -267,29 +180,13 @@ export default function HomePage() {
|
||||
description="ClimaCom's track record of excellence in professional HVAC services"
|
||||
metrics={[
|
||||
{
|
||||
id: "reviews",
|
||||
value: "80+",
|
||||
title: "Customer Reviews",
|
||||
description: "Real testimonials from satisfied clients across Sofia",
|
||||
},
|
||||
id: "reviews", value: "80+", title: "Customer Reviews", description: "Real testimonials from satisfied clients across Sofia"},
|
||||
{
|
||||
id: "rating",
|
||||
value: "4.3★",
|
||||
title: "Average Rating",
|
||||
description: "Consistently high customer satisfaction scores",
|
||||
},
|
||||
id: "rating", value: "4.3★", title: "Average Rating", description: "Consistently high customer satisfaction scores"},
|
||||
{
|
||||
id: "response",
|
||||
value: "Same Day",
|
||||
title: "Service Response",
|
||||
description: "Fast emergency and routine service availability",
|
||||
},
|
||||
id: "response", value: "Same Day", title: "Service Response", description: "Fast emergency and routine service availability"},
|
||||
{
|
||||
id: "experience",
|
||||
value: "Licensed",
|
||||
title: "Professional",
|
||||
description: "Certified HVAC contractors serving Sofia professionally",
|
||||
},
|
||||
id: "experience", value: "Licensed", title: "Professional", description: "Certified HVAC contractors serving Sofia professionally"},
|
||||
]}
|
||||
animationType="opacity"
|
||||
textboxLayout="default"
|
||||
@@ -306,35 +203,17 @@ export default function HomePage() {
|
||||
tagIcon={HelpCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How much does AC installation cost?",
|
||||
content: "AC installation costs vary depending on your unit size, type, and location in Sofia. We provide free quotes and transparent pricing. Call 02 943 1134 for an estimate tailored to your needs.",
|
||||
},
|
||||
id: "1", title: "How much does AC installation cost?", content: "AC installation costs vary depending on your unit size, type, and location in Sofia. We provide free quotes and transparent pricing. Call 02 943 1134 for an estimate tailored to your needs."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer emergency repair service?",
|
||||
content: "Yes! We provide 24/7 emergency AC repair service. Our technicians can respond quickly to urgent breakdowns. Call us immediately for fast emergency support.",
|
||||
},
|
||||
id: "2", title: "Do you offer emergency repair service?", content: "Yes! We provide 24/7 emergency AC repair service. Our technicians can respond quickly to urgent breakdowns. Call us immediately for fast emergency support."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What areas of Sofia do you serve?",
|
||||
content: "We service all neighborhoods across Sofia, including g.k. Suhata Reka and surrounding areas. Our central location allows us to provide quick service citywide.",
|
||||
},
|
||||
id: "3", title: "What areas of Sofia do you serve?", content: "We service all neighborhoods across Sofia, including g.k. Suhata Reka and surrounding areas. Our central location allows us to provide quick service citywide."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you provide maintenance plans?",
|
||||
content: "Absolutely! Regular maintenance extends equipment lifespan and improves efficiency. We offer flexible maintenance packages tailored to residential and commercial needs.",
|
||||
},
|
||||
id: "4", title: "Do you provide maintenance plans?", content: "Absolutely! Regular maintenance extends equipment lifespan and improves efficiency. We offer flexible maintenance packages tailored to residential and commercial needs."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Are your technicians licensed and insured?",
|
||||
content: "Yes, all ClimaCom technicians are fully licensed HVAC professionals and fully insured. We guarantee quality workmanship on every job.",
|
||||
},
|
||||
id: "5", title: "Are your technicians licensed and insured?", content: "Yes, all ClimaCom technicians are fully licensed HVAC professionals and fully insured. We guarantee quality workmanship on every job."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What warranty do you offer?",
|
||||
content: "We provide warranties on all installations and repairs. Ask our team about extended warranty options for complete peace of mind.",
|
||||
},
|
||||
id: "6", title: "What warranty do you offer?", content: "We provide warranties on all installations and repairs. Ask our team about extended warranty options for complete peace of mind."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/expert-using-pressure-measurement-device_482257-91080.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -370,8 +249,7 @@ export default function HomePage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -379,8 +257,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "AC Installation", href: "/services#installation" },
|
||||
{ label: "AC Repair", href: "/services#repair" },
|
||||
{ label: "Maintenance", href: "/services#maintenance" },
|
||||
@@ -388,20 +265,16 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 02 943 1134", href: "tel:+359294431134" },
|
||||
{
|
||||
label: "g.k. Suhata Reka, bul. Vladimir Vazov 52, 1517 Sofia",
|
||||
href: "https://maps.google.com/?q=ClimaCom+Sofia",
|
||||
},
|
||||
label: "g.k. Suhata Reka, bul. Vladimir Vazov 52, 1517 Sofia", href: "https://maps.google.com/?q=ClimaCom+Sofia"},
|
||||
{ label: "Mon-Fri: 8:30 AM - 5:30 PM", href: "#" },
|
||||
{ label: "Sat: 9:00 AM - 4:00 PM", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -414,4 +287,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user