diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6959844..3ddd357 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,94 +29,39 @@ export default function LandingPage() {
@@ -128,29 +73,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Fast Response",
- description: "Same-day and emergency plumbing services.",
- bentoComponent: "reveal-icon",
- icon: Zap,
- imageSrc: "http://img.b2bpic.net/free-vector/pack-color-business-icons-flat-design_1212-139.jpg",
- imageAlt: "price tag money icon",
+ title: "Fast Response", description: "Same-day and emergency plumbing services.", bentoComponent: "reveal-icon", icon: Zap
},
{
- title: "Fair Pricing",
- description: "Clear, upfront pricing (most jobs $200–$300).",
- bentoComponent: "reveal-icon",
- icon: DollarSign,
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138538.jpg?_wi=2",
- imageAlt: "price tag money icon",
+ title: "Fair Pricing", description: "Clear, upfront pricing (most jobs $200–$300).", bentoComponent: "reveal-icon", icon: DollarSign
},
{
- title: "Trusted Local Expert",
- description: "Friendly, professional service from CJ.",
- bentoComponent: "reveal-icon",
- icon: User,
- imageSrc: "http://img.b2bpic.net/free-vector/plumbing-service-card-set_1284-9890.jpg",
- imageAlt: "price tag money icon",
- },
+ title: "Trusted Local Expert", description: "Friendly, professional service from CJ.", bentoComponent: "reveal-icon", icon: User
+ }
]}
title="Your Go-To Plumber in North Augusta, SC"
description="Trusted by local homeowners for fast, efficient, and professional repairs."
@@ -162,46 +92,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- title: "Hero Service",
- quote: "CJ was my hero today! He showed up fast, explained everything clearly, and fixed my pipe quickly and efficiently.",
- name: "Happy Customer",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
- },
- {
- id: "2",
- title: "Amazing",
- quote: "Professional, reasonable, fast, and accurate. Same-day service and great pricing.",
- name: "Satisfied Client",
- role: "Resident",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg",
- },
- {
- id: "3",
- title: "Exceptional",
- quote: "From the moment I contacted CJ, the customer service was exceptional.",
- name: "Valued Client",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-house-model-uniform-front-view_176474-21361.jpg",
- },
- {
- id: "4",
- title: "Great Work",
- quote: "Highly recommend Mahoney Plumbing for any home plumbing needs.",
- name: "Happy Homeowner",
- role: "Local",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
- },
- {
- id: "5",
- title: "Lifesaver",
- quote: "Came out quickly during an emergency. Best plumber in North Augusta!",
- name: "Grateful Neighbor",
- role: "Local",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
- },
+ { id: "1", title: "Hero Service", quote: "CJ was my hero today! He showed up fast, explained everything clearly, and fixed my pipe quickly and efficiently.", name: "Happy Customer", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg" },
+ { id: "2", title: "Amazing", quote: "Professional, reasonable, fast, and accurate. Same-day service and great pricing.", name: "Satisfied Client", role: "Resident", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg" },
+ { id: "3", title: "Exceptional", quote: "From the moment I contacted CJ, the customer service was exceptional.", name: "Valued Client", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-house-model-uniform-front-view_176474-21361.jpg" },
+ { id: "4", title: "Great Work", quote: "Highly recommend Mahoney Plumbing for any home plumbing needs.", name: "Happy Homeowner", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg" },
+ { id: "5", title: "Lifesaver", quote: "Came out quickly during an emergency. Best plumber in North Augusta!", name: "Grateful Neighbor", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg" }
]}
title="Real Customers. Real Results."
description="See what your neighbors are saying."
@@ -217,37 +112,13 @@ export default function LandingPage() {
description="No hidden fees, just honest work."
plans={[
{
- id: "basic",
- name: "Basic Repair",
- price: "$150",
- features: [
- "Leak fix",
- "Drain clog",
- "Emergency callout",
- ],
- buttons: [
- {
- text: "Select",
- href: "/contact",
- },
- ],
+ id: "basic", name: "Basic Repair", price: "$150", features: ["Leak fix", "Drain clog", "Emergency callout"],
+ buttons: [{ text: "Select", href: "/contact" }]
},
{
- id: "standard",
- name: "Full Inspection",
- price: "$350",
- features: [
- "Full home check",
- "Pressure test",
- "Water heater flush",
- ],
- buttons: [
- {
- text: "Select",
- href: "/contact",
- },
- ],
- },
+ id: "standard", name: "Full Inspection", price: "$350", features: ["Full home check", "Pressure test", "Water heater flush"],
+ buttons: [{ text: "Select", href: "/contact" }]
+ }
]}
/>
@@ -261,18 +132,8 @@ export default function LandingPage() {
title="The Team"
description="Local experts you can rely on."
members={[
- {
- id: "cj",
- name: "CJ Mahoney",
- role: "Master Plumber",
- imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg",
- },
- {
- id: "support",
- name: "Sarah J.",
- role: "Service Manager",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064992.jpg",
- },
+ { id: "cj", name: "CJ Mahoney", role: "Master Plumber", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg" },
+ { id: "support", name: "Sarah J.", role: "Service Manager", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064992.jpg" }
]}
/>
@@ -282,39 +143,15 @@ export default function LandingPage() {
logoText="Mahoney Plumbing"
columns={[
{
- title: "Quick Links",
- items: [
- {
- label: "Home",
- href: "/",
- },
- {
- label: "Services",
- href: "/services",
- },
- {
- label: "Contact",
- href: "/contact",
- },
- ],
+ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }]
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Terms of Service",
- href: "#",
- },
- ],
- },
+ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }]
+ }
]}
/>
);
-}
+}
\ No newline at end of file