Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -27,27 +27,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About Ray",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Ray", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Kinsley HVAC"
|
||||
button={{
|
||||
text: "(555) 555-5555",
|
||||
href: "tel:5555555555",
|
||||
}}
|
||||
text: "(555) 555-5555", href: "tel:5555555555"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,19 +48,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years of Craft",
|
||||
value: "20+",
|
||||
},
|
||||
label: "Years of Craft", value: "20+"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Guaranteed Work",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Guaranteed Work", value: "100%"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Transparent Jobs",
|
||||
value: "1000+",
|
||||
},
|
||||
label: "Transparent Jobs", value: "1000+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -85,19 +69,9 @@ export default function LandingPage() {
|
||||
description="The numbers behind our dedication."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
description: "Hands-on expertise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23720.jpg",
|
||||
},
|
||||
id: "m1", value: "20+", title: "Years Experience", description: "Hands-on expertise.", imageSrc: "https://images.unsplash.com/photo-1581092160607-ee22621dd758?q=80&w=800&auto=format&fit=crop"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Customer Satisfaction",
|
||||
description: "Our highest priority.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-phone-with-home-owner_482257-80143.jpg",
|
||||
},
|
||||
id: "m2", value: "100%", title: "Customer Satisfaction", description: "Our highest priority.", imageSrc: "https://images.unsplash.com/photo-1556740738-b6a63e27c4df?q=80&w=800&auto=format&fit=crop"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,29 +82,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "About Ray",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Ray", href: "/about"},
|
||||
{
|
||||
label: "Schedule Service",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Schedule Service", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -140,4 +104,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -26,27 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About Ray",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Ray", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Kinsley HVAC"
|
||||
button={{
|
||||
text: "(555) 555-5555",
|
||||
href: "tel:5555555555",
|
||||
}}
|
||||
text: "(555) 555-5555", href: "tel:5555555555"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -54,8 +44,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Let's Talk"
|
||||
title="Schedule Your Service"
|
||||
description="Fill out the form below and we'll get back to you within 24 hours to schedule Ray for a visit."
|
||||
@@ -66,14 +55,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Don't suffer in extreme temperatures. Call Ray today for a prompt, honest visit and let's get your home back to its perfect comfort level."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5555555555",
|
||||
},
|
||||
text: "Call Now", href: "tel:5555555555"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -84,29 +70,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "About Ray",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Ray", href: "/about"},
|
||||
{
|
||||
label: "Schedule Service",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Schedule Service", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -116,4 +92,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Call Ray", href: "tel:5555555555"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-worker-raising-hands-helpless-manner-uniform-looking-upset-front-view_176474-21722.jpg?_wi=1"
|
||||
imageSrc="https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=800&auto=format&fit=crop"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
@@ -159,8 +159,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Commitment to Quality"
|
||||
description="Ray has dedicated his career to honest service. Every job is an opportunity to prove why local expertise matters."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-worker-raising-hands-helpless-manner-uniform-looking-upset-front-view_176474-21722.jpg?_wi=2"
|
||||
imageAlt="Ray at work"
|
||||
imageSrc="https://images.unsplash.com/photo-1534347628048-617573ede396?q=80&w=800&auto=format&fit=crop"
|
||||
imageAlt="Professional HVAC technician performing maintenance"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -192,4 +192,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -26,27 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About Ray",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Ray", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Kinsley HVAC"
|
||||
button={{
|
||||
text: "(555) 555-5555",
|
||||
href: "tel:5555555555",
|
||||
}}
|
||||
text: "(555) 555-5555", href: "tel:5555555555"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,26 +47,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "d1",
|
||||
title: "Air Conditioning",
|
||||
subtitle: "Maintenance & Installation",
|
||||
category: "AC",
|
||||
value: "We fix cooling problems right the first time, ensuring your home stays cool efficiently.",
|
||||
},
|
||||
id: "d1", title: "Air Conditioning", subtitle: "Maintenance & Installation", category: "AC", value: "We fix cooling problems right the first time, ensuring your home stays cool efficiently."},
|
||||
{
|
||||
id: "d2",
|
||||
title: "Boilers & Heating",
|
||||
subtitle: "Season Repairs",
|
||||
category: "Heating",
|
||||
value: "Expert boiler and furnace repairs to get you through the winter with peace of mind.",
|
||||
},
|
||||
id: "d2", title: "Boilers & Heating", subtitle: "Season Repairs", category: "Heating", value: "Expert boiler and furnace repairs to get you through the winter with peace of mind."},
|
||||
{
|
||||
id: "d3",
|
||||
title: "Ductless Systems",
|
||||
subtitle: "Precision Installation",
|
||||
category: "Mini-Splits",
|
||||
value: "Modern, energy-efficient solutions customized to your specific space and needs.",
|
||||
},
|
||||
id: "d3", title: "Ductless Systems", subtitle: "Precision Installation", category: "Mini-Splits", value: "Modern, energy-efficient solutions customized to your specific space and needs."},
|
||||
]}
|
||||
title="Comprehensive HVAC Solutions"
|
||||
description="We specialize in honest, expert residential HVAC care. We take the time to explain every detail, ensuring you get the right solution at a fair price."
|
||||
@@ -91,15 +66,9 @@ export default function LandingPage() {
|
||||
description="Details about our maintenance and installation procedures."
|
||||
faqs={[
|
||||
{
|
||||
id: "s-q1",
|
||||
title: "How often should I tune up my AC?",
|
||||
content: "We recommend an annual inspection before the cooling season starts.",
|
||||
},
|
||||
id: "s-q1", title: "How often should I tune up my AC?", content: "We recommend an annual inspection before the cooling season starts."},
|
||||
{
|
||||
id: "s-q2",
|
||||
title: "Is a ductless system right for my home?",
|
||||
content: "Ductless systems are ideal for add-ons, older homes, or rooms where traditional ductwork isn't feasible.",
|
||||
},
|
||||
id: "s-q2", title: "Is a ductless system right for my home?", content: "Ductless systems are ideal for add-ons, older homes, or rooms where traditional ductwork isn't feasible."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -111,29 +80,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "About Ray",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Ray", href: "/about"},
|
||||
{
|
||||
label: "Schedule Service",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Schedule Service", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -143,4 +102,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f4ef;
|
||||
--card: #dad6cd;
|
||||
--foreground: #2a2928;
|
||||
--primary-cta: #2a2928;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #e6e6e6;
|
||||
--primary-cta-text: #f5f4ef;
|
||||
--secondary-cta: #ecebea;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #2a2928;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #c6b180;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user