Merge version_1 into main #5

Merged
bender merged 2 commits from version_1 into main 2026-05-08 19:09:53 +00:00
2 changed files with 134 additions and 141 deletions

View File

@@ -23,64 +23,62 @@ export default function LandingPage() {
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Book Now", id: "/book" },
]}
brandName="Bink's Heating & Cooling"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Book Now", id: "/book" },
]}
brandName="Bink's Heating & Cooling"
/>
</div>
<div id="contact-body" data-section="contact-body">
<ContactText
useInvertedBackground={false}
background={{ variant: "plain" }}
text="Ready to get started? Book your service call today and experience honest, prompt service."
buttons={[
{ text: "Call Now", href: "tel:555-555-5555" },
]}
/>
</div>
<div id="contact-body" data-section="contact-body">
<ContactText
useInvertedBackground={false}
background={{ variant: "plain" }}
text="Ready to get started? Book your service call today and experience honest, prompt service."
buttons={[{ text: "Call Now", href: "tel:555-555-5555" }]}
/>
</div>
<div id="product" data-section="product">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Featured Services"
description="Explore our common booking options."
products={[
{ id: "p1", name: "Furnace Tune-Up", price: "$99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=prod-1" },
{ id: "p2", name: "AC Inspection", price: "$89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=prod-2" },
{ id: "p3", name: "System Check", price: "$79", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=prod-3" },
]}
/>
</div>
<div id="product" data-section="product">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Featured Services"
description="Explore our common booking options."
products={[
{ id: "p1", name: "Furnace Tune-Up", price: "$99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=prod-1" },
{ id: "p2", name: "AC Inspection", price: "$89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=prod-2" },
{ id: "p3", name: "System Check", price: "$79", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=prod-3" },
]}
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="page"
title="Terms of Booking"
sections={[
{ heading: "Cancellation", content: { type: "paragraph", text: "Please provide 24 hours notice for any service cancellations." } },
]}
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="page"
title="Terms of Booking"
sections={[
{ heading: "Cancellation", text: "Please provide 24 hours notice for any service cancellations." },
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "About Us", href: "/about" }, { label: "Services", href: "/services" }, { label: "Contact Us", href: "/book" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
logoText="Bink's Heating & Cooling"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "About Us", href: "/about" }, { label: "Services", href: "/services" }, { label: "Contact Us", href: "/book" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
logoText="Bink's Heating & Cooling"
/>
</div>
</ReactLenis>
</ThemeProvider>
);

View File

@@ -26,99 +26,94 @@ export default function LandingPage() {
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Book Now", id: "/book" },
]}
brandName="Bink's Heating & Cooling"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Book Now", id: "/book" },
]}
brandName="Bink's Heating & Cooling"
/>
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Bink's Heating & Cooling"
description="Honest, reliable HVAC service. Prompt diagnostics and fair pricing you can trust."
buttons={[
{ text: "Book Now", href: "/book" },
{ text: "Our Services", href: "/services" },
]}
slides={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=coldp4", imageAlt: "hvac technician repairing furnace home" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fgh1by", imageAlt: "hvac technician repairing furnace home" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t5ustd", imageAlt: "hvac technician repairing furnace home" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jbkgaq", imageAlt: "hvac technician repairing furnace home" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6uucxc", imageAlt: "hvac technician repairing furnace home" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ujnbpk", imageAlt: "hvac technician repairing furnace home" },
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Bink's Heating & Cooling"
description="Honest, reliable HVAC service. Prompt diagnostics and fair pricing you can trust."
buttons={[{ text: "Book Now", href: "/book" }, { text: "Our Services", href: "/services" }]}
slides={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=coldp4", imageAlt: "hvac technician repairing furnace home" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fgh1by", imageAlt: "hvac technician repairing furnace home" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t5ustd", imageAlt: "hvac technician repairing furnace home" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jbkgaq", imageAlt: "hvac technician repairing furnace home" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6uucxc", imageAlt: "hvac technician repairing furnace home" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ujnbpk", imageAlt: "hvac technician repairing furnace home" }
]}
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={false}
tag="About Bink's"
title="Honest Work. Fair Prices."
description="Don't get upsold by the big corporate HVAC businesses. At Bink's, we believe in providing honest, prompt, and down-to-earth service. If it's safe and working, we tell you. If it needs a repair, we get it done fast for a fair price."
subdescription="Our customers choose us for our integrity and our refusal to compromise on safety or quality."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yajb25"
imageAlt="friendly honest hvac technician smiling"
mediaAnimation="slide-up"
icon={ShieldCheck}
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={false}
tag="About Bink's"
title="Honest Work. Fair Prices."
description="Don't get upsold by the big corporate HVAC businesses. At Bink's, we believe in providing honest, prompt, and down-to-earth service. If it's safe and working, we tell you. If it needs a repair, we get it done fast for a fair price."
subdescription="Our customers choose us for our integrity and our refusal to compromise on safety or quality."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yajb25"
imageAlt="friendly honest hvac technician smiling"
mediaAnimation="slide-up"
icon={ShieldCheck}
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardFive
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah J.", date: "2023", title: "Customer", quote: "Steve is an honest and hardworking guy. His demeanor and honesty won us over. He found a safety issue and fixed it for free.", tag: "Honesty", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=whu1co", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9v755f" },
{ id: "2", name: "Michael C.", date: "2023", title: "Customer", quote: "Fair, honest, and prompt. Unlike the bigger businesses, he diagnosed it over the phone and showed up the next day.", tag: "Prompt", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6fthrz", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=67syk5" },
{ id: "3", name: "David R.", date: "2023", title: "Customer", quote: "I appreciate his fairness. He didn't try to upsell me like the corporate guys.", tag: "Fair Pricing", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4y8gai", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=me29ch" },
{ id: "4", name: "Emily K.", date: "2023", title: "Customer", quote: "Professional and prompt. Highly recommended for any HVAC needs.", tag: "Professional", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2wbwy8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b5jr8x" },
{ id: "5", name: "Jason W.", date: "2023", title: "Customer", quote: "Binks is simply the best in town. Honest, transparent, and fair.", tag: "Best Choice", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cinnhd", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v2ftok" },
]}
title="Trusted by our community"
description="Here is what our satisfied customers have to say about our prompt and honest service."
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardFive
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah J.", date: "2023", title: "Customer", quote: "Steve is an honest and hardworking guy. His demeanor and honesty won us over. He found a safety issue and fixed it for free.", tag: "Honesty", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=whu1co", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9v755f" },
{ id: "2", name: "Michael C.", date: "2023", title: "Customer", quote: "Fair, honest, and prompt. Unlike the bigger businesses, he diagnosed it over the phone and showed up the next day.", tag: "Prompt", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6fthrz", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=67syk5" },
{ id: "3", name: "David R.", date: "2023", title: "Customer", quote: "I appreciate his fairness. He didn't try to upsell me like the corporate guys.", tag: "Fair Pricing", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4y8gai", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=me29ch" },
{ id: "4", name: "Emily K.", date: "2023", title: "Customer", quote: "Professional and prompt. Highly recommended for any HVAC needs.", tag: "Professional", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2wbwy8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b5jr8x" },
{ id: "5", name: "Jason W.", date: "2023", title: "Customer", quote: "Binks is simply the best in town. Honest, transparent, and fair.", tag: "Best Choice", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cinnhd", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v2ftok" },
]}
title="Trusted by our community"
description="Here is what our satisfied customers have to say about our prompt and honest service."
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="section"
title="Service Standards"
sections={[
{ heading: "Our Promise", content: { type: "paragraph", text: "We guarantee transparent pricing and honest assessments on every job." } },
]}
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="section"
title="Service Standards"
sections={[
{ heading: "Our Promise", text: "We guarantee transparent pricing and honest assessments on every job." },
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Get Help Now"
title="Speak to an Expert"
description="Have questions about your HVAC system? We're here to help guide you."
buttons={[
{ text: "Contact Support", href: "/book" },
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Get Help Now"
title="Speak to an Expert"
description="Have questions about your HVAC system? We're here to help guide you."
buttons={[{ text: "Contact Support", href: "/book" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "About Us", href: "/about" }, { label: "Services", href: "/services" }, { label: "Contact Us", href: "/book" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
logoText="Bink's Heating & Cooling"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "About Us", href: "/about" }, { label: "Services", href: "/services" }, { label: "Contact Us", href: "/book" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
logoText="Bink's Heating & Cooling"
/>
</div>
</ReactLenis>
</ThemeProvider>
);