Update src/app/page.tsx
This commit is contained in:
132
src/app/page.tsx
132
src/app/page.tsx
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user