Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
311
src/app/page.tsx
311
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="P & P"
|
||||
/>
|
||||
@@ -55,108 +43,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Built Right. Built to Last."
|
||||
description="Precision plumbing & heating systems installed with unmatched craftsmanship."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Scott F.",
|
||||
handle: "@scottf",
|
||||
testimonial: "The most professional boiler installation I have ever seen. Even our contractors commented on how great it looks.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg?_wi=1",
|
||||
imageAlt: "professional plumbing boiler installation clean",
|
||||
},
|
||||
{
|
||||
name: "Brent B.",
|
||||
handle: "@brentb",
|
||||
testimonial: "Great people, skilled workmen, knowledgeable owner.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burst-copper-pipes-from-cold-closeup_169016-3994.jpg?_wi=1",
|
||||
imageAlt: "professional plumbing boiler installation clean",
|
||||
},
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Excellent service and attention to detail. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plant-picture-clean-room-equipment-stainless-steel-machines_645730-326.jpg?_wi=1",
|
||||
imageAlt: "professional plumbing boiler installation clean",
|
||||
},
|
||||
{
|
||||
name: "Mark D.",
|
||||
handle: "@markd",
|
||||
testimonial: "They did a full system replacement and it was flawless.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-getting-warm-near-heater_23-2149395839.jpg?_wi=1",
|
||||
imageAlt: "professional plumbing boiler installation clean",
|
||||
},
|
||||
{
|
||||
name: "Linda M.",
|
||||
handle: "@lindam",
|
||||
testimonial: "Responsive, professional, and clean. Best in town.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-feeling-unwell-coughing-while-working-factory-coronavirus-pandemic_637285-12055.jpg?_wi=1",
|
||||
imageAlt: "professional plumbing boiler installation clean",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Service",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5550100",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064993.jpg",
|
||||
alt: "Customer portrait 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
alt: "Customer portrait 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg",
|
||||
alt: "Customer portrait 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg",
|
||||
alt: "Customer portrait 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brunette-woman-putting-coin-piggy-bank_1169-112.jpg",
|
||||
alt: "Customer portrait 5",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Certified Experts",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "5-Star Rated",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed & Insured",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Precision Work",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Prompt Service",
|
||||
},
|
||||
{ name: "Scott F.", handle: "@scottf", testimonial: "The most professional boiler installation I have ever seen. Even our contractors commented on how great it looks.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", imageAlt: "professional plumbing boiler installation clean" },
|
||||
{ name: "Brent B.", handle: "@brentb", testimonial: "Great people, skilled workmen, knowledgeable owner.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/burst-copper-pipes-from-cold-closeup_169016-3994.jpg", imageAlt: "professional plumbing boiler installation clean" },
|
||||
{ name: "Sarah J.", handle: "@sarahj", testimonial: "Excellent service and attention to detail. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/plant-picture-clean-room-equipment-stainless-steel-machines_645730-326.jpg", imageAlt: "professional plumbing boiler installation clean" },
|
||||
{ name: "Mark D.", handle: "@markd", testimonial: "They did a full system replacement and it was flawless.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-getting-warm-near-heater_23-2149395839.jpg", imageAlt: "professional plumbing boiler installation clean" },
|
||||
{ name: "Linda M.", handle: "@lindam", testimonial: "Responsive, professional, and clean. Best in town.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-worker-feeling-unwell-coughing-while-working-factory-coronavirus-pandemic_637285-12055.jpg", imageAlt: "professional plumbing boiler installation clean" }
|
||||
]}
|
||||
buttons={[{ text: "Request Service", href: "#contact" }, { text: "Call Now", href: "tel:5550100" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg"
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064993.jpg", alt: "Customer portrait 1" }, { src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", alt: "Customer portrait 2" }, { src: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg", alt: "Customer portrait 3" }, { src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg", alt: "Customer portrait 4" }, { src: "http://img.b2bpic.net/free-photo/brunette-woman-putting-coin-piggy-bank_1169-112.jpg", alt: "Customer portrait 5" }]}
|
||||
marqueeItems={[{ type: "text", text: "Certified Experts" }, { type: "text", text: "5-Star Rated" }, { type: "text", text: "Licensed & Insured" }, { type: "text", text: "Precision Work" }, { type: "text", text: "Prompt Service" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -164,13 +64,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Homeowners Choice",
|
||||
"Contractor Alliance",
|
||||
"Heating Specialists Guild",
|
||||
"Local Plumbers Association",
|
||||
"Certified Boiler Experts",
|
||||
]}
|
||||
names={["Homeowners Choice", "Contractor Alliance", "Heating Specialists Guild", "Local Plumbers Association", "Certified Boiler Experts"]}
|
||||
title="Trusted Excellence"
|
||||
description="5-Star Rated & Contractor Approved"
|
||||
/>
|
||||
@@ -182,23 +76,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Piping",
|
||||
description: "Every joint and turn installed with meticulous accuracy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burst-copper-pipes-from-cold-closeup_169016-3994.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Flawless Installs",
|
||||
description: "Systems that look as good as they perform.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plant-picture-clean-room-equipment-stainless-steel-machines_645730-326.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "System Organization",
|
||||
description: "Clean, intuitive layouts for long-term serviceability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-getting-warm-near-heater_23-2149395839.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
features={[{ title: "Precision Piping", description: "Every joint and turn installed with meticulous accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/burst-copper-pipes-from-cold-closeup_169016-3994.jpg" }, { title: "Flawless Installs", description: "Systems that look as good as they perform.", imageSrc: "http://img.b2bpic.net/free-photo/plant-picture-clean-room-equipment-stainless-steel-machines_645730-326.jpg" }, { title: "System Organization", description: "Clean, intuitive layouts for long-term serviceability.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-getting-warm-near-heater_23-2149395839.jpg" }]}
|
||||
title="Craftsmanship You Can See"
|
||||
description="Our work doesn't just perform — it stands out. From precision piping to flawless boiler installs."
|
||||
/>
|
||||
@@ -206,47 +84,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Boiler Installation",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-2359.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Plumbing Repairs",
|
||||
price: "Standard Rate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Heating Systems",
|
||||
price: "Expert Consult",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-home-with-towel-heater_23-2149335139.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "System Upgrades",
|
||||
price: "Planning Phase",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/master-making-chess-figures-atelier_114579-11657.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Emergency Service",
|
||||
price: "On Demand",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/purple-parking-lot_1127-39.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Annual Maintenance",
|
||||
price: "Service Plan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/water-gas-pipe-engineering-filtered-image-processed-vintage-effect_1232-4929.jpg",
|
||||
},
|
||||
]}
|
||||
products={[{ id: "p1", name: "Boiler Installation", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-2359.jpg" }, { id: "p2", name: "Plumbing Repairs", price: "Standard Rate", imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg" }, { id: "p3", name: "Heating Systems", price: "Expert Consult", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-home-with-towel-heater_23-2149335139.jpg" }, { id: "p4", name: "System Upgrades", price: "Planning Phase", imageSrc: "http://img.b2bpic.net/free-photo/master-making-chess-figures-atelier_114579-11657.jpg" }, { id: "p5", name: "Emergency Service", price: "On Demand", imageSrc: "http://img.b2bpic.net/free-photo/purple-parking-lot_1127-39.jpg" }, { id: "p6", name: "Annual Maintenance", price: "Service Plan", imageSrc: "http://img.b2bpic.net/free-photo/water-gas-pipe-engineering-filtered-image-processed-vintage-effect_1232-4929.jpg" }]}
|
||||
title="Specialized Services"
|
||||
description="Expert solutions for your plumbing and heating needs."
|
||||
/>
|
||||
@@ -257,38 +99,7 @@ export default function LandingPage() {
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Attention to Detail",
|
||||
items: [
|
||||
"Clean piping",
|
||||
"Organized systems",
|
||||
"Precision planning",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Expert",
|
||||
title: "Skilled Team",
|
||||
items: [
|
||||
"Certified technicians",
|
||||
"Heating specialists",
|
||||
"Highly knowledgeable",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "High",
|
||||
title: "Contractor Respect",
|
||||
items: [
|
||||
"Admired by pros",
|
||||
"Quality installations",
|
||||
"Industry trusted",
|
||||
],
|
||||
},
|
||||
]}
|
||||
metrics={[{ id: "m1", value: "100%", title: "Attention to Detail", items: ["Clean piping", "Organized systems", "Precision planning"] }, { id: "m2", value: "Expert", title: "Skilled Team", items: ["Certified technicians", "Heating specialists", "Highly knowledgeable"] }, { id: "m3", value: "High", title: "Contractor Respect", items: ["Admired by pros", "Quality installations", "Industry trusted"] }]}
|
||||
title="Why Homeowners Choose P & P"
|
||||
description="Built on quality work and industry respect."
|
||||
/>
|
||||
@@ -298,48 +109,7 @@ export default function LandingPage() {
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Best Install",
|
||||
quote: "The most professional boiler installation I have ever seen.",
|
||||
name: "Scott F.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Skilled Experts",
|
||||
quote: "Great people, skilled workmen, knowledgeable owner.",
|
||||
name: "Brent B.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing-outdoors_23-2149557039.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Responsive",
|
||||
quote: "They are now offering faster response times and reliable service.",
|
||||
name: "Sarah J.",
|
||||
role: "Property Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Top Tier",
|
||||
quote: "Work that even industry pros admire. Flawless execution.",
|
||||
name: "Mark D.",
|
||||
role: "Contractor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-selfie_23-2148819885.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Highly Recommend",
|
||||
quote: "Professional, clean, and knowledgeable. Will use again.",
|
||||
name: "Linda M.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-senior-man-with-tattoos-beard-laughing-looking-candid-aside-chatting-having-fun-standing-happy-against-white-background_176420-54883.jpg",
|
||||
},
|
||||
]}
|
||||
testimonials={[{ id: "t1", title: "Best Install", quote: "The most professional boiler installation I have ever seen.", name: "Scott F.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg" }, { id: "t2", title: "Skilled Experts", quote: "Great people, skilled workmen, knowledgeable owner.", name: "Brent B.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing-outdoors_23-2149557039.jpg" }, { id: "t3", title: "Responsive", quote: "They are now offering faster response times and reliable service.", name: "Sarah J.", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg" }, { id: "t4", title: "Top Tier", quote: "Work that even industry pros admire. Flawless execution.", name: "Mark D.", role: "Contractor", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-selfie_23-2148819885.jpg" }, { id: "t5", title: "Highly Recommend", quote: "Professional, clean, and knowledgeable. Will use again.", name: "Linda M.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-senior-man-with-tattoos-beard-laughing-looking-candid-aside-chatting-having-fun-standing-happy-against-white-background_176420-54883.jpg" }]}
|
||||
title="What Our Clients Say"
|
||||
description="Real feedback from local property owners."
|
||||
/>
|
||||
@@ -348,23 +118,7 @@ export default function LandingPage() {
|
||||
<div id="reliability" data-section="reliability">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fast Response Times",
|
||||
content: "We prioritize fast communication and quick scheduling for all requests.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Clear Communication",
|
||||
content: "We keep you informed from the first call until project completion.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Easy Scheduling",
|
||||
content: "Our modern systems make booking and service seamless.",
|
||||
},
|
||||
]}
|
||||
faqs={[{ id: "f1", title: "Fast Response Times", content: "We prioritize fast communication and quick scheduling for all requests." }, { id: "f2", title: "Clear Communication", content: "We keep you informed from the first call until project completion." }, { id: "f3", title: "Easy Scheduling", content: "Our modern systems make booking and service seamless." }]}
|
||||
sideTitle="Reliable Service — Start to Finish"
|
||||
sideDescription="We're committed to responsive, dependable service every step of the way."
|
||||
faqsAnimation="slide-up"
|
||||
@@ -377,21 +131,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Built on Craftsmanship"
|
||||
description="P & P Plumbing & Heating was founded on a simple principle: do the job right, every time. With years of hands-on experience and a focus on precision, we deliver heating and plumbing systems that are built to last."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Legacy Focused",
|
||||
description: "Systems engineered to function for decades.",
|
||||
},
|
||||
{
|
||||
title: "Detail Obsessed",
|
||||
description: "Every pipe and valve installed with care.",
|
||||
},
|
||||
{
|
||||
title: "Modern Methods",
|
||||
description: "Expert planning with up-to-date heating tech.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-worker-feeling-unwell-coughing-while-working-factory-coronavirus-pandemic_637285-12055.jpg?_wi=2"
|
||||
bulletPoints={[{ title: "Legacy Focused", description: "Systems engineered to function for decades." }, { title: "Detail Obsessed", description: "Every pipe and valve installed with care." }, { title: "Modern Methods", description: "Expert planning with up-to-date heating tech." }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-worker-feeling-unwell-coughing-while-working-factory-coronavirus-pandemic_637285-12055.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -399,9 +140,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Get in touch"
|
||||
title="Ready for Work Done Right?"
|
||||
description="Whether it's a repair or a full system installation, leave your info and we'll call you back."
|
||||
@@ -421,4 +160,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user