diff --git a/src/app/page.tsx b/src/app/page.tsx
index a380218..b20eb79 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,41 +46,26 @@ export default function LandingPage() {
@@ -100,29 +77,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "s1",
- title: "Emergency Repairs",
- tags: [
- "Urgent",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-blank-notebook-decorative-tools_23-2147684577.jpg",
- },
+ id: "s1", title: "Emergency Repairs", tags: [
+ "Urgent"],
+ imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-blank-notebook-decorative-tools_23-2147684577.jpg"},
{
- id: "s2",
- title: "Leak Detection",
- tags: [
- "Precision",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg",
- },
+ id: "s2", title: "Leak Detection", tags: [
+ "Precision"],
+ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg"},
{
- id: "s3",
- title: "Maintenance Plans",
- tags: [
- "Proactive",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg",
- },
+ id: "s3", title: "Maintenance Plans", tags: [
+ "Proactive"],
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg"},
]}
title="Our Professional Services"
description="From emergency repairs to precision plumbing maintenance, we handle it all with integrity."
@@ -131,38 +96,21 @@ export default function LandingPage() {
@@ -279,14 +179,11 @@ export default function LandingPage() {
@@ -296,29 +193,19 @@ export default function LandingPage() {
logoText="Straightline Plumbing"
columns={[
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
{
- label: "Testimonials",
- href: "#testimonials",
- },
+ label: "Testimonials", href: "#testimonials"},
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "(916) 481-3836",
- href: "tel:9164813836",
- },
+ label: "(916) 481-3836", href: "tel:9164813836"},
{
- label: "North Highlands, CA",
- href: "#",
- },
+ label: "North Highlands, CA", href: "#"},
],
},
]}