Merge version_2 into main #1
173
src/app/page.tsx
173
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="SNP Air Conditioning"
|
||||
/>
|
||||
@@ -54,77 +46,48 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
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."
|
||||
kpis={[
|
||||
{
|
||||
value: "160+",
|
||||
label: "5-Star Reviews",
|
||||
},
|
||||
value: "160+", label: "5-Star Reviews"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Emergency Support",
|
||||
},
|
||||
value: "24/7", label: "Emergency Support"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Quality Assured",
|
||||
},
|
||||
value: "100%", label: "Quality Assured"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-turning-air-conditioner-using-tablet_259150-57148.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
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",
|
||||
alt: "Architect working on design",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-wearing-white-clothes_23-2148910214.jpg",
|
||||
alt: "Team member portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-wearing-white-clothes_23-2148910214.jpg", alt: "Team member portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309392.jpg",
|
||||
alt: "Happy client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309392.jpg", alt: "Happy client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg",
|
||||
alt: "AC maintenance closeup",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg", alt: "AC maintenance closeup"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
|
||||
alt: "Satisfied customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", alt: "Satisfied customer"},
|
||||
]}
|
||||
avatarText="Trusted by 1000+ Sydney families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Installation",
|
||||
},
|
||||
type: "text", text: "Fast Installation"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Qualified Technicians",
|
||||
},
|
||||
type: "text", text: "Qualified Technicians"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Energy Efficient",
|
||||
},
|
||||
type: "text", text: "Energy Efficient"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Competitive Pricing",
|
||||
},
|
||||
type: "text", text: "Competitive Pricing"},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Availability",
|
||||
},
|
||||
type: "text", text: "24/7 Availability"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,6 +97,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation", href: "#contact"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -145,26 +113,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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="Our Specialized Services"
|
||||
description="Expert solutions tailored to your unique space and requirements."
|
||||
@@ -178,20 +131,11 @@ export default function LandingPage() {
|
||||
tag="Performance"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+ Years",
|
||||
description: "Experience in the Sydney HVAC trade",
|
||||
},
|
||||
id: "m1", value: "15+ Years", description: "Experience in the Sydney HVAC trade"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
description: "On-time arrival for every appointment",
|
||||
},
|
||||
id: "m2", value: "100%", description: "On-time arrival for every appointment"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "160+",
|
||||
description: "Verified Google 5-star customer reviews",
|
||||
},
|
||||
id: "m3", value: "160+", description: "Verified Google 5-star customer reviews"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -202,30 +146,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Michael Dewis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
|
||||
},
|
||||
id: "t1", name: "Michael Dewis", imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Andrew Dowling",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg",
|
||||
},
|
||||
id: "t4", name: "Andrew Dowling", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Shirley Lai",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg",
|
||||
},
|
||||
id: "t5", name: "Shirley Lai", imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg"},
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Reviews"
|
||||
@@ -239,20 +168,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you provide emergency service?",
|
||||
content: "Yes, we are open 24 hours to help with urgent air conditioning repairs.",
|
||||
},
|
||||
id: "q1", title: "Do you provide emergency service?", content: "Yes, we are open 24 hours to help with urgent air conditioning repairs."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer quotes?",
|
||||
content: "Yes, we provide competitive, transparent, and prompt quotes on-site.",
|
||||
},
|
||||
id: "q3", 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"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -266,14 +186,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Sam: 0413 816 375",
|
||||
href: "tel:0413816375",
|
||||
},
|
||||
text: "Call Sam: 0413 816 375", href: "tel:0413816375"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -282,16 +199,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="SNP Air Conditioning"
|
||||
leftLink={{
|
||||
text: "1 Northbrook St, Bexley NSW 2207",
|
||||
href: "https://maps.google.com",
|
||||
}}
|
||||
text: "1 Northbrook St, Bexley NSW 2207", href: "https://maps.google.com"}}
|
||||
rightLink={{
|
||||
text: "© 2024 SNP Air Conditioning",
|
||||
href: "#",
|
||||
}}
|
||||
text: "© 2024 SNP Air Conditioning", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user