Merge version_2 into main #2
271
src/app/page.tsx
271
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="CoolAir"
|
||||
/>
|
||||
@@ -55,96 +47,50 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Stay Cool with CoolAir Heating & Cooling"
|
||||
description="Professional HVAC maintenance, repair, and installation services in DeSoto and surrounding areas. Trusted by locals for years."
|
||||
testimonials={[
|
||||
{
|
||||
name: "D S",
|
||||
handle: "@ds",
|
||||
testimonial: "Jesse and his son are consistently reliable—they show up no matter the weather.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452938-6fg4pp29.png?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
name: "D S", handle: "@ds", testimonial: "Jesse and his son are consistently reliable—they show up no matter the weather.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452938-6fg4pp29.png?_wi=1", imageAlt: "User provided image"},
|
||||
{
|
||||
name: "Zeb Fulmer",
|
||||
handle: "@zeb",
|
||||
testimonial: "Great and fast work!!!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452939-nbs7moex.png?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
name: "Zeb Fulmer", handle: "@zeb", testimonial: "Great and fast work!!!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452939-nbs7moex.png?_wi=1", imageAlt: "User provided image"},
|
||||
{
|
||||
name: "Rodney Turner",
|
||||
handle: "@rodney",
|
||||
testimonial: "Honest and on point. Reasonable prices.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452939-r44nairg.png?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
name: "Rodney Turner", handle: "@rodney", testimonial: "Honest and on point. Reasonable prices.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452939-r44nairg.png?_wi=1", imageAlt: "User provided image"},
|
||||
{
|
||||
name: "Crysol Dominguez",
|
||||
handle: "@crysol",
|
||||
testimonial: "Always on time, prices are very reasonable.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452939-pc9kujoy.png?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
name: "Crysol Dominguez", handle: "@crysol", testimonial: "Always on time, prices are very reasonable.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452939-pc9kujoy.png?_wi=1", imageAlt: "User provided image"},
|
||||
{
|
||||
name: "David Hyun",
|
||||
handle: "@david",
|
||||
testimonial: "Exceptional Service! Working with Jesse has been such an honest experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
name: "David Hyun", handle: "@david", testimonial: "Exceptional Service! Working with Jesse has been such an honest experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg?_wi=1", imageAlt: "User provided image"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452938-6fg4pp29.png?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg", alt: "Client 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed Technicians",
|
||||
},
|
||||
type: "text", text: "Licensed Technicians"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Response",
|
||||
},
|
||||
type: "text", text: "Fast Response"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Guaranteed",
|
||||
},
|
||||
type: "text", text: "Quality Guaranteed"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Affordable Rates",
|
||||
},
|
||||
type: "text", text: "Affordable Rates"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fully Insured",
|
||||
},
|
||||
type: "text", text: "Fully Insured"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,17 +102,11 @@ export default function LandingPage() {
|
||||
description="We specialize in reliable, fast, and affordable HVAC maintenance and repair. Our experienced team ensures your comfort year-round."
|
||||
metrics={[
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Service Availability",
|
||||
},
|
||||
value: "24/7", title: "Service Availability"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Customer Satisfaction",
|
||||
},
|
||||
value: "100%", title: "Customer Satisfaction"},
|
||||
{
|
||||
value: "5.0",
|
||||
title: "Average Rating",
|
||||
},
|
||||
value: "5.0", title: "Average Rating"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452939-nbs7moex.png?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -182,20 +122,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "A/C Repair",
|
||||
description: "Quick fixes for all major air conditioning brands.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452939-r44nairg.png?_wi=2",
|
||||
},
|
||||
title: "A/C Repair", description: "Quick fixes for all major air conditioning brands.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452939-r44nairg.png?_wi=2"},
|
||||
{
|
||||
title: "Heating Installation",
|
||||
description: "Professional setup for your heating systems.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452939-pc9kujoy.png?_wi=2",
|
||||
},
|
||||
title: "Heating Installation", description: "Professional setup for your heating systems.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452939-pc9kujoy.png?_wi=2"},
|
||||
{
|
||||
title: "HVAC Maintenance",
|
||||
description: "Annual checks to ensure your unit runs efficiently.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452938-6fg4pp29.png?_wi=3",
|
||||
},
|
||||
title: "HVAC Maintenance", description: "Annual checks to ensure your unit runs efficiently.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452938-6fg4pp29.png?_wi=3"},
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="Comprehensive heating and cooling solutions for residential and commercial needs."
|
||||
@@ -209,53 +140,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Standard Service Call",
|
||||
price: "$89",
|
||||
period: "/ visit",
|
||||
features: [
|
||||
"Diagnostic Check",
|
||||
"Minor Adjustment",
|
||||
],
|
||||
id: "basic", title: "Standard Service Call", price: "$89", period: "/ visit", features: [
|
||||
"Diagnostic Check", "Minor Adjustment"],
|
||||
button: {
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
imageAlt: "Closeup of Smiling Beautiful Adult Businesswoman",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Closeup of Smiling Beautiful Adult Businesswoman"},
|
||||
{
|
||||
id: "pro",
|
||||
title: "A/C Tune-up",
|
||||
price: "$129",
|
||||
period: "/ unit",
|
||||
features: [
|
||||
"System Cleaning",
|
||||
"Efficiency Check",
|
||||
],
|
||||
id: "pro", title: "A/C Tune-up", price: "$129", period: "/ unit", features: [
|
||||
"System Cleaning", "Efficiency Check"],
|
||||
button: {
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452938-6fg4pp29.png?_wi=4",
|
||||
imageAlt: "Closeup of Smiling Beautiful Adult Businesswoman",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452938-6fg4pp29.png?_wi=4", imageAlt: "Closeup of Smiling Beautiful Adult Businesswoman"},
|
||||
{
|
||||
id: "enterprise",
|
||||
title: "Full HVAC Install",
|
||||
price: "Custom",
|
||||
period: "/ project",
|
||||
features: [
|
||||
"Free Estimates",
|
||||
"Warranty Included",
|
||||
],
|
||||
id: "enterprise", title: "Full HVAC Install", price: "Custom", period: "/ project", features: [
|
||||
"Free Estimates", "Warranty Included"],
|
||||
button: {
|
||||
text: "Get Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452939-nbs7moex.png?_wi=3",
|
||||
imageAlt: "Closeup of Smiling Beautiful Adult Businesswoman",
|
||||
},
|
||||
text: "Get Quote", href: "#contact"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452939-nbs7moex.png?_wi=3", imageAlt: "Closeup of Smiling Beautiful Adult Businesswoman"},
|
||||
]}
|
||||
title="Transparent Service Rates"
|
||||
description="Professional services at prices that make sense."
|
||||
@@ -268,45 +169,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Reliable Service",
|
||||
quote: "Jesse and his son show up no matter the weather.",
|
||||
name: "D S",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg?_wi=2",
|
||||
},
|
||||
id: "t1", title: "Reliable Service", quote: "Jesse and his son show up no matter the weather.", name: "D S", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg?_wi=2"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Fast and Great",
|
||||
quote: "Great and fast work!",
|
||||
name: "Zeb Fulmer",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg",
|
||||
},
|
||||
id: "t2", title: "Fast and Great", quote: "Great and fast work!", name: "Zeb Fulmer", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Honest & Professional",
|
||||
quote: "Honest and on point. Recommend them to all.",
|
||||
name: "Rodney Turner",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-house_1154-113.jpg",
|
||||
},
|
||||
id: "t3", title: "Honest & Professional", quote: "Honest and on point. Recommend them to all.", name: "Rodney Turner", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-house_1154-113.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Always on Time",
|
||||
quote: "Service is great! Prices are very reasonable.",
|
||||
name: "Crysol Dominguez",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg",
|
||||
},
|
||||
id: "t4", title: "Always on Time", quote: "Service is great! Prices are very reasonable.", name: "Crysol Dominguez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Exceptional Experience",
|
||||
quote: "Working with Jesse has been such an honest experience.",
|
||||
name: "David Hyun",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg",
|
||||
},
|
||||
id: "t5", title: "Exceptional Experience", quote: "Working with Jesse has been such an honest experience.", name: "David Hyun", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg"},
|
||||
]}
|
||||
title="Hear From Our Happy Clients"
|
||||
description="Proven results and satisfied homeowners across DeSoto."
|
||||
@@ -319,20 +190,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How often should I maintain my A/C?",
|
||||
content: "We recommend annual maintenance to prolong the life of your unit.",
|
||||
},
|
||||
id: "q1", title: "How often should I maintain my A/C?", content: "We recommend annual maintenance to prolong the life of your unit."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are your estimates free?",
|
||||
content: "Yes, we provide free estimates for all major installations.",
|
||||
},
|
||||
id: "q2", title: "Are your estimates free?", content: "Yes, we provide free estimates for all major installations."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer emergency repairs?",
|
||||
content: "We provide timely service and strive to meet emergency needs.",
|
||||
},
|
||||
id: "q3", title: "Do you offer emergency repairs?", content: "Yes, we provide 24/7 emergency repair services with a typical response time of 2 to 4 hours to ensure your comfort is restored quickly."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVh27GikpfrBWPDqhHillbbNtU/uploaded-1776476452939-nbs7moex.png?_wi=4"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -346,16 +208,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in touch"
|
||||
title="Ready for Service?"
|
||||
description="Call us today to schedule your maintenance or repair."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (214) 734-9503",
|
||||
href: "tel:+12147349503",
|
||||
},
|
||||
text: "Call (214) 734-9503", href: "tel:+12147349503"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -364,29 +223,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -397,4 +246,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user