Merge version_2 into main #1
145
src/app/page.tsx
145
src/app/page.tsx
@@ -30,25 +30,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Process",
|
||||
id: "process",
|
||||
},
|
||||
name: "Process", id: "process"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Area",
|
||||
id: "area",
|
||||
},
|
||||
name: "Area", id: "area"},
|
||||
{
|
||||
name: "ES/EN", id: "language-toggle"
|
||||
}
|
||||
]}
|
||||
brandName="Tradition Plumbing"
|
||||
/>
|
||||
@@ -60,13 +53,9 @@ export default function LandingPage() {
|
||||
description="Craftsmanship built on tradition. Serving Port Saint Lucie and the Treasure Coast with expert, licensed plumbing solutions. Done right, the first time."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+17725551234",
|
||||
},
|
||||
text: "Call Now", href: "tel:+17725551234"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Services", href: "#services"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg"
|
||||
@@ -91,34 +80,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Droplets,
|
||||
title: "Leak Detection",
|
||||
description: "Expert detection to prevent water damage.",
|
||||
},
|
||||
title: "Leak Detection", description: "Expert detection to prevent water damage."},
|
||||
{
|
||||
icon: Droplets,
|
||||
title: "Bathroom & Kitchen",
|
||||
description: "Beautiful, functional installs and remodels.",
|
||||
},
|
||||
title: "Bathroom & Kitchen", description: "Beautiful, functional installs and remodels."},
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Water Heaters",
|
||||
description: "Tankless and traditional repair/replacement.",
|
||||
},
|
||||
title: "Water Heaters", description: "Tankless and traditional repair/replacement."},
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "Drain Cleaning",
|
||||
description: "Professional clearing to solve recurring issues.",
|
||||
},
|
||||
title: "Drain Cleaning", description: "Professional clearing to solve recurring issues."},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Repiping",
|
||||
description: "Modernizing home plumbing infrastructure.",
|
||||
},
|
||||
title: "Repiping", description: "Modernizing home plumbing infrastructure."},
|
||||
{
|
||||
icon: AlertCircle,
|
||||
title: "24/7 Emergency",
|
||||
description: "Always here when you need us most.",
|
||||
},
|
||||
title: "24/7 Emergency", description: "Always here when you need us most."},
|
||||
]}
|
||||
title="Full-Spectrum Plumbing Services"
|
||||
description="Comprehensive residential and commercial plumbing tailored for the Treasure Coast community."
|
||||
@@ -131,45 +108,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excellent Service",
|
||||
quote: "Same day burst pipe fix. Professional, fast, and thorough. I won't call anyone else.",
|
||||
name: "Maria S.",
|
||||
role: "Port Saint Lucie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
},
|
||||
id: "1", title: "Excellent Service", quote: "Same day burst pipe fix. Professional, fast, and thorough. I won't call anyone else.", name: "Maria S.", role: "Port Saint Lucie", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Honest Work",
|
||||
quote: "Finally a plumber who shows up on time and charges what they quoted. Incredible service.",
|
||||
name: "James T.",
|
||||
role: "Stuart",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg",
|
||||
},
|
||||
id: "2", title: "Honest Work", quote: "Finally a plumber who shows up on time and charges what they quoted. Incredible service.", name: "James T.", role: "Stuart", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Detail Oriented",
|
||||
quote: "Remodel job was flawless. They treated my home with immense respect.",
|
||||
name: "Linda R.",
|
||||
role: "Palm City",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg",
|
||||
},
|
||||
id: "3", title: "Detail Oriented", quote: "Remodel job was flawless. They treated my home with immense respect.", name: "Linda R.", role: "Palm City", imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Lifesavers",
|
||||
quote: "Emergency service at midnight saved my floors. So grateful.",
|
||||
name: "David K.",
|
||||
role: "Vero Beach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg",
|
||||
},
|
||||
id: "4", title: "Lifesavers", quote: "Emergency service at midnight saved my floors. So grateful.", name: "David K.", role: "Vero Beach", imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Trustworthy",
|
||||
quote: "Been using them for years. Always the highest standard of work.",
|
||||
name: "Susan P.",
|
||||
role: "Fort Pierce",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg",
|
||||
},
|
||||
id: "5", title: "Trustworthy", quote: "Been using them for years. Always the highest standard of work.", name: "Susan P.", role: "Fort Pierce", imageSrc: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg"},
|
||||
]}
|
||||
title="What Our Neighbors Say"
|
||||
description="Authentic experiences from homeowners across the Treasure Coast."
|
||||
@@ -180,14 +127,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to get it done right? Contact Tradition Plumbing LLC for a free estimate."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+17725551234",
|
||||
},
|
||||
text: "Call Now", href: "tel:+17725551234"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -196,50 +140,31 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{
|
||||
label: "Leak Detection",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Detección de Fugas", href: "#services"},
|
||||
{
|
||||
label: "Bath & Kitchen",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Cocina y Baño", href: "#services"},
|
||||
{
|
||||
label: "Water Heaters",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Calentadores de Agua", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre Nosotros", href: "#about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reseñas", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contacto", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Soporte", items: [
|
||||
{
|
||||
label: "(772) 555-1234",
|
||||
href: "tel:+17725551234",
|
||||
},
|
||||
label: "(772) 555-1234", href: "tel:+17725551234"},
|
||||
{
|
||||
label: "info@tradition.com",
|
||||
href: "mailto:info@tradition.com",
|
||||
},
|
||||
label: "info@tradition.com", href: "mailto:info@tradition.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -249,4 +174,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user