Update src/app/page.tsx
This commit is contained in:
194
src/app/page.tsx
194
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="A/C Guy HVAC & Plumbing"
|
||||
/>
|
||||
@@ -58,47 +48,26 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Reliable HVAC and Plumbing in Albuquerque"
|
||||
description="Professional, honest, and fast service for all your heating, cooling, and plumbing needs. Call A/C Guy today at (505) 205-3396."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5052053396",
|
||||
},
|
||||
text: "Call Now", href: "tel:5052053396"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17659.jpg?_wi=1",
|
||||
imageAlt: "HVAC Service",
|
||||
},
|
||||
id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17659.jpg", imageAlt: "HVAC Service"},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/candy-girl-kitchen_1150-9993.jpg?_wi=1",
|
||||
imageAlt: "Plumbing Service",
|
||||
},
|
||||
id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/candy-girl-kitchen_1150-9993.jpg", imageAlt: "Plumbing Service"},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meticulous-wiremen-expertly-refilling-freon-external-air-conditioner-while-using-manifold-measurement-device-closely-measure-pressure-hvac-system-ensuring-perfect-cooling-performance_482257-68069.jpg",
|
||||
imageAlt: "AC Maintenance",
|
||||
},
|
||||
id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/meticulous-wiremen-expertly-refilling-freon-external-air-conditioner-while-using-manifold-measurement-device-closely-measure-pressure-hvac-system-ensuring-perfect-cooling-performance_482257-68069.jpg", imageAlt: "AC Maintenance"},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-24827.jpg",
|
||||
imageAlt: "Plumber at work",
|
||||
},
|
||||
id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-24827.jpg", imageAlt: "Plumber at work"},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freon-level-values-chroma-key-laptop_482257-90851.jpg",
|
||||
imageAlt: "HVAC tech",
|
||||
},
|
||||
id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/freon-level-values-chroma-key-laptop_482257-90851.jpg", imageAlt: "HVAC tech"},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-screwdriver-glove-white-background_141793-15306.jpg",
|
||||
imageAlt: "Plumbing repair",
|
||||
},
|
||||
id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-screwdriver-glove-white-background_141793-15306.jpg", imageAlt: "Plumbing repair"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,19 +79,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "10+",
|
||||
},
|
||||
label: "Years Experience", value: "10+"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Happy Clients",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Happy Clients", value: "500+"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Response Time",
|
||||
value: "24/7",
|
||||
},
|
||||
label: "Response Time", value: "24/7"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -135,28 +98,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "AC & Cooling",
|
||||
description: "Expert repairs and maintenance for your cooling systems.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wind,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-air-conditioner-service_1303-26541.jpg",
|
||||
imageAlt: "Repairman doing air conditioner service",
|
||||
title: "AC & Cooling", description: "Expert repairs and maintenance for your cooling systems.", bentoComponent: "reveal-icon", icon: Wind,
|
||||
},
|
||||
{
|
||||
title: "Heater Repair",
|
||||
description: "Keep your home warm even in the coldest freezing weather.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17659.jpg?_wi=2",
|
||||
imageAlt: "Repairman doing air conditioner service",
|
||||
title: "Heater Repair", description: "Keep your home warm even in the coldest freezing weather.", bentoComponent: "reveal-icon", icon: Flame,
|
||||
},
|
||||
{
|
||||
title: "Plumbing Services",
|
||||
description: "General plumbing repairs and maintenance for your home.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Droplets,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/candy-girl-kitchen_1150-9993.jpg?_wi=2",
|
||||
imageAlt: "Repairman doing air conditioner service",
|
||||
title: "Plumbing Services", description: "General plumbing repairs and maintenance for your home.", bentoComponent: "reveal-icon", icon: Droplets,
|
||||
},
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
@@ -171,59 +119,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Manuel Montoya",
|
||||
role: "Customer",
|
||||
company: "ABQ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
|
||||
},
|
||||
id: "1", name: "Manuel Montoya", role: "Customer", company: "ABQ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Adams",
|
||||
role: "Customer",
|
||||
company: "ABQ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-young-smiling-male-sitting-harbor_181624-25884.jpg",
|
||||
},
|
||||
id: "2", name: "David Adams", role: "Customer", company: "ABQ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-young-smiling-male-sitting-harbor_181624-25884.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Local Customer",
|
||||
role: "Customer",
|
||||
company: "ABQ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-lady-posing-camera-background-wood-open-space-cafe-female-tourist-has-fun-sunny-summmer-day-concept-single-trip-holidays-happiness_291650-1285.jpg",
|
||||
},
|
||||
id: "3", name: "Local Customer", role: "Customer", company: "ABQ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-lady-posing-camera-background-wood-open-space-cafe-female-tourist-has-fun-sunny-summmer-day-concept-single-trip-holidays-happiness_291650-1285.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Local Customer",
|
||||
role: "Customer",
|
||||
company: "ABQ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg",
|
||||
},
|
||||
id: "4", name: "Local Customer", role: "Customer", company: "ABQ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Edmundo Gonzalez",
|
||||
role: "Customer",
|
||||
company: "ABQ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353757.jpg",
|
||||
},
|
||||
id: "5", name: "Edmundo Gonzalez", role: "Customer", company: "ABQ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353757.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "4.9", label: "Average Rating"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Satisfaction",
|
||||
},
|
||||
value: "100%", label: "Satisfaction"},
|
||||
{
|
||||
value: "Fast",
|
||||
label: "Service Speed",
|
||||
},
|
||||
value: "Fast", label: "Service Speed"},
|
||||
]}
|
||||
title="Hear From Our Customers"
|
||||
description="Trusted by your Albuquerque neighbors."
|
||||
@@ -236,20 +153,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer emergency services?",
|
||||
content: "Yes, we handle emergency heating and cooling issues in Albuquerque.",
|
||||
},
|
||||
id: "1", title: "Do you offer emergency services?", content: "Yes, we handle emergency heating and cooling issues in Albuquerque."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are your quotes fair?",
|
||||
content: "We pride ourselves on honest, transparent, and fair pricing.",
|
||||
},
|
||||
id: "2", title: "Are your quotes fair?", content: "We pride ourselves on honest, transparent, and fair pricing."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What areas do you serve?",
|
||||
content: "We serve the entire Albuquerque area.",
|
||||
},
|
||||
id: "3", title: "What areas do you serve?", content: "We serve the entire Albuquerque area."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our services."
|
||||
@@ -261,16 +169,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Need Help? Reach Out Today!"
|
||||
description="Give us a call at (505) 205-3396 to schedule your service appointment."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (505) 205-3396",
|
||||
href: "tel:5052053396",
|
||||
},
|
||||
text: "Call (505) 205-3396", href: "tel:5052053396"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -280,34 +185,23 @@ export default function LandingPage() {
|
||||
logoText="A/C Guy HVAC & Plumbing LLC"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(505) 205-3396",
|
||||
href: "tel:5052053396",
|
||||
},
|
||||
label: "(505) 205-3396", href: "tel:5052053396"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user