Merge version_1 into main #2
191
src/app/page.tsx
191
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Fix Her Up"
|
||||
/>
|
||||
@@ -54,71 +46,46 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Plumbing That Works, Aesthetics That Wow"
|
||||
description="Fix Her Up Plumbing & Heating. Women-owned excellence delivering premium 24/7 care for your home with a craftsmanship-first approach."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "https://picktime.com/fixherup",
|
||||
},
|
||||
text: "Book Now", href: "https://picktime.com/fixherup"},
|
||||
{
|
||||
text: "(902) 448-8489",
|
||||
href: "tel:9024488489",
|
||||
},
|
||||
text: "(902) 448-8489", href: "tel:9024488489"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/water-retro-nobody-bathroom-vintage_1203-4969.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-joyful-beautiful-african-american-woman-laughing-looking-happy-standing-yellow-background_1258-63383.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-joyful-beautiful-african-american-woman-laughing-looking-happy-standing-yellow-background_1258-63383.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-woman-serving-table_23-2147767002.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-woman-serving-table_23-2147767002.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-young-blonde-engineer-builder-girl-uniform-raising-open-end-wrench-looking-right-side-isolated-white-space_141793-91889.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-young-blonde-engineer-builder-girl-uniform-raising-open-end-wrench-looking-right-side-isolated-white-space_141793-91889.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy local homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Service",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "24/7 Service", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed & Insured",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Premium Quality",
|
||||
icon: Diamond,
|
||||
type: "text-icon", text: "Premium Quality", icon: Diamond,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Craftsmanship",
|
||||
icon: Wrench,
|
||||
type: "text-icon", text: "Expert Craftsmanship", icon: Wrench,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Local Owned",
|
||||
icon: Home,
|
||||
type: "text-icon", text: "Local Owned", icon: Home,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -129,14 +96,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"24/7 Emergency Support",
|
||||
"5.0 Google Rating",
|
||||
"Women-Owned Business",
|
||||
"Professional Craftsmanship",
|
||||
"Fully Insured",
|
||||
"Heating Experts",
|
||||
"Reliable Service",
|
||||
]}
|
||||
"24/7 Emergency Support", "5.0 Google Rating", "Women-Owned Business", "Professional Craftsmanship", "Fully Insured", "Heating Experts", "Reliable Service"]}
|
||||
title="Why Choose Us"
|
||||
description="Excellence in every pipe, tank, and radiator we service."
|
||||
/>
|
||||
@@ -149,40 +109,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Hot Water Tanks",
|
||||
description: "High-efficiency installation and repair.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515886.jpg",
|
||||
},
|
||||
title: "Hot Water Tanks", description: "High-efficiency installation and repair.", imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515886.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Poly-B Replacement",
|
||||
description: "Safe, professional system upgrades.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg",
|
||||
},
|
||||
title: "Poly-B Replacement", description: "Safe, professional system upgrades.", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Toilets & Plumbing",
|
||||
description: "No-mess, rapid-response repairs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hygiene-bowl-modern-bath-close_1203-4854.jpg",
|
||||
},
|
||||
title: "Toilets & Plumbing", description: "No-mess, rapid-response repairs.", imageSrc: "http://img.b2bpic.net/free-photo/hygiene-bowl-modern-bath-close_1203-4854.jpg"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Heating Solutions",
|
||||
description: "Keeping your home warm, always.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inside-craft-beer-factory_23-2150573916.jpg",
|
||||
},
|
||||
title: "Heating Solutions", description: "Keeping your home warm, always.", imageSrc: "http://img.b2bpic.net/free-photo/inside-craft-beer-factory_23-2150573916.jpg"},
|
||||
{
|
||||
id: 5,
|
||||
title: "24/7 Emergency",
|
||||
description: "Always there when you need us.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg",
|
||||
},
|
||||
title: "24/7 Emergency", description: "Always there when you need us.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg"},
|
||||
{
|
||||
id: 6,
|
||||
title: "General Plumbing",
|
||||
description: "Your complete home care solution.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-blonde-engineer-builder-girl-uniform-raising-open-end-wrench-looking-right-side-isolated-white-space_141793-91889.jpg",
|
||||
},
|
||||
title: "General Plumbing", description: "Your complete home care solution.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-blonde-engineer-builder-girl-uniform-raising-open-end-wrench-looking-right-side-isolated-white-space_141793-91889.jpg"},
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="From emergency repairs to precision installations, we handle it all with a premium touch."
|
||||
@@ -194,19 +136,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Meet the Expert Behind the Wrench",
|
||||
},
|
||||
type: "text", content: "Meet the Expert Behind the Wrench"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/woman-engineer-wearing-construction-vest-safety-helmet-standing-with-arms-crossed-with-serious-face-isolated-orange-wall_141793-15575.jpg",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/woman-engineer-wearing-construction-vest-safety-helmet-standing-with-arms-crossed-with-serious-face-isolated-orange-wall_141793-15575.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Read Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Read Our Story", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -219,45 +155,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dee",
|
||||
role: "Client",
|
||||
company: "Homeowner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-joyful-beautiful-african-american-woman-laughing-looking-happy-standing-yellow-background_1258-63383.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Dee", role: "Client", company: "Homeowner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-joyful-beautiful-african-american-woman-laughing-looking-happy-standing-yellow-background_1258-63383.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Morteza",
|
||||
role: "Client",
|
||||
company: "Homeowner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg",
|
||||
},
|
||||
id: "2", name: "Morteza", role: "Client", company: "Homeowner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Katie Brown",
|
||||
role: "Client",
|
||||
company: "Homeowner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-woman-serving-table_23-2147767002.jpg",
|
||||
},
|
||||
id: "3", name: "Katie Brown", role: "Client", company: "Homeowner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-woman-serving-table_23-2147767002.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah J.",
|
||||
role: "Client",
|
||||
company: "Homeowner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg",
|
||||
},
|
||||
id: "4", name: "Sarah J.", role: "Client", company: "Homeowner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "James R.",
|
||||
role: "Client",
|
||||
company: "Homeowner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-joyful-beautiful-african-american-woman-laughing-looking-happy-standing-yellow-background_1258-63383.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "James R.", role: "Client", company: "Homeowner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-joyful-beautiful-african-american-woman-laughing-looking-happy-standing-yellow-background_1258-63383.jpg"},
|
||||
]}
|
||||
title="Customer Stories"
|
||||
description="Don't take our word for it—listen to our happy clients."
|
||||
@@ -269,28 +180,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Are you 24/7?",
|
||||
content: "Yes, we are available 24/7 to handle your plumbing emergencies.",
|
||||
},
|
||||
id: "1", title: "Are you 24/7?", content: "Yes, we are available 24/7 to handle your plumbing emergencies."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are you insured?",
|
||||
content: "Absolutely, we are fully insured and bonded.",
|
||||
},
|
||||
id: "2", title: "Are you insured?", content: "Absolutely, we are fully insured and bonded."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What areas do you service?",
|
||||
content: "We cover the entire local metro area.",
|
||||
},
|
||||
id: "3", title: "What areas do you service?", content: "We cover the entire local metro area."},
|
||||
]}
|
||||
ctaTitle="Let's Get Your Home Fixed"
|
||||
ctaDescription="Give us a call today or drop an enquiry and we'll be there."
|
||||
ctaButton={{
|
||||
text: "Call Now",
|
||||
href: "tel:9024488489",
|
||||
}}
|
||||
text: "Call Now", href: "tel:9024488489"}}
|
||||
ctaIcon={Phone}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -301,14 +202,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user