Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-05-08 19:07:37 +00:00
2 changed files with 41 additions and 153 deletions

View File

@@ -27,21 +27,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Book Now",
id: "/book",
},
name: "Book Now", id: "/book"},
]}
brandName="Bink's Heating & Cooling"
/>
@@ -51,14 +43,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
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",
},
text: "Call Now", href: "tel:555-555-5555"},
]}
/>
</div>
@@ -73,17 +62,9 @@ export default function LandingPage() {
description="Explore our common booking options."
products={[
{
id: "p1",
name: "Furnace Tune-Up",
price: "$99",
imageSrc: "asset://prod-1",
},
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: "asset://prod-2",
},
id: "p2", name: "AC Inspection", price: "$89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=prod-2"},
]}
/>
</div>
@@ -94,11 +75,8 @@ export default function LandingPage() {
title="Terms of Booking"
sections={[
{
heading: "Cancellation",
content: {
type: "paragraph",
text: "Please provide 24 hours notice for any service cancellations.",
},
heading: "Cancellation", content: {
text: "Please provide 24 hours notice for any service cancellations."},
},
]}
/>
@@ -110,29 +88,19 @@ export default function LandingPage() {
{
items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Services",
href: "/services",
},
label: "Services", href: "/services"},
{
label: "Contact Us",
href: "/book",
},
label: "Contact Us", href: "/book"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Book Now",
id: "/book",
},
name: "Book Now", id: "/book"},
]}
brandName="Bink's Heating & Cooling"
/>
@@ -56,39 +48,23 @@ export default function LandingPage() {
description="Honest, reliable HVAC service. Prompt diagnostics and fair pricing you can trust."
buttons={[
{
text: "Book Now",
href: "/book",
},
text: "Book Now", href: "/book"},
{
text: "Our Services",
href: "/services",
},
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=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=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=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=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=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",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ujnbpk", imageAlt: "hvac technician repairing furnace home"},
]}
/>
</div>
@@ -113,55 +89,15 @@ export default function LandingPage() {
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: "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: "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: "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: "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",
},
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."
@@ -174,11 +110,8 @@ export default function LandingPage() {
title="Service Standards"
sections={[
{
heading: "Our Promise",
content: {
type: "paragraph",
text: "We guarantee transparent pricing and honest assessments on every job.",
},
heading: "Our Promise", content: {
text: "We guarantee transparent pricing and honest assessments on every job."},
},
]}
/>
@@ -188,16 +121,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
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",
},
text: "Contact Support", href: "/book"},
]}
/>
</div>
@@ -208,29 +138,19 @@ export default function LandingPage() {
{
items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Services",
href: "/services",
},
label: "Services", href: "/services"},
{
label: "Contact Us",
href: "/book",
},
label: "Contact Us", href: "/book"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}