diff --git a/src/app/page.tsx b/src/app/page.tsx
index 03b7a04..5d45653 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,35 +32,21 @@ export default function LandingPage() {
@@ -68,118 +54,68 @@ export default function LandingPage() {
@@ -357,21 +228,15 @@ export default function LandingPage() {
description="The Plumbing & Drain is a locally owned and operated business dedicated to providing top-notch plumbing solutions in your community. We pride ourselves on prompt response times, friendly service, and a steadfast commitment to customer safety and satisfaction."
metrics={[
{
- value: "5.0",
- title: "Star Rating",
- },
+ value: "5.0", title: "Star Rating"},
{
- value: "24/7",
- title: "Emergency Service",
- },
+ value: "24/7", title: "Emergency Service"},
{
- value: "10+",
- title: "Years Experience",
- },
+ value: "10+", title: "Years Experience"},
]}
imageSrc="http://img.b2bpic.net/free-photo/annoyed-young-couple-construction-worker-uniform-cap-looking-camera-showing-empty-hands-isolated-white-wall_141793-113283.jpg"
imageAlt="Friendly team of plumbers smiling"
- mediaAnimation="entrance-slide"
+ mediaAnimation="slide-up"
/>
@@ -379,19 +244,15 @@ export default function LandingPage() {
@@ -400,54 +261,33 @@ export default function LandingPage() {
logoText="The Plumbing & Drain"
columns={[
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Drain Cleaning",
- href: "#services",
- },
+ label: "Drain Cleaning", href: "#services"},
{
- label: "Faucet Repair",
- href: "#services",
- },
+ label: "Faucet Repair", href: "#services"},
{
- label: "Toilet Installation",
- href: "#services",
- },
+ label: "Toilet Installation", href: "#services"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Reviews",
- href: "#reviews",
- },
+ label: "Reviews", href: "#reviews"},
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
{
- label: "Accessibility",
- href: "#",
- },
+ label: "Accessibility", href: "#"},
],
},
]}