Merge version_2 into main #2
176
src/app/page.tsx
176
src/app/page.tsx
@@ -29,93 +29,58 @@ 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>
|
||||
|
||||
<div id="home-hero" data-section="home-hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Honest HVAC Service. No Upsells. Just Fixed."
|
||||
description="Ray is the local HVAC tech your neighbors actually recommend. Serving our community with transparent diagnostics, fair pricing, and expert repairs you can count on."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule Service", href: "/contact"},
|
||||
{
|
||||
text: "Call Ray",
|
||||
href: "tel:5555555555",
|
||||
},
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-businessman-holding-jacket-shoulder-with-headphones-with-microphone-looking-camera-with-smile-face-showing-thumbs-up-standing-white-background_141793-53875.jpg",
|
||||
alt: "Satisfied customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-businessman-holding-jacket-shoulder-with-headphones-with-microphone-looking-camera-with-smile-face-showing-thumbs-up-standing-white-background_141793-53875.jpg", alt: "Satisfied customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-having-online-meeting-work_23-2148940751.jpg",
|
||||
alt: "Satisfied customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-having-online-meeting-work_23-2148940751.jpg", alt: "Satisfied customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/optimistic-confident-carefree-chill-african-american-female_176420-31297.jpg",
|
||||
alt: "Satisfied customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/optimistic-confident-carefree-chill-african-american-female_176420-31297.jpg", alt: "Satisfied customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-handsome-man-holding-her-girlfriend-s-hand_23-2147891265.jpg",
|
||||
alt: "Satisfied customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-handsome-man-holding-her-girlfriend-s-hand_23-2147891265.jpg", alt: "Satisfied customer"},
|
||||
{
|
||||
src: "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",
|
||||
alt: "Satisfied customer",
|
||||
},
|
||||
src: "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", alt: "Satisfied customer"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ local neighbors"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed & Insured",
|
||||
},
|
||||
type: "text", text: "Licensed & Insured"},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Emergency Support",
|
||||
},
|
||||
type: "text", text: "24/7 Emergency Support"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Owned & Operated",
|
||||
},
|
||||
type: "text", text: "Family Owned & Operated"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Upfront Pricing",
|
||||
},
|
||||
type: "text", text: "Upfront Pricing"},
|
||||
{
|
||||
type: "text",
|
||||
text: "No-Pressure Consultations",
|
||||
},
|
||||
type: "text", text: "No-Pressure Consultations"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,33 +92,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Air Conditioning",
|
||||
subtitle: "Repairs & Maintenance",
|
||||
category: "Cooling",
|
||||
value: "Reliable cooling all summer long.",
|
||||
},
|
||||
id: "s1", title: "Air Conditioning", subtitle: "Repairs & Maintenance", category: "Cooling", value: "Lower your energy bills with efficient maintenance."},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Heating & Boilers",
|
||||
subtitle: "Service & Repairs",
|
||||
category: "Heating",
|
||||
value: "Stay warm through the coldest months.",
|
||||
},
|
||||
id: "s2", title: "Heating & Boilers", subtitle: "Service & Repairs", category: "Heating", value: "Eliminate cold spots for year-round comfort."},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Ductless Mini-Splits",
|
||||
subtitle: "Install & Service",
|
||||
category: "Systems",
|
||||
value: "Efficient climate control for any space.",
|
||||
},
|
||||
id: "s3", title: "Ductless Mini-Splits", subtitle: "Install & Service", category: "Systems", value: "Reduce noise and maximize energy efficiency."},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Diagnostics",
|
||||
subtitle: "Second Opinions",
|
||||
category: "Advice",
|
||||
value: "Honest advice to save you money.",
|
||||
},
|
||||
id: "s4", title: "Diagnostics", subtitle: "Second Opinions", category: "Advice", value: "Avoid unnecessary replacements with honest expert input."},
|
||||
]}
|
||||
title="Professional HVAC Services"
|
||||
description="From seasonal tune-ups to complex diagnostics, we keep your home comfortable year-round."
|
||||
@@ -168,45 +113,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-relaxing-lunch-modern-cafe-sitting-front-open-laptop-smiling-happily-while-watching-funny-videos-online-earphones_273609-1958.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Homeowner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-relaxing-lunch-modern-cafe-sitting-front-open-laptop-smiling-happily-while-watching-funny-videos-online-earphones_273609-1958.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael C.",
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-celebrating-birthday-together_23-2150598991.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael C.", role: "Homeowner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-celebrating-birthday-together_23-2150598991.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily R.", role: "Homeowner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-man-office-guy-sits-coworking-space-looking-camera-smiling-laughing-talking-mobile-phone-using-smartphone-answer-call-from-client_1258-314633.jpg",
|
||||
},
|
||||
id: "t4", name: "David K.", role: "Homeowner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-man-office-guy-sits-coworking-space-looking-camera-smiling-laughing-talking-mobile-phone-using-smartphone-answer-call-from-client_1258-314633.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "John D.",
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-having-videocall-work_23-2148940777.jpg",
|
||||
},
|
||||
id: "t5", name: "John D.", role: "Homeowner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-having-videocall-work_23-2148940777.jpg"},
|
||||
]}
|
||||
title="Don't Just Take Our Word For It"
|
||||
description="Hear why homeowners trust Ray to keep their systems running efficiently."
|
||||
@@ -221,15 +141,9 @@ export default function LandingPage() {
|
||||
description="Frequently asked questions about our services and process."
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We proudly serve our local community and surrounding areas.",
|
||||
},
|
||||
id: "q1", title: "What areas do you serve?", content: "We proudly serve our local community and surrounding areas."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer emergency repairs?",
|
||||
content: "Yes, we provide 24/7 support for urgent heating and cooling needs.",
|
||||
},
|
||||
id: "q2", title: "Do you offer emergency repairs?", content: "Yes, we provide 24/7 support for urgent heating and cooling needs."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -251,29 +165,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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -283,4 +187,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user