Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-26 18:51:46 +00:00

View File

@@ -16,29 +16,26 @@ 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">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Services",
id: "#services",
},
{
name: "Why Us",
id: "#about",
},
{
name: "Reviews",
id: "#testimonials",
},
{ name: "Services", id: "#services" },
{ name: "Why Us", id: "#about" },
{ name: "Reviews", id: "#testimonials" },
{ name: "Contact", id: "#contact" }
]}
brandName="Banner AC"
button={{
text: "Book Now",
href: "#contact",
}}
text: "Book Now", href: "#contact"}}
/>
</div>
@@ -48,9 +45,7 @@ export default function LandingPage() {
description="5-star rated service with 24-hour response and 100% satisfaction guarantee. Book your appointment in under 60 seconds."
buttons={[
{
text: "Book Your Service Now",
href: "#contact",
},
text: "Book Your Service Now", href: "#contact"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUjTCyV6NWdtlrtnuSBgVxbUJh/modern-high-end-home-exterior-with-profe-1774551064401-cbbc1c97.png"
/>
@@ -63,13 +58,9 @@ export default function LandingPage() {
description="At Banner AC, we believe comfort should be effortless. Our team of certified professionals ensures your system runs perfectly so you don't have to worry."
metrics={[
{
value: "15+",
title: "Years Experience",
},
value: "15+", title: "Years Experience"},
{
value: "5k+",
title: "Happy Customers",
},
value: "5k+", title: "Happy Customers"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUjTCyV6NWdtlrtnuSBgVxbUJh/professional-hvac-technician-smiling-wea-1774551063383-728bc1cb.png"
mediaAnimation="slide-up"
@@ -84,18 +75,15 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Rapid Repairs",
description: "24-hour response for all emergency AC repair needs.",
title: "Rapid Repairs", description: "24-hour response for all emergency AC repair needs.", imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600"
},
{
id: 2,
title: "Expert Installation",
description: "Seamless installation of high-efficiency systems.",
title: "Expert Installation", description: "Seamless installation of high-efficiency systems.", imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?q=80&w=600"
},
{
id: 3,
title: "Maintenance Plans",
description: "Regular tune-ups to extend system lifespan.",
title: "Maintenance Plans", description: "Regular tune-ups to extend system lifespan.", imageSrc: "https://images.unsplash.com/photo-1584622650111-993a426fbf0a?q=80&w=600"
},
]}
title="Our Expert Services"
@@ -110,33 +98,13 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Miller",
handle: "@smiller",
testimonial: "Incredible service, very professional and fast.",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-854.jpg",
},
id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Incredible service, very professional and fast.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-854.jpg"},
{
id: "2",
name: "David Chen",
handle: "@dchen",
testimonial: "Fixed our AC in record time. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-happy-girl-smiling-laughing_176420-9603.jpg",
},
id: "2", name: "David Chen", handle: "@dchen", testimonial: "Fixed our AC in record time. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-happy-girl-smiling-laughing_176420-9603.jpg"},
{
id: "3",
name: "Emma Wright",
handle: "@ewright",
testimonial: "Trustworthy and transparent pricing. So glad I called.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-relaxing-home_23-2150307056.jpg",
},
id: "3", name: "Emma Wright", handle: "@ewright", testimonial: "Trustworthy and transparent pricing. So glad I called.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-relaxing-home_23-2150307056.jpg"},
{
id: "4",
name: "James Wilson",
handle: "@jwilson",
testimonial: "Best HVAC team in town. Truly stress-free!",
imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-woman-with-ring-dreamy-looking-away-nature-wonderful-caucasian-girl-posing-with-pleasure-street-spring-morning_197531-10648.jpg",
},
id: "4", name: "James Wilson", handle: "@jwilson", testimonial: "Best HVAC team in town. Truly stress-free!", imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-woman-with-ring-dreamy-looking-away-nature-wonderful-caucasian-girl-posing-with-pleasure-street-spring-morning_197531-10648.jpg"},
]}
title="What Our Clients Say"
description="See why homeowners trust Banner AC for their comfort."
@@ -147,14 +115,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "animated-grid",
}}
variant: "animated-grid"}}
text="Ready to get started? Book your service online in under 60 seconds."
buttons={[
{
text: "Book Service Now",
href: "tel:5550123",
},
text: "Book Service Now", href: "tel:5550123"},
]}
/>
</div>
@@ -163,13 +128,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Banner AC Services"
leftLink={{
text: "Privacy Policy",
href: "/privacy",
}}
text: "Privacy Policy", href: "/privacy"}}
rightLink={{
text: "Terms of Service",
href: "/terms",
}}
text: "Terms of Service", href: "/terms"}}
/>
</div>
</ReactLenis>