Merge version_1 into main #1
266
src/app/page.tsx
266
src/app/page.tsx
@@ -16,184 +16,110 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="HVAC Guyz & Plumbing Inc"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Reviews", id: "#reviews" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="HVAC Guyz & Plumbing Inc"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Reliable HVAC & Plumbing Services in Atlanta"
|
||||
description="Fast, affordable, same-day service available. We show up on time and fix it right the first time."
|
||||
tag="Trusted by Atlanta Homeowners"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:4702554535",
|
||||
},
|
||||
{
|
||||
text: "Request Service",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVKwiQV8NGxzjHofDhgyKVuTwA/modern-hvac-repair-technician-in-atlanta-1774569074829-a54dd429.png",
|
||||
imageAlt: "HVAC repair professional",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVKwiQV8NGxzjHofDhgyKVuTwA/professional-plumber-working-on-a-sink-i-1774569074804-c6d93804.png",
|
||||
imageAlt: "Plumbing expert",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={4.8}
|
||||
ratingText="Based on 37+ local reviews"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "plain" }}
|
||||
title="Reliable HVAC & Plumbing Services in Atlanta"
|
||||
description="Fast, affordable, same-day service available. We show up on time and fix it right the first time."
|
||||
tag="Trusted by Atlanta Homeowners"
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:4702554535" },
|
||||
{ text: "Request Service", href: "#contact" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVKwiQV8NGxzjHofDhgyKVuTwA/modern-hvac-repair-technician-in-atlanta-1774569074829-a54dd429.png", imageAlt: "HVAC repair professional" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVKwiQV8NGxzjHofDhgyKVuTwA/professional-plumber-working-on-a-sink-i-1774569074804-c6d93804.png", imageAlt: "Plumbing expert" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={4.8}
|
||||
ratingText="Based on 37+ local reviews"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyOne
|
||||
useInvertedBackground={true}
|
||||
title="Expert HVAC & Plumbing Solutions"
|
||||
description="Comprehensive care for your home comfort systems."
|
||||
tag="Our Expertise"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "HVAC Repair",
|
||||
content: "Professional diagnosis and repair for all major HVAC brands to restore your comfort fast.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "AC Installation",
|
||||
content: "Energy-efficient air conditioning systems expertly installed for Atlanta's summer heat.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Plumbing Repairs",
|
||||
content: "From leaks to clogs, our expert plumbers handle everything with honesty and precision.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Emergency Services",
|
||||
content: "Available when you need us most. We provide fast, reliable emergency response for urgent repairs.",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVKwiQV8NGxzjHofDhgyKVuTwA/wide-shot-of-a-clean-organized-van-with--1774569076368-b5eccd46.png"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyOne
|
||||
useInvertedBackground={true}
|
||||
title="Expert HVAC & Plumbing Solutions"
|
||||
description="Comprehensive care for your home comfort systems."
|
||||
tag="Our Expertise"
|
||||
accordionItems={[
|
||||
{ id: "1", title: "HVAC Repair", content: "Professional diagnosis and repair for all major HVAC brands to restore your comfort fast." },
|
||||
{ id: "2", title: "AC Installation", content: "Energy-efficient air conditioning systems expertly installed for Atlanta's summer heat." },
|
||||
{ id: "3", title: "Plumbing Repairs", content: "From leaks to clogs, our expert plumbers handle everything with honesty and precision." },
|
||||
{ id: "4", title: "Emergency Services", content: "Available when you need us most. We provide fast, reliable emergency response for urgent repairs." }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVKwiQV8NGxzjHofDhgyKVuTwA/wide-shot-of-a-clean-organized-van-with--1774569076368-b5eccd46.png"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Built on Reliability & Honesty"
|
||||
description="Rohan and the team have over 7 years of experience serving the Atlanta community. We believe in transparency, clear pricing, and doing the job right the first time."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVKwiQV8NGxzjHofDhgyKVuTwA/portrait-of-a-friendly-professional-hvac-1774569074506-f2e2c4c7.png"
|
||||
imageAlt="Owner Rohan, professional HVAC technician"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Built on Reliability & Honesty"
|
||||
description="Rohan and the team have over 7 years of experience serving the Atlanta community. We believe in transparency, clear pricing, and doing the job right the first time."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVKwiQV8NGxzjHofDhgyKVuTwA/portrait-of-a-friendly-professional-hvac-1774569074506-f2e2c4c7.png"
|
||||
imageAlt="Owner Rohan, professional HVAC technician"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "Atlanta Homeowner",
|
||||
testimonial: "Fixed our AC the same day it broke. Extremely professional and knowledgeable!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVKwiQV8NGxzjHofDhgyKVuTwA/portrait-of-a-happy-homeowner-friendly-f-1774569074890-123f883c.png",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike T.",
|
||||
handle: "Property Manager",
|
||||
testimonial: "Company you can trust. They showed up exactly when they promised and kept things clean.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVKwiQV8NGxzjHofDhgyKVuTwA/portrait-of-a-property-manager-professio-1774569074572-ef5a5b8c.png",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Linda R.",
|
||||
handle: "Local Resident",
|
||||
testimonial: "Best plumbing experience I've had. Rohan explained everything clearly before starting.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVKwiQV8NGxzjHofDhgyKVuTwA/portrait-of-an-elderly-homeowner-friendl-1774569074735-6d8c9f2a.png",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "Homeowner",
|
||||
testimonial: "Fast, affordable, and honest. I won't call anyone else for my HVAC needs.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVKwiQV8NGxzjHofDhgyKVuTwA/portrait-of-a-young-adult-homeowner-casu-1774569074397-2fb9616f.png",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Neighbors Say"
|
||||
description="Trusted by hundreds of homeowners across Atlanta."
|
||||
/>
|
||||
</div>
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", handle: "Atlanta Homeowner", testimonial: "Fixed our AC the same day it broke. Extremely professional and knowledgeable!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVKwiQV8NGxzjHofDhgyKVuTwA/portrait-of-a-happy-homeowner-friendly-f-1774569074890-123f883c.png" },
|
||||
{ id: "2", name: "Mike T.", handle: "Property Manager", testimonial: "Company you can trust. They showed up exactly when they promised and kept things clean.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVKwiQV8NGxzjHofDhgyKVuTwA/portrait-of-a-property-manager-professio-1774569074572-ef5a5b8c.png" },
|
||||
{ id: "3", name: "Linda R.", handle: "Local Resident", testimonial: "Best plumbing experience I've had. Rohan explained everything clearly before starting.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVKwiQV8NGxzjHofDhgyKVuTwA/portrait-of-an-elderly-homeowner-friendl-1774569074735-6d8c9f2a.png" },
|
||||
{ id: "4", name: "David K.", handle: "Homeowner", testimonial: "Fast, affordable, and honest. I won't call anyone else for my HVAC needs.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVKwiQV8NGxzjHofDhgyKVuTwA/portrait-of-a-young-adult-homeowner-casu-1774569074397-2fb9616f.png" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Neighbors Say"
|
||||
description="Trusted by hundreds of homeowners across Atlanta."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Contact Us"
|
||||
title="Get a Fast Quote Today"
|
||||
description="Call (470) 255-4535 or fill out the form below. We serve the greater Atlanta, GA area."
|
||||
buttonText="Submit Request"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Get a Fast Quote Today"
|
||||
description="Call (470) 255-4535 or fill out the form below. We serve the greater Atlanta, GA area."
|
||||
buttonText="Submit Request"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="HVAC Guyz & Plumbing Inc"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="HVAC Guyz & Plumbing Inc"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user