1 Commits

Author SHA1 Message Date
6f7cb8a72f Update src/app/page.tsx 2026-04-18 04:13:56 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Reviews", name: "Reviews", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="SNP Air Conditioning" brandName="SNP Air Conditioning"
/> />
@@ -54,77 +46,48 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
title="Sydney's Premier Air Conditioning Specialists" title="Sydney's Premier Air Conditioning Specialists"
description="SNP Air Conditioning delivers professional, reliable, and clean service for all your split and ducted cooling needs. With over 160+ 5-star reviews, we are your trusted local experts in Bexley and beyond." description="SNP Air Conditioning delivers professional, reliable, and clean service for all your split and ducted cooling needs. With over 160+ 5-star reviews, we are your trusted local experts in Bexley and beyond."
kpis={[ kpis={[
{ {
value: "160+", value: "160+", label: "5-Star Reviews"},
label: "5-Star Reviews",
},
{ {
value: "24/7", value: "24/7", label: "Emergency Support"},
label: "Emergency Support",
},
{ {
value: "100%", value: "100%", label: "Quality Assured"},
label: "Quality Assured",
},
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[ buttons={[
{ {
text: "Get a Quote", text: "Get a Quote", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/woman-turning-air-conditioner-using-tablet_259150-57148.jpg" imageSrc="http://img.b2bpic.net/free-photo/woman-turning-air-conditioner-using-tablet_259150-57148.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/close-up-man-engineer-designing-building-model-maquette-layout-architecture-work-architect-working-construction-structure-design-urban-development-project_482257-37228.jpg", src: "http://img.b2bpic.net/free-photo/close-up-man-engineer-designing-building-model-maquette-layout-architecture-work-architect-working-construction-structure-design-urban-development-project_482257-37228.jpg", alt: "Architect working on design"},
alt: "Architect working on design",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-man-wearing-white-clothes_23-2148910214.jpg", src: "http://img.b2bpic.net/free-photo/young-man-wearing-white-clothes_23-2148910214.jpg", alt: "Team member portrait"},
alt: "Team member portrait",
},
{ {
src: "http://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309392.jpg", src: "http://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309392.jpg", alt: "Happy client"},
alt: "Happy client",
},
{ {
src: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg", src: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg", alt: "AC maintenance closeup"},
alt: "AC maintenance closeup",
},
{ {
src: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", src: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", alt: "Satisfied customer"},
alt: "Satisfied customer",
},
]} ]}
avatarText="Trusted by 1000+ Sydney families" avatarText="Trusted by 1000+ Sydney families"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Fast Installation"},
text: "Fast Installation",
},
{ {
type: "text", type: "text", text: "Qualified Technicians"},
text: "Qualified Technicians",
},
{ {
type: "text", type: "text", text: "Energy Efficient"},
text: "Energy Efficient",
},
{ {
type: "text", type: "text", text: "Competitive Pricing"},
text: "Competitive Pricing",
},
{ {
type: "text", type: "text", text: "24/7 Availability"},
text: "24/7 Availability",
},
]} ]}
/> />
</div> </div>
@@ -134,6 +97,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
title="Meet Sam & The SNP Team" title="Meet Sam & The SNP Team"
description="At SNP Air Conditioning, we believe in doing the job right the first time. Led by Sam, our team of experts provides competitive pricing, prompt communication, and a clean, stress-free installation process. We treat your property with the utmost respect, whether it's a modern apartment or a 100-year-old period home." description="At SNP Air Conditioning, we believe in doing the job right the first time. Led by Sam, our team of experts provides competitive pricing, prompt communication, and a clean, stress-free installation process. We treat your property with the utmost respect, whether it's a modern apartment or a 100-year-old period home."
buttons={[
{
text: "Book a Consultation", href: "#contact"
}
]}
imageSrc="http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg" imageSrc="http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg"
/> />
</div> </div>
@@ -145,26 +113,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "1", id: "1", title: "Split System Installation", description: "Efficient, custom placement even in tricky room designs.", tag: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/air-conditioner-mounted-white-wall_53876-133368.jpg"},
title: "Split System Installation",
description: "Efficient, custom placement even in tricky room designs.",
tag: "Expert",
imageSrc: "http://img.b2bpic.net/free-photo/air-conditioner-mounted-white-wall_53876-133368.jpg",
},
{ {
id: "2", id: "2", title: "Ducted Cooling Solutions", description: "Seamless installation with care for your delicate period ceilings.", tag: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388985.jpg"},
title: "Ducted Cooling Solutions",
description: "Seamless installation with care for your delicate period ceilings.",
tag: "Professional",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388985.jpg",
},
{ {
id: "3", id: "3", title: "Maintenance & Repair", description: "Prompt diagnostics and honest advice to keep your home cool year-round.", tag: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388991.jpg"},
title: "Maintenance & Repair",
description: "Prompt diagnostics and honest advice to keep your home cool year-round.",
tag: "Reliable",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388991.jpg",
},
]} ]}
title="Our Specialized Services" title="Our Specialized Services"
description="Expert solutions tailored to your unique space and requirements." description="Expert solutions tailored to your unique space and requirements."
@@ -178,20 +131,11 @@ export default function LandingPage() {
tag="Performance" tag="Performance"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "15+ Years", description: "Experience in the Sydney HVAC trade"},
value: "15+ Years",
description: "Experience in the Sydney HVAC trade",
},
{ {
id: "m2", id: "m2", value: "100%", description: "On-time arrival for every appointment"},
value: "100%",
description: "On-time arrival for every appointment",
},
{ {
id: "m3", id: "m3", value: "160+", description: "Verified Google 5-star customer reviews"},
value: "160+",
description: "Verified Google 5-star customer reviews",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -202,30 +146,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Michael Dewis", imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg"},
name: "Michael Dewis",
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
},
{ {
id: "t2", id: "t2", name: "Sean Irvine", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg"},
name: "Sean Irvine",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg",
},
{ {
id: "t3", id: "t3", name: "Bronwyn Peryman", imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg"},
name: "Bronwyn Peryman",
imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg",
},
{ {
id: "t4", id: "t4", name: "Andrew Dowling", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg"},
name: "Andrew Dowling",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg",
},
{ {
id: "t5", id: "t5", name: "Shirley Lai", imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg"},
name: "Shirley Lai",
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg",
},
]} ]}
cardTitle="What Our Clients Say" cardTitle="What Our Clients Say"
cardTag="Reviews" cardTag="Reviews"
@@ -239,20 +168,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "Do you provide emergency service?", content: "Yes, we are open 24 hours to help with urgent air conditioning repairs."},
title: "Do you provide emergency service?",
content: "Yes, we are open 24 hours to help with urgent air conditioning repairs.",
},
{ {
id: "q2", id: "q2", title: "Are you licensed to work on period homes?", content: "Yes, we take extreme care with delicate ceilings and structural integrity in heritage homes."},
title: "Are you licensed to work on period homes?",
content: "Yes, we take extreme care with delicate ceilings and structural integrity in heritage homes.",
},
{ {
id: "q3", id: "q3", title: "Do you offer quotes?", content: "Yes, we provide competitive, transparent, and prompt quotes on-site."},
title: "Do you offer quotes?",
content: "Yes, we provide competitive, transparent, and prompt quotes on-site.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/engineer-writing-condenser-values_482257-90848.jpg" imageSrc="http://img.b2bpic.net/free-photo/engineer-writing-condenser-values_482257-90848.jpg"
title="Frequently Asked Questions" title="Frequently Asked Questions"
@@ -266,14 +186,11 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
text="Ready to get comfortable? Call us today at 0413 816 375 or book your professional air conditioning service with Sam and the SNP team." text="Ready to get comfortable? Call us today at 0413 816 375 or book your professional air conditioning service with Sam and the SNP team."
buttons={[ buttons={[
{ {
text: "Call Sam: 0413 816 375", text: "Call Sam: 0413 816 375", href: "tel:0413816375"},
href: "tel:0413816375",
},
]} ]}
/> />
</div> </div>
@@ -282,16 +199,12 @@ export default function LandingPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="SNP Air Conditioning" logoText="SNP Air Conditioning"
leftLink={{ leftLink={{
text: "1 Northbrook St, Bexley NSW 2207", text: "1 Northbrook St, Bexley NSW 2207", href: "https://maps.google.com"}}
href: "https://maps.google.com",
}}
rightLink={{ rightLink={{
text: "© 2024 SNP Air Conditioning", text: "© 2024 SNP Air Conditioning", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }