Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-02 12:18:22 +00:00

View File

@@ -29,23 +29,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Why Us",
id: "about",
},
name: "Why Us", id: "about"},
{
name: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
]}
brandName="Done Today"
button={{
text: "Call Now",
href: "tel:1300000000",
}}
text: "Call Now", href: "tel:1300000000"}}
/>
</div>
@@ -53,98 +45,55 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Home services, done today."
description="On time, done right, and no surprises. Reliable plumbing, electrical, and air conditioning for your home."
testimonials={[
{
name: "Sarah T.",
handle: "@sarah_t",
testimonial: "They arrived within an hour. Professional and fast.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/contented-elated-african-amerian-woman-has-crisp-hair_273609-28607.jpg?_wi=1",
},
name: "Sarah T.", handle: "@sarah_t", testimonial: "They arrived within an hour. Professional and fast.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/contented-elated-african-amerian-woman-has-crisp-hair_273609-28607.jpg"},
{
name: "Mark D.",
handle: "@mark_d",
testimonial: "Finally, tradespeople who are actually reliable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-talking-real-estate-agent_23-2150322080.jpg?_wi=1",
},
name: "Mark D.", handle: "@mark_d", testimonial: "Finally, tradespeople who are actually reliable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-talking-real-estate-agent_23-2150322080.jpg"},
{
name: "Emily R.",
handle: "@emily_r",
testimonial: "Fixed my AC in one go. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-working-from-home_23-2151944836.jpg?_wi=1",
},
name: "Emily R.", handle: "@emily_r", testimonial: "Fixed my AC in one go. Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-working-from-home_23-2151944836.jpg"},
{
name: "John & Claire",
handle: "@john_claire",
testimonial: "Exceptional service. Polite, tidy and quick.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/we-teach-her-personal-hygiene_329181-4755.jpg?_wi=1",
},
name: "John & Claire", handle: "@john_claire", testimonial: "Exceptional service. Polite, tidy and quick.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/we-teach-her-personal-hygiene_329181-4755.jpg"},
{
name: "David L.",
handle: "@david_l",
testimonial: "Best experience I've had with home maintenance.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/contented-elated-african-amerian-woman-has-crisp-hair_273609-28607.jpg?_wi=2",
},
name: "David L.", handle: "@david_l", testimonial: "Best experience I've had with home maintenance.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/contented-elated-african-amerian-woman-has-crisp-hair_273609-28607.jpg"},
]}
buttons={[
{
text: "Call 1300 000 000",
href: "tel:1300000000",
},
text: "Call 1300 000 000", href: "tel:1300000000"},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-unpacking-belongings-after-moving-new-house_23-2149312727.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/man-unpacking-belongings-after-moving-new-house_23-2149312727.jpg"
imageAlt="Professional technician at your service"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/contented-elated-african-amerian-woman-has-crisp-hair_273609-28607.jpg",
alt: "Client avatar 1",
},
src: "http://img.b2bpic.net/free-photo/contented-elated-african-amerian-woman-has-crisp-hair_273609-28607.jpg", alt: "Client avatar 1"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-talking-real-estate-agent_23-2150322080.jpg",
alt: "Client avatar 2",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-talking-real-estate-agent_23-2150322080.jpg", alt: "Client avatar 2"},
{
src: "http://img.b2bpic.net/free-photo/smiling-woman-working-from-home_23-2151944836.jpg",
alt: "Client avatar 3",
},
src: "http://img.b2bpic.net/free-photo/smiling-woman-working-from-home_23-2151944836.jpg", alt: "Client avatar 3"},
{
src: "http://img.b2bpic.net/free-photo/we-teach-her-personal-hygiene_329181-4755.jpg",
alt: "Client avatar 4",
},
src: "http://img.b2bpic.net/free-photo/we-teach-her-personal-hygiene_329181-4755.jpg", alt: "Client avatar 4"},
{
src: "http://img.b2bpic.net/free-photo/contented-elated-african-amerian-woman-has-crisp-hair_273609-28607.jpg",
alt: "Client avatar 5",
},
src: "http://img.b2bpic.net/free-photo/contented-elated-african-amerian-woman-has-crisp-hair_273609-28607.jpg", alt: "Client avatar 5"},
]}
marqueeItems={[
{
type: "text",
text: "Licensed & Insured",
},
type: "text", text: "Licensed & Insured"},
{
type: "text",
text: "Available 24/7",
},
type: "text", text: "Available 24/7"},
{
type: "text",
text: "Same-Day Service",
},
type: "text", text: "Same-Day Service"},
{
type: "text",
text: "Transparent Pricing",
},
type: "text", text: "Transparent Pricing"},
{
type: "text",
text: "Quality Guaranteed",
},
type: "text", text: "Quality Guaranteed"},
]}
/>
</div>
@@ -155,9 +104,7 @@ export default function LandingPage() {
title="A standard of service you've been waiting for."
buttons={[
{
text: "Call Now",
href: "tel:1300000000",
},
text: "Call Now", href: "tel:1300000000"},
]}
/>
</div>
@@ -170,42 +117,18 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Plumbing",
description: "From leaky taps to major pipe repairs, we arrive prepared.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/nomad-family-living-nature_23-2149431671.jpg?_wi=1",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/stand-up-dog-lineart-logo_530521-1538.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-unpacking-belongings-after-moving-new-house_23-2149312727.jpg?_wi=2",
imageAlt: "professional plumber smiling friendly",
title: "Plumbing", description: "From leaky taps to major pipe repairs, we arrive prepared.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/nomad-family-living-nature_23-2149431671.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/stand-up-dog-lineart-logo_530521-1538.jpg" },
},
{
id: 2,
title: "Electrical",
description: "Safe, compliant, and efficient electrical fixes for any room.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/nomad-family-living-nature_23-2149431671.jpg?_wi=2",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/stand-up-dog-lineart-logo_530521-1538.jpg?_wi=2",
},
imageSrc: "http://img.b2bpic.net/free-vector/stand-up-dog-lineart-logo_530521-1538.jpg?_wi=3",
imageAlt: "minimal mascot vector design",
title: "Electrical", description: "Safe, compliant, and efficient electrical fixes for any room.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/nomad-family-living-nature_23-2149431671.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/stand-up-dog-lineart-logo_530521-1538.jpg" },
},
{
id: 3,
title: "Air Conditioning",
description: "Keep your home comfortable all year round with expert maintenance.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/nomad-family-living-nature_23-2149431671.jpg?_wi=3",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/stand-up-dog-lineart-logo_530521-1538.jpg?_wi=4",
},
imageSrc: "http://img.b2bpic.net/free-photo/nomad-family-living-nature_23-2149431671.jpg?_wi=4",
imageAlt: "service van parked residential",
title: "Air Conditioning", description: "Keep your home comfortable all year round with expert maintenance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/nomad-family-living-nature_23-2149431671.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/stand-up-dog-lineart-logo_530521-1538.jpg" },
},
]}
showStepNumbers={false}
@@ -221,59 +144,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah T.",
role: "Client",
company: "Homeowner",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/contented-elated-african-amerian-woman-has-crisp-hair_273609-28607.jpg?_wi=3",
},
id: "1", name: "Sarah T.", role: "Client", company: "Homeowner", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/contented-elated-african-amerian-woman-has-crisp-hair_273609-28607.jpg"},
{
id: "2",
name: "Mark D.",
role: "Client",
company: "Homeowner",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-talking-real-estate-agent_23-2150322080.jpg?_wi=2",
},
id: "2", name: "Mark D.", role: "Client", company: "Homeowner", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-talking-real-estate-agent_23-2150322080.jpg"},
{
id: "3",
name: "Emily R.",
role: "Client",
company: "Homeowner",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-working-from-home_23-2151944836.jpg?_wi=2",
},
id: "3", name: "Emily R.", role: "Client", company: "Homeowner", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-working-from-home_23-2151944836.jpg"},
{
id: "4",
name: "John & Claire",
role: "Client",
company: "Homeowner",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/we-teach-her-personal-hygiene_329181-4755.jpg?_wi=2",
},
id: "4", name: "John & Claire", role: "Client", company: "Homeowner", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/we-teach-her-personal-hygiene_329181-4755.jpg"},
{
id: "5",
name: "Chris B.",
role: "Client",
company: "Homeowner",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/contented-elated-african-amerian-woman-has-crisp-hair_273609-28607.jpg?_wi=4",
},
id: "5", name: "Chris B.", role: "Client", company: "Homeowner", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/contented-elated-african-amerian-woman-has-crisp-hair_273609-28607.jpg"},
]}
kpiItems={[
{
value: "4.9/5",
label: "Google Rating",
},
value: "4.9/5", label: "Google Rating"},
{
value: "1000+",
label: "Jobs Done",
},
value: "1000+", label: "Jobs Done"},
{
value: "24/7",
label: "Support",
},
value: "24/7", label: "Support"},
]}
title="Trusted by local homeowners."
description="Don't just take our word for it."
@@ -287,22 +179,14 @@ export default function LandingPage() {
description="Call us now or leave your details, we'll reach out immediately."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: true,
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
]}
textarea={{
name: "message",
placeholder: "What do you need help with?",
}}
name: "message", placeholder: "What do you need help with?"}}
imageSrc="http://img.b2bpic.net/free-vector/travel-booking-app-concept_23-2148621098.jpg"
mediaAnimation="slide-up"
buttonText="Request a Call"
@@ -313,29 +197,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}