Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-01 04:05:47 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
@@ -31,70 +31,38 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Veterans Remodeling & Plumbing"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Reliable Plumbing and Remodeling Done Right the First Time"
description="Veteran-led service built on honesty, fast response, and quality workmanship you can trust."
buttons={[
{
text: "Call Now",
href: "tel:555-0100",
},
text: "Call Now", href: "tel:555-0100"},
{
text: "Request Service",
href: "#contact",
},
text: "Request Service", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/view-exposed-plumbing-pipes_23-2150990678.jpg?id=94957503",
imageAlt: "Plumbing service",
},
imageSrc: "http://img.b2bpic.net/free-photo/view-exposed-plumbing-pipes_23-2150990678.jpg?id=94957503", imageAlt: "Plumbing service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg?id=219623891",
imageAlt: "Plumbing service",
},
imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg?id=219623891", imageAlt: "Plumbing service"},
{
imageSrc: "http://img.b2bpic.net/premium-photo/plumber-using-adjustable-wrench-repairing-sink-pipe_695242-20240.jpg?id=361530627",
imageAlt: "Plumbing service",
},
{
imageSrc: "http://img.b2bpic.net/premium-photo/close-up-hands-washing-hands-with-faucet-water_449849-49583.jpg?id=218695908",
imageAlt: "Plumbing service",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-crouching-near-kitchen-sink_259150-58255.jpg?_wi=5",
imageAlt: "Plumbing service",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-crouching-near-kitchen-sink_259150-58255.jpg?_wi=6",
imageAlt: "Plumbing service",
},
imageSrc: "http://img.b2bpic.net/premium-photo/plumber-using-adjustable-wrench-repairing-sink-pipe_695242-20240.jpg?id=361530627", imageAlt: "Plumbing service"},
]}
mediaAnimation="slide-up"
/>
</div>
@@ -119,36 +87,16 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Plumbing",
title: "Plumbing Repairs",
subtitle: "Expert solutions",
description: "Leak detection, pressure issues, drain problems, and fixture repairs.",
imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-pliers-tape-measure_23-2147773328.jpg?_wi=2",
},
tag: "Plumbing", title: "Plumbing Repairs", subtitle: "Expert solutions", description: "Leak detection, pressure issues, drain problems, and fixture repairs.", imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-pliers-tape-measure_23-2147773328.jpg?_wi=2"},
{
id: 2,
tag: "Water Heater",
title: "Water Heater Services",
subtitle: "Repair & Install",
description: "Water heater repair, replacement, and installation with honest recommendations.",
imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-pliers-tape-measure_23-2147773328.jpg?_wi=3",
},
tag: "Water Heater", title: "Water Heater Services", subtitle: "Repair & Install", description: "Water heater repair, replacement, and installation with honest recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-pliers-tape-measure_23-2147773328.jpg?_wi=3"},
{
id: 3,
tag: "Remodeling",
title: "Remodeling Services",
subtitle: "Kitchen & Bath",
description: "Expert kitchen, bathroom, and home remodeling support with professional integration.",
imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-pliers-tape-measure_23-2147773328.jpg?_wi=4",
},
tag: "Remodeling", title: "Remodeling Services", subtitle: "Kitchen & Bath", description: "Expert kitchen, bathroom, and home remodeling support with professional integration.", imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-pliers-tape-measure_23-2147773328.jpg?_wi=4"},
{
id: 4,
tag: "Warranty",
title: "Warranty Support",
subtitle: "Claim Assistance",
description: "We work directly with home warranty companies to help you get repairs approved.",
imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-pliers-tape-measure_23-2147773328.jpg?_wi=5",
},
tag: "Warranty", title: "Warranty Support", subtitle: "Claim Assistance", description: "We work directly with home warranty companies to help you get repairs approved.", imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-pliers-tape-measure_23-2147773328.jpg?_wi=5"},
]}
title="Our Professional Services"
description="From emergency plumbing repairs to complete home renovations, we bring precision and integrity to every job site."
@@ -160,30 +108,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Jeff S.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing-near-wall_23-2148718041.jpg?_wi=1",
},
id: "1", name: "Jeff S.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing-near-wall_23-2148718041.jpg?_wi=1"},
{
id: "2",
name: "Mark D.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-good-looking-thick-skinned-student-woman-with-curly-hair-casual-fashionable-clothes-looking-aside-smiling-brightfully-friend-outside-waiting-her-order-coffee-shop-life_176420-12327.jpg",
},
id: "2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-good-looking-thick-skinned-student-woman-with-curly-hair-casual-fashionable-clothes-looking-aside-smiling-brightfully-friend-outside-waiting-her-order-coffee-shop-life_176420-12327.jpg"},
{
id: "3",
name: "Sarah L.",
imageSrc: "http://img.b2bpic.net/free-photo/people-job-caucasian-stethoscope-thoughtful_1301-3079.jpg",
},
id: "3", name: "Sarah L.", imageSrc: "http://img.b2bpic.net/free-photo/people-job-caucasian-stethoscope-thoughtful_1301-3079.jpg"},
{
id: "4",
name: "David W.",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard-talking-phone-smiling_176420-6478.jpg",
},
id: "4", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard-talking-phone-smiling_176420-6478.jpg"},
{
id: "5",
name: "Linda P.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing-near-wall_23-2148718041.jpg?_wi=2",
},
id: "5", name: "Linda P.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing-near-wall_23-2148718041.jpg?_wi=2"},
]}
cardTitle="Real Customers. Real Results."
cardTag="Reviews"
@@ -198,29 +131,17 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Award,
title: "Veteran Discipline",
value: "Precision",
},
id: "m1", icon: Award,
title: "Veteran Discipline", value: "Precision"},
{
id: "m2",
icon: MessageSquare,
title: "Clear Communication",
value: "Honest",
},
id: "m2", icon: MessageSquare,
title: "Clear Communication", value: "Honest"},
{
id: "m3",
icon: Zap,
title: "Fast Turnaround",
value: "Immediate",
},
id: "m3", icon: Zap,
title: "Fast Turnaround", value: "Immediate"},
{
id: "m4",
icon: ThumbsUp,
title: "No Pressure",
value: "Trusted",
},
id: "m4", icon: ThumbsUp,
title: "No Pressure", value: "Trusted"},
]}
title="What Makes Us Different"
description="Our approach is rooted in military discipline, ensuring every detail of your home project is managed with excellence."
@@ -231,8 +152,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contact"
title="Request Service Today"
description="Call or text for a fast response. We typically prioritize urgent issues to prevent further damage."
@@ -246,20 +166,13 @@ export default function LandingPage() {
<FooterBaseReveal
columns={[
{
title: "Veterans Remodeling",
items: [
title: "Veterans Remodeling", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Services",
href: "#services",
},
label: "Our Services", href: "#services"},
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
],
},
]}