Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e0f1ad5010 | |||
| 9da1c6a882 | |||
| 9f72f92f21 | |||
| 1aa47a20a5 | |||
| cdcfd28a99 | |||
| 865737d53b |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
|
||||
@@ -39,7 +38,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
234
src/app/page.tsx
234
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Lone Star Plumbing"
|
||||
/>
|
||||
@@ -53,112 +45,65 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Trusted Plumbing Services in Texas"
|
||||
description="Providing expert plumbing, leak repairs, and installation services. Lone Star Plumbing is your reliable partner for home maintenance and emergency repairs."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=1",
|
||||
imageAlt: "Plumber at work",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=1", imageAlt: "Plumber at work"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=2",
|
||||
imageAlt: "Plumbing expert",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=2", imageAlt: "Plumbing expert"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=3",
|
||||
imageAlt: "Service repair",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=3", imageAlt: "Service repair"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=4",
|
||||
imageAlt: "Leak detection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=4", imageAlt: "Leak detection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=5",
|
||||
imageAlt: "Pipe installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=5", imageAlt: "Pipe installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=6",
|
||||
imageAlt: "Quality workmanship",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=6", imageAlt: "Quality workmanship"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=7",
|
||||
imageAlt: "Quality service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=7", imageAlt: "Quality service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=8",
|
||||
imageAlt: "Professional tools",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=8", imageAlt: "Professional tools"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=9",
|
||||
imageAlt: "Customer care",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=9", imageAlt: "Customer care"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=10",
|
||||
imageAlt: "Fast response",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=10", imageAlt: "Fast response"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=11",
|
||||
imageAlt: "Expert team",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=11", imageAlt: "Expert team"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=12",
|
||||
imageAlt: "Service excellence",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=12", imageAlt: "Service excellence"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Service", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-autumn-coat-posing-street_1303-29532.jpg",
|
||||
alt: "Customer A",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-autumn-coat-posing-street_1303-29532.jpg", alt: "Customer A"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg",
|
||||
alt: "Customer B",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg", alt: "Customer B"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135976.jpg",
|
||||
alt: "Customer C",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135976.jpg", alt: "Customer C"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg",
|
||||
alt: "Customer D",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg", alt: "Customer D"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
||||
alt: "Customer E",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", alt: "Customer E"},
|
||||
]}
|
||||
avatarText="Trusted by over 500+ Texas families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Emergency Support",
|
||||
},
|
||||
type: "text", text: "24/7 Emergency Support"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed & Insured",
|
||||
},
|
||||
type: "text", text: "Licensed & Insured"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Upfront Pricing",
|
||||
},
|
||||
type: "text", text: "Upfront Pricing"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Satisfaction Guaranteed",
|
||||
},
|
||||
type: "text", text: "Satisfaction Guaranteed"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Same-Day Service",
|
||||
},
|
||||
type: "text", text: "Same-Day Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,17 +116,13 @@ export default function LandingPage() {
|
||||
description="Lone Star Plumbing has served homeowners with integrity and precision. We are committed to fixing issues correctly the first time, from slab leaks to water heater installations."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Diagnosis",
|
||||
description: "We identify and solve complex plumbing challenges others can't.",
|
||||
},
|
||||
title: "Licensed & Insured", description: "Fully certified professionals you can trust with your home.", icon: ShieldCheck},
|
||||
{
|
||||
title: "Prompt & Punctual",
|
||||
description: "We respect your time and arrive within confirmed windows.",
|
||||
},
|
||||
title: "Expert Diagnosis", description: "We identify and solve complex plumbing challenges others can't."},
|
||||
{
|
||||
title: "Trusted Warranty Work",
|
||||
description: "Approved partners for major home warranty providers.",
|
||||
},
|
||||
title: "Prompt & Punctual", description: "We respect your time and arrive within confirmed windows."},
|
||||
{
|
||||
title: "Trusted Warranty Work", description: "Approved partners for major home warranty providers."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg"
|
||||
imageAlt="Our expert team repairing a residential plumbing issue."
|
||||
@@ -197,34 +138,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "Leak Detection & Repair",
|
||||
description: "Expert solutions for slab leaks and pipe bursts.",
|
||||
},
|
||||
title: "Leak Detection & Repair", description: "Expert solutions for slab leaks and pipe bursts."},
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Water Heater Services",
|
||||
description: "Installation and repair for tank and tankless systems.",
|
||||
},
|
||||
title: "Water Heater Services", description: "Installation and repair for tank and tankless systems"},
|
||||
{
|
||||
icon: Trash2,
|
||||
title: "Garbage Disposal",
|
||||
description: "Fast diagnostics and replacement services.",
|
||||
},
|
||||
title: "Garbage Disposal", description: "Fast diagnostics and replacement services."},
|
||||
{
|
||||
icon: Droplets,
|
||||
title: "Water Softeners",
|
||||
description: "Technology implementation for better water quality.",
|
||||
},
|
||||
title: "Water Softeners", description: "Technology implementation for better water quality."},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Home Warranty Work",
|
||||
description: "Streamlined service for AHS and other warranty claims.",
|
||||
},
|
||||
title: "Home Warranty Work", description: "Streamlined service for AHS and other warranty claims."},
|
||||
{
|
||||
icon: Droplets,
|
||||
title: "Fixture Installations",
|
||||
description: "Professional install for toilets, faucets, and showers.",
|
||||
},
|
||||
title: "Fixture Installations", description: "Professional install for toilets, faucets, and showers."},
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="Comprehensive plumbing care for your home's most critical systems."
|
||||
@@ -237,45 +166,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Slab Leak Repair",
|
||||
quote: "Lone Star was the only company out of five that accurately diagnosed my slab leak.",
|
||||
name: "Barbara L.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-autumn-coat-posing-street_1303-29532.jpg",
|
||||
},
|
||||
id: "1", title: "Great Slab Leak Repair", quote: "Lone Star was the only company out of five that accurately diagnosed my slab leak.", name: "Barbara L.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-autumn-coat-posing-street_1303-29532.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Punctual & Professional",
|
||||
quote: "Cody and Joseph arrived within hours, dug the pipe, and tested everything.",
|
||||
name: "Gregory J.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg",
|
||||
},
|
||||
id: "2", title: "Punctual & Professional", quote: "Cody and Joseph arrived within hours, dug the pipe, and tested everything.", name: "Gregory J.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Highly Recommend",
|
||||
quote: "Very prompt and friendly. Fixed my burst pipe for less than I expected.",
|
||||
name: "Gary G.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135976.jpg",
|
||||
},
|
||||
id: "3", title: "Highly Recommend", quote: "Very prompt and friendly. Fixed my burst pipe for less than I expected.", name: "Gary G.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135976.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Lifelong Customers",
|
||||
quote: "Hands down the best plumbing company we have ever used.",
|
||||
name: "Natalie D.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg",
|
||||
},
|
||||
id: "4", title: "Lifelong Customers", quote: "Hands down the best plumbing company we have ever used.", name: "Natalie D.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Top-notch Service",
|
||||
quote: "Kevin was timely, professional and thorough.",
|
||||
name: "Marci S.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
||||
},
|
||||
id: "5", title: "Top-notch Service", quote: "Kevin was timely, professional and thorough.", name: "Marci S.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Reliability and professionalism delivered every time."
|
||||
@@ -286,8 +185,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in touch"
|
||||
title="Need Professional Plumbing Help?"
|
||||
description="Whether it's an emergency or an installation, our team is ready to assist."
|
||||
@@ -302,37 +200,35 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Leak Repair",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Leak Repair", href: "#features"},
|
||||
{
|
||||
label: "Water Heaters",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Water Heaters", href: "#features"},
|
||||
{
|
||||
label: "Warranty Work",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Warranty Work", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Business Information", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "3713 Cockrell Ave, Fort Worth, TX 76110"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Phone: (817) 633-3333"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Mon-Fri: 7 AM - 5:30 PM"},
|
||||
{
|
||||
label: "Closed Weekends"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user