Merge version_2 into main #2
169
src/app/page.tsx
169
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Service Areas",
|
||||
id: "service-area",
|
||||
},
|
||||
name: "Service Areas", id: "service-area"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Riverside Handyman Services"
|
||||
bottomLeftText="(201) 805-1216"
|
||||
@@ -55,31 +47,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
imagePosition="right"
|
||||
title="Luxury-Level Handyman Service — Without the Hassle"
|
||||
description="Electrical, plumbing, and repairs handled with precision and professionalism. Text us a photo of your issue for a fast estimate."
|
||||
kpis={[
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Emergency Ready",
|
||||
},
|
||||
value: "24/7", label: "Emergency Ready"},
|
||||
{
|
||||
value: "5-Star",
|
||||
label: "Rated Service",
|
||||
},
|
||||
value: "5-Star", label: "Rated Service"},
|
||||
{
|
||||
value: "Fast",
|
||||
label: "Response",
|
||||
},
|
||||
value: "Fast", label: "Response"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (201) 805-1216",
|
||||
href: "tel:+12018051216",
|
||||
},
|
||||
text: "Call Now: (201) 805-1216", href: "tel:+12018051216"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/constractor-handyman-working-using-screwdriver_53876-47004.jpg"
|
||||
imageAlt="Handyman at work, fixing a household appliance"
|
||||
@@ -95,25 +78,15 @@ export default function LandingPage() {
|
||||
description="Reliable handyman and electrical services across:"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Hoboken",
|
||||
description: "Comprehensive handyman services in Hoboken, NJ.",
|
||||
},
|
||||
title: "Hoboken", description: "Comprehensive handyman services in Hoboken, NJ."},
|
||||
{
|
||||
title: "Jersey City",
|
||||
description: "Dependable repairs and installations in Jersey City.",
|
||||
},
|
||||
title: "Jersey City", description: "Dependable repairs and installations in Jersey City."},
|
||||
{
|
||||
title: "Weehawken",
|
||||
description: "Expert service for homes and businesses in Weehawken.",
|
||||
},
|
||||
title: "Weehawken", description: "Expert service for homes and businesses in Weehawken."},
|
||||
{
|
||||
title: "Union City",
|
||||
description: "Quality handyman and electrical solutions in Union City.",
|
||||
},
|
||||
title: "Union City", description: "Quality handyman and electrical solutions in Union City."},
|
||||
{
|
||||
title: "Surrounding Areas",
|
||||
description: "Extending our trusted services to nearby communities in Hudson County.",
|
||||
},
|
||||
title: "Surrounding Areas", description: "Extending our trusted services to nearby communities in Hudson County."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gps-navigation-set_98292-1851.jpg?_wi=1"
|
||||
imageAlt="Map highlighting Hoboken and Hudson County service areas"
|
||||
@@ -129,24 +102,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Cog,
|
||||
title: "Electrical Services",
|
||||
description: "From minor fixes to major installations, our certified electricians ensure safety and efficiency.",
|
||||
},
|
||||
title: "Electrical Services", description: "From minor fixes to major installations, our certified electricians ensure safety and efficiency."},
|
||||
{
|
||||
icon: Droplets,
|
||||
title: "Plumbing Repairs",
|
||||
description: "Leaky faucets, clogged drains, water heater issues – we tackle all plumbing challenges.",
|
||||
},
|
||||
title: "Plumbing Repairs", description: "Leaky faucets, clogged drains, water heater issues – we tackle all plumbing challenges."},
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "General Repairs",
|
||||
description: "Door repairs, drywall patching, furniture assembly, and all sorts of home maintenance tasks.",
|
||||
},
|
||||
title: "General Repairs", description: "Door repairs, drywall patching, furniture assembly, and all sorts of home maintenance tasks."},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Lighting Installation",
|
||||
description: "Installing new fixtures, replacing bulbs, and ensuring proper lighting for your space.",
|
||||
},
|
||||
title: "Lighting Installation", description: "Installing new fixtures, replacing bulbs, and ensuring proper lighting for your space."},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="We handle all your home repair and maintenance needs with expert care."
|
||||
@@ -161,37 +126,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner",
|
||||
company: "Hoboken, NJ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Hoboken, NJ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Property Manager",
|
||||
company: "Jersey City, NJ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Property Manager", company: "Jersey City, NJ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Business Owner",
|
||||
company: "Weehawken, NJ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-ok-gesture_1298-73.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Weehawken, NJ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-ok-gesture_1298-73.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Resident",
|
||||
company: "Union City, NJ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-business-man-smiling_1262-786.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Resident", company: "Union City, NJ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-business-man-smiling_1262-786.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from satisfied customers who trust Riverside Handyman Services for their home needs."
|
||||
@@ -206,25 +151,15 @@ export default function LandingPage() {
|
||||
description="Reliable handyman and electrical services across:"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Hoboken",
|
||||
description: "Comprehensive handyman services in Hoboken, NJ.",
|
||||
},
|
||||
title: "Hoboken", description: "Comprehensive handyman services in Hoboken, NJ."},
|
||||
{
|
||||
title: "Jersey City",
|
||||
description: "Dependable repairs and installations in Jersey City.",
|
||||
},
|
||||
title: "Jersey City", description: "Dependable repairs and installations in Jersey City."},
|
||||
{
|
||||
title: "Weehawken",
|
||||
description: "Expert service for homes and businesses in Weehawken.",
|
||||
},
|
||||
title: "Weehawken", description: "Expert service for homes and businesses in Weehawken."},
|
||||
{
|
||||
title: "Union City",
|
||||
description: "Quality handyman and electrical solutions in Union City.",
|
||||
},
|
||||
title: "Union City", description: "Quality handyman and electrical solutions in Union City."},
|
||||
{
|
||||
title: "Surrounding Areas",
|
||||
description: "Extending our trusted services to nearby communities in Hudson County.",
|
||||
},
|
||||
title: "Surrounding Areas", description: "Extending our trusted services to nearby communities in Hudson County."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gps-navigation-set_98292-1851.jpg?_wi=2"
|
||||
imageAlt="Map highlighting Hoboken and Hudson County service areas"
|
||||
@@ -240,39 +175,23 @@ export default function LandingPage() {
|
||||
description="Reliable handyman and electrical services across:"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (201) 805-1216",
|
||||
href: "tel:+12018051216",
|
||||
},
|
||||
text: "Call (201) 805-1216", href: "tel:+12018051216"},
|
||||
{
|
||||
text: "Text Us Now",
|
||||
href: "sms:+12018051216",
|
||||
},
|
||||
text: "Text Us Now", href: "sms:+12018051216"},
|
||||
{
|
||||
text: "Request Free Estimate",
|
||||
href: "mailto:info@riversidehandy.com",
|
||||
},
|
||||
text: "Request Free Estimate", href: "mailto:info@riversidehandy.com"},
|
||||
]}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Hoboken",
|
||||
description: "Comprehensive handyman services in Hoboken, NJ.",
|
||||
},
|
||||
title: "Hoboken", description: "Comprehensive handyman services in Hoboken, NJ."},
|
||||
{
|
||||
title: "Jersey City",
|
||||
description: "Dependable repairs and installations in Jersey City.",
|
||||
},
|
||||
title: "Jersey City", description: "Dependable repairs and installations in Jersey City."},
|
||||
{
|
||||
title: "Weehawken",
|
||||
description: "Expert service for homes and businesses in Weehawken.",
|
||||
},
|
||||
title: "Weehawken", description: "Expert service for homes and businesses in Weehawken."},
|
||||
{
|
||||
title: "Union City",
|
||||
description: "Quality handyman and electrical solutions in Union City.",
|
||||
},
|
||||
title: "Union City", description: "Quality handyman and electrical solutions in Union City."},
|
||||
{
|
||||
title: "Surrounding Areas",
|
||||
description: "Extending our trusted services to nearby communities in Hudson County.",
|
||||
},
|
||||
title: "Surrounding Areas", description: "Extending our trusted services to nearby communities in Hudson County."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gps-navigation-set_98292-1851.jpg?_wi=3"
|
||||
imageAlt="Map highlighting Hoboken and Hudson County service areas"
|
||||
@@ -284,16 +203,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Riverside Handyman Services"
|
||||
leftLink={{
|
||||
text: "Call Us: (201) 805-1216",
|
||||
href: "tel:+12018051216",
|
||||
}}
|
||||
text: "Call Us: (201) 805-1216", href: "tel:+12018051216"}}
|
||||
rightLink={{
|
||||
text: "Hoboken, NJ",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Hoboken, NJ", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #FF7B05;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #FF7B05;
|
||||
--background: #020617;
|
||||
--card: #0f172a;
|
||||
--foreground: #e2e8f0;
|
||||
--primary-cta: #c4d8f9;
|
||||
--primary-cta-text: #020617;
|
||||
--secondary-cta: #041633;
|
||||
--secondary-cta-text: #e2e8f0;
|
||||
--accent: #2d30f3;
|
||||
--background-accent: #1d4ed8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user