Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
353
src/app/page.tsx
353
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="TJ Plumbing & Heating"
|
||||
/>
|
||||
@@ -52,117 +40,28 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Expert Plumbing & Heating, Done Right."
|
||||
description="Fast response, clean work, and 5-star service. We provide premium craftsmanship for homeowners who value reliability."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg?_wi=1",
|
||||
imageAlt: "Professional plumbing services",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg?_wi=2",
|
||||
imageAlt: "Heating system maintenance",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg?_wi=3",
|
||||
imageAlt: "Plumbing expert work",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg?_wi=4",
|
||||
imageAlt: "Clean workspace",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg?_wi=5",
|
||||
imageAlt: "Premium craftsmanship",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg?_wi=6",
|
||||
imageAlt: "5-star customer experience",
|
||||
},
|
||||
{ imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg", imageAlt: "Professional plumbing services" },
|
||||
{ imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg", imageAlt: "Heating system maintenance" },
|
||||
{ imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg", imageAlt: "Plumbing expert work" },
|
||||
{ imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg", imageAlt: "Clean workspace" },
|
||||
{ imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg", imageAlt: "Premium craftsmanship" },
|
||||
{ imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg", imageAlt: "5-star customer experience" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg?_wi=7",
|
||||
imageAlt: "Expert plumbing",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg?_wi=8",
|
||||
imageAlt: "Heating systems",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg?_wi=9",
|
||||
imageAlt: "Professional service",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg?_wi=10",
|
||||
imageAlt: "Reliable repair",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg?_wi=11",
|
||||
imageAlt: "Clean site",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg?_wi=12",
|
||||
imageAlt: "Quality work",
|
||||
},
|
||||
{ imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg", imageAlt: "Expert plumbing" },
|
||||
{ imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg", imageAlt: "Heating systems" },
|
||||
{ imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg", imageAlt: "Professional service" },
|
||||
{ imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg", imageAlt: "Reliable repair" },
|
||||
{ imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg", imageAlt: "Clean site" },
|
||||
{ imageSrc: "https://pixabay.com/get/gca208b9d90752eb2dc96c885dd0f78cf14a171b2c05b73bf286b6b9333b05e1f5d23e22fa555ca79b6aa56cf1b6b7e20a9fb6e2ac68e86ebb0d56c313742dd78_1280.jpg", imageAlt: "Quality work" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5550199",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://pixabay.com/get/g7ded6ed3f6b8e22dca32e5462662097be2eec62d47e74ffb75a568052ee4af9ade7c82ad85258d83b8962272624c79d107e10c5741e49f08ccb16b01ac3867f3_1280.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "https://pixabay.com/get/g7ded6ed3f6b8e22dca32e5462662097be2eec62d47e74ffb75a568052ee4af9ade7c82ad85258d83b8962272624c79d107e10c5741e49f08ccb16b01ac3867f3_1280.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "https://pixabay.com/get/g7ded6ed3f6b8e22dca32e5462662097be2eec62d47e74ffb75a568052ee4af9ade7c82ad85258d83b8962272624c79d107e10c5741e49f08ccb16b01ac3867f3_1280.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "https://pixabay.com/get/g7ded6ed3f6b8e22dca32e5462662097be2eec62d47e74ffb75a568052ee4af9ade7c82ad85258d83b8962272624c79d107e10c5741e49f08ccb16b01ac3867f3_1280.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "https://pixabay.com/get/g7ded6ed3f6b8e22dca32e5462662097be2eec62d47e74ffb75a568052ee4af9ade7c82ad85258d83b8962272624c79d107e10c5741e49f08ccb16b01ac3867f3_1280.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 500+ satisfied homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Plumbing",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Boiler Servicing",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Drain Unblocking",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Water Heaters",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Pipe Repairs",
|
||||
},
|
||||
{ text: "Get a Free Quote", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:5550199" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -173,26 +72,10 @@ export default function LandingPage() {
|
||||
title="Built on Excellence"
|
||||
tag="Trust Metrics"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5.0",
|
||||
description: "Star Rating",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
description: "Five-Star Reviews",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Fast",
|
||||
description: "Response Time",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "Licensed",
|
||||
description: "Fully Insured",
|
||||
},
|
||||
{ id: "m1", value: "5.0", description: "Star Rating" },
|
||||
{ id: "m2", value: "50+", description: "Five-Star Reviews" },
|
||||
{ id: "m3", value: "Fast", description: "Response Time" },
|
||||
{ id: "m4", value: "Licensed", description: "Fully Insured" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -204,66 +87,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Emergency Plumbing",
|
||||
author: "TJ Plumbing",
|
||||
description: "Rapid response for all critical plumbing failures.",
|
||||
tags: [
|
||||
"Urgent",
|
||||
],
|
||||
imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Pipe Repair",
|
||||
author: "TJ Plumbing",
|
||||
description: "Precision pipe repair and new system installations.",
|
||||
tags: [
|
||||
"Repair",
|
||||
],
|
||||
imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Heating Systems",
|
||||
author: "TJ Plumbing",
|
||||
description: "Full maintenance and installation for boilers.",
|
||||
tags: [
|
||||
"Heating",
|
||||
],
|
||||
imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Drain Cleaning",
|
||||
author: "TJ Plumbing",
|
||||
description: "Thorough drain clearing using advanced tools.",
|
||||
tags: [
|
||||
"Maintenance",
|
||||
],
|
||||
imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "s5",
|
||||
title: "Water Heater",
|
||||
author: "TJ Plumbing",
|
||||
description: "Service and replacement of hot water systems.",
|
||||
tags: [
|
||||
"Systems",
|
||||
],
|
||||
imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "s6",
|
||||
title: "General Maintenance",
|
||||
author: "TJ Plumbing",
|
||||
description: "Preventative care to avoid future plumbing issues.",
|
||||
tags: [
|
||||
"Care",
|
||||
],
|
||||
imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg?_wi=6",
|
||||
},
|
||||
{ id: "s1", title: "Emergency Plumbing", author: "TJ Plumbing", description: "Rapid response for all critical plumbing failures.", tags: ["Urgent"], imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg" },
|
||||
{ id: "s2", title: "Pipe Repair", author: "TJ Plumbing", description: "Precision pipe repair and new system installations.", tags: ["Repair"], imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg" },
|
||||
{ id: "s3", title: "Heating Systems", author: "TJ Plumbing", description: "Full maintenance and installation for boilers.", tags: ["Heating"], imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg" },
|
||||
{ id: "s4", title: "Drain Cleaning", author: "TJ Plumbing", description: "Thorough drain clearing using advanced tools.", tags: ["Maintenance"], imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg" },
|
||||
{ id: "s5", title: "Water Heater", author: "TJ Plumbing", description: "Service and replacement of hot water systems.", tags: ["Systems"], imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg" },
|
||||
{ id: "s6", title: "General Maintenance", author: "TJ Plumbing", description: "Preventative care to avoid future plumbing issues.", tags: ["Care"], imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg" },
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Comprehensive plumbing and heating solutions tailored for modern homes."
|
||||
@@ -272,49 +101,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="why" data-section="why">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "w1",
|
||||
title: "Always On Time",
|
||||
author: "Our Promise",
|
||||
description: "We respect your time and schedule appointments accurately.",
|
||||
tags: [
|
||||
"Reliable",
|
||||
],
|
||||
imageSrc: "https://pixabay.com/get/g8ff85c17dc3098f735863354d063328d02794911523e90f7cd92779aa236c5e4adfdf42e83c6f53894d4ce3380e8350dfd8ae1464aa7fdd288ecbc07169dbfe3_1280.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "w2",
|
||||
title: "Clean Workspace",
|
||||
author: "Professionalism",
|
||||
description: "We leave every job site cleaner than we found it.",
|
||||
tags: [
|
||||
"Neat",
|
||||
],
|
||||
imageSrc: "https://pixabay.com/get/g8ff85c17dc3098f735863354d063328d02794911523e90f7cd92779aa236c5e4adfdf42e83c6f53894d4ce3380e8350dfd8ae1464aa7fdd288ecbc07169dbfe3_1280.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "w3",
|
||||
title: "Upfront Pricing",
|
||||
author: "Transparency",
|
||||
description: "No hidden costs, just honest and fair pricing.",
|
||||
tags: [
|
||||
"Value",
|
||||
],
|
||||
imageSrc: "https://pixabay.com/get/g8ff85c17dc3098f735863354d063328d02794911523e90f7cd92779aa236c5e4adfdf42e83c6f53894d4ce3380e8350dfd8ae1464aa7fdd288ecbc07169dbfe3_1280.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "w4",
|
||||
title: "Skilled Experts",
|
||||
author: "Craftsmanship",
|
||||
description: "Highly trained technicians with years of hands-on experience.",
|
||||
tags: [
|
||||
"Licensed",
|
||||
],
|
||||
imageSrc: "https://pixabay.com/get/g8ff85c17dc3098f735863354d063328d02794911523e90f7cd92779aa236c5e4adfdf42e83c6f53894d4ce3380e8350dfd8ae1464aa7fdd288ecbc07169dbfe3_1280.jpg?_wi=4",
|
||||
},
|
||||
{ id: "w1", title: "Always On Time", author: "Our Promise", description: "We respect your time and schedule appointments accurately.", tags: ["Reliable"], imageSrc: "https://pixabay.com/get/g8ff85c17dc3098f735863354d063328d02794911523e90f7cd92779aa236c5e4adfdf42e83c6f53894d4ce3380e8350dfd8ae1464aa7fdd288ecbc07169dbfe3_1280.jpg" },
|
||||
{ id: "w2", title: "Clean Workspace", author: "Professionalism", description: "We leave every job site cleaner than we found it.", tags: ["Neat"], imageSrc: "https://pixabay.com/get/g8ff85c17dc3098f735863354d063328d02794911523e90f7cd92779aa236c5e4adfdf42e83c6f53894d4ce3380e8350dfd8ae1464aa7fdd288ecbc07169dbfe3_1280.jpg" },
|
||||
{ id: "w3", title: "Upfront Pricing", author: "Transparency", description: "No hidden costs, just honest and fair pricing.", tags: ["Value"], imageSrc: "https://pixabay.com/get/g8ff85c17dc3098f735863354d063328d02794911523e90f7cd92779aa236c5e4adfdf42e83c6f53894d4ce3380e8350dfd8ae1464aa7fdd288ecbc07169dbfe3_1280.jpg" },
|
||||
{ id: "w4", title: "Skilled Experts", author: "Craftsmanship", description: "Highly trained technicians with years of hands-on experience.", tags: ["Licensed"], imageSrc: "https://pixabay.com/get/g8ff85c17dc3098f735863354d063328d02794911523e90f7cd92779aa236c5e4adfdf42e83c6f53894d4ce3380e8350dfd8ae1464aa7fdd288ecbc07169dbfe3_1280.jpg" },
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Delivering premium plumbing with complete peace of mind."
|
||||
@@ -327,46 +121,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Reva Z.",
|
||||
handle: "@reva.z",
|
||||
testimonial: "Staff arrived quickly and on schedule. Extremely clean work and didn't leave any mess behind.",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g7ded6ed3f6b8e22dca32e5462662097be2eec62d47e74ffb75a568052ee4af9ade7c82ad85258d83b8962272624c79d107e10c5741e49f08ccb16b01ac3867f3_1280.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Takendra H.",
|
||||
handle: "@takendrah",
|
||||
testimonial: "Efficient, qualified, and affable. They resolved the issue immediately. I would certainly suggest them.",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g7ded6ed3f6b8e22dca32e5462662097be2eec62d47e74ffb75a568052ee4af9ade7c82ad85258d83b8962272624c79d107e10c5741e49f08ccb16b01ac3867f3_1280.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Ashley Y.",
|
||||
handle: "@ashleyy",
|
||||
testimonial: "The crew's knowledge and speed were top-notch. Exceptional customer support.",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g7ded6ed3f6b8e22dca32e5462662097be2eec62d47e74ffb75a568052ee4af9ade7c82ad85258d83b8962272624c79d107e10c5741e49f08ccb16b01ac3867f3_1280.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Customer 4",
|
||||
handle: "@c4",
|
||||
testimonial: "Truly professional team, fixed my heater perfectly.",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g7ded6ed3f6b8e22dca32e5462662097be2eec62d47e74ffb75a568052ee4af9ade7c82ad85258d83b8962272624c79d107e10c5741e49f08ccb16b01ac3867f3_1280.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Customer 5",
|
||||
handle: "@c5",
|
||||
testimonial: "Highly recommended plumbing service in the area.",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g7ded6ed3f6b8e22dca32e5462662097be2eec62d47e74ffb75a568052ee4af9ade7c82ad85258d83b8962272624c79d107e10c5741e49f08ccb16b01ac3867f3_1280.jpg?_wi=5",
|
||||
},
|
||||
{ id: "t1", name: "Reva Z.", handle: "@reva.z", testimonial: "Staff arrived quickly and on schedule. Extremely clean work and didn't leave any mess behind.", rating: 5, imageSrc: "https://pixabay.com/get/g7ded6ed3f6b8e22dca32e5462662097be2eec62d47e74ffb75a568052ee4af9ade7c82ad85258d83b8962272624c79d107e10c5741e49f08ccb16b01ac3867f3_1280.jpg" },
|
||||
{ id: "t2", name: "Takendra H.", handle: "@takendrah", testimonial: "Efficient, qualified, and affable. They resolved the issue immediately. I would certainly suggest them.", rating: 5, imageSrc: "https://pixabay.com/get/g7ded6ed3f6b8e22dca32e5462662097be2eec62d47e74ffb75a568052ee4af9ade7c82ad85258d83b8962272624c79d107e10c5741e49f08ccb16b01ac3867f3_1280.jpg" },
|
||||
{ id: "t3", name: "Ashley Y.", handle: "@ashleyy", testimonial: "The crew's knowledge and speed were top-notch. Exceptional customer support.", rating: 5, imageSrc: "https://pixabay.com/get/g7ded6ed3f6b8e22dca32e5462662097be2eec62d47e74ffb75a568052ee4af9ade7c82ad85258d83b8962272624c79d107e10c5741e49f08ccb16b01ac3867f3_1280.jpg" },
|
||||
{ id: "t4", name: "Customer 4", handle: "@c4", testimonial: "Truly professional team, fixed my heater perfectly.", rating: 5, imageSrc: "https://pixabay.com/get/g7ded6ed3f6b8e22dca32e5462662097be2eec62d47e74ffb75a568052ee4af9ade7c82ad85258d83b8962272624c79d107e10c5741e49f08ccb16b01ac3867f3_1280.jpg" },
|
||||
{ id: "t5", name: "Customer 5", handle: "@c5", testimonial: "Highly recommended plumbing service in the area.", rating: 5, imageSrc: "https://pixabay.com/get/g7ded6ed3f6b8e22dca32e5462662097be2eec62d47e74ffb75a568052ee4af9ade7c82ad85258d83b8962272624c79d107e10c5741e49f08ccb16b01ac3867f3_1280.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Feedback"
|
||||
@@ -381,18 +140,9 @@ export default function LandingPage() {
|
||||
title="Family-Run Plumbing Expertise"
|
||||
description="TJ Plumbing & Heating is a family-run business committed to honest pricing, skilled craftsmanship, and leaving every job site cleaner than we found it."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Commitment",
|
||||
description: "Honest pricing and high-end results.",
|
||||
},
|
||||
{
|
||||
title: "Craftsmanship",
|
||||
description: "Professional expertise in every job.",
|
||||
},
|
||||
{
|
||||
title: "Cleanliness",
|
||||
description: "Dedicated to neat, tidy workspaces.",
|
||||
},
|
||||
{ title: "Commitment", description: "Honest pricing and high-end results." },
|
||||
{ title: "Craftsmanship", description: "Professional expertise in every job." },
|
||||
{ title: "Cleanliness", description: "Dedicated to neat, tidy workspaces." },
|
||||
]}
|
||||
imageSrc="https://pixabay.com/get/g1a0faa4e0f3cd93c4287df16657e6f8776f439bebbe385e5fb30bfebcbd7f83910eeb51e5cdfb6aac6548feacceb8eee6c4b0ba6da3c08901776333edd5e2431_1280.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -402,15 +152,10 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready to Get Started? We're One Call Away."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Service",
|
||||
href: "mailto:info@tjplumbing.com",
|
||||
},
|
||||
{ text: "Request Service", href: "mailto:info@tjplumbing.com" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -418,14 +163,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="TJ Plumbing & Heating"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "© 2024 TJ Plumbing",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Terms of Service", href: "#" }}
|
||||
rightLink={{ text: "© 2024 TJ Plumbing", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user