Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
171
src/app/page.tsx
171
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "why-us",
|
||||
},
|
||||
name: "Why Us", id: "why-us"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="American Air Systems"
|
||||
/>
|
||||
@@ -53,85 +45,54 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Fast. Honest. Done Right the First Time."
|
||||
description="24/7 Emergency HVAC Service in Garland, TX. Veteran-owned reliability for your home comfort."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.8★",
|
||||
label: "Rating",
|
||||
},
|
||||
value: "4.8★", label: "Rating"},
|
||||
{
|
||||
value: "30m",
|
||||
label: "Response Time",
|
||||
},
|
||||
value: "30m", label: "Response Time"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Available",
|
||||
},
|
||||
value: "24/7", label: "Available"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5550123456",
|
||||
},
|
||||
text: "Call Now", href: "tel:5550123456"},
|
||||
{
|
||||
text: "Get Immediate Help",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Immediate Help", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-repairmen-enlisted-air-conditioner-check-refilling-freon-expert-african-american-mechanic-colleague-using-manometers-precisely-measure-pressure-condenser_482257-65757.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
|
||||
alt: "Happy Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", alt: "Happy Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-with-crossed-arms_23-2148783570.jpg",
|
||||
alt: "Happy Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-with-crossed-arms_23-2148783570.jpg", alt: "Happy Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-leaning-table-while-man-washing-dishes_23-2148113951.jpg",
|
||||
alt: "Happy Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-leaning-table-while-man-washing-dishes_23-2148113951.jpg", alt: "Happy Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-blond-candid-woman-walking-park-stylish-outfit-wearing-elegant-sunglasses-purse_285396-8227.jpg",
|
||||
alt: "Happy Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-blond-candid-woman-walking-park-stylish-outfit-wearing-elegant-sunglasses-purse_285396-8227.jpg", alt: "Happy Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-manual-worker-industrial-production-line-facility_637285-4875.jpg",
|
||||
alt: "Technician",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-manual-worker-industrial-production-line-facility_637285-4875.jpg", alt: "Technician"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ local homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Veteran Owned",
|
||||
icon: Shield,
|
||||
type: "text-icon", text: "Veteran Owned", icon: Shield,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Support",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "24/7 Support", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Certified Pros",
|
||||
icon: CheckCircle,
|
||||
type: "text-icon", text: "Certified Pros", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Dispatch",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Fast Dispatch", icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Garland Based",
|
||||
icon: MapPin,
|
||||
type: "text-icon", text: "Garland Based", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -144,19 +105,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Pushing full replacements",
|
||||
"Hidden diagnostic fees",
|
||||
"Unnecessary upselling",
|
||||
"Delayed response",
|
||||
],
|
||||
"Pushing full replacements", "Hidden diagnostic fees", "Unnecessary upselling", "Delayed response"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Fix-first mentality",
|
||||
"Clear diagnostic pricing",
|
||||
"Veteran-owned integrity",
|
||||
"Fast 24/7 dispatch",
|
||||
],
|
||||
"Fix-first mentality", "Clear diagnostic pricing", "Veteran-owned integrity", "Fast 24/7 dispatch"],
|
||||
}}
|
||||
title="Comprehensive HVAC Solutions"
|
||||
description="We specialize in cooling and diagnostics to keep your Texas home comfortable."
|
||||
@@ -170,45 +123,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@customer",
|
||||
testimonial: "Fixed what others said needed full replacement. Honest and fast!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@customer", testimonial: "Fixed what others said needed full replacement. Honest and fast!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike R.",
|
||||
handle: "@customer",
|
||||
testimonial: "Arrived within 30 minutes. Exceptional service at night.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-with-crossed-arms_23-2148783570.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Mike R.", handle: "@customer", testimonial: "Arrived within 30 minutes. Exceptional service at night.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-with-crossed-arms_23-2148783570.jpg?_wi=1"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily D.",
|
||||
handle: "@customer",
|
||||
testimonial: "Very professional and didn't upsell me on anything. Definitely calling again.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-leaning-table-while-man-washing-dishes_23-2148113951.jpg",
|
||||
},
|
||||
id: "3", name: "Emily D.", handle: "@customer", testimonial: "Very professional and didn't upsell me on anything. Definitely calling again.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-leaning-table-while-man-washing-dishes_23-2148113951.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@customer",
|
||||
testimonial: "Best hvac company I've used in years. Honest communication.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-candid-woman-walking-park-stylish-outfit-wearing-elegant-sunglasses-purse_285396-8227.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "@customer", testimonial: "Best hvac company I've used in years. Honest communication.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-candid-woman-walking-park-stylish-outfit-wearing-elegant-sunglasses-purse_285396-8227.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "James B.",
|
||||
handle: "@customer",
|
||||
testimonial: "True professionals. They saved me thousands on a repair.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-with-crossed-arms_23-2148783570.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "James B.", handle: "@customer", testimonial: "True professionals. They saved me thousands on a repair.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-with-crossed-arms_23-2148783570.jpg?_wi=2"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Real Results from Neighbors"
|
||||
@@ -229,8 +157,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="AC Broken? We’re Here 24/7."
|
||||
description="Call us now for immediate help or request service online for same-day dispatch."
|
||||
tag="Contact Us"
|
||||
@@ -243,37 +170,23 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Service",
|
||||
items: [
|
||||
title: "Service", items: [
|
||||
{
|
||||
label: "AC Repair",
|
||||
href: "#services",
|
||||
},
|
||||
label: "AC Repair", href: "#services"},
|
||||
{
|
||||
label: "24/7 Emergency",
|
||||
href: "tel:5550123456",
|
||||
},
|
||||
label: "24/7 Emergency", href: "tel:5550123456"},
|
||||
{
|
||||
label: "Diagnostics",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Diagnostics", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -284,4 +197,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user