diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2e1a8f0..6738e4b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
-import { Award, ShieldCheck, Star, Tool, Users, Wallet, Zap } from "lucide-react";
+import { Award, ShieldCheck, Star, Users, Wallet, Wrench, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,54 +33,35 @@ export default function LandingPage() {
@@ -347,18 +224,13 @@ export default function LandingPage() {
@@ -368,62 +240,37 @@ export default function LandingPage() {
logoText="Precision Plumbers"
columns={[
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{
- label: "Home",
- href: "#hero",
- },
+ label: "Home", href: "#hero"},
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
{
- label: "Why Choose Us",
- href: "#why-us",
- },
+ label: "Why Choose Us", href: "#why-us"},
],
},
{
- title: "Our Services",
- items: [
+ title: "Our Services", items: [
{
- label: "Emergency Plumbing",
- href: "#services",
- },
+ label: "Emergency Plumbing", href: "#services"},
{
- label: "Leak Repair",
- href: "#services",
- },
+ label: "Leak Repair", href: "#services"},
{
- label: "Drain Cleaning",
- href: "#services",
- },
+ label: "Drain Cleaning", href: "#services"},
{
- label: "Water Heaters",
- href: "#services",
- },
+ label: "Water Heaters", href: "#services"},
],
},
{
- title: "Contact Details",
- items: [
+ title: "Contact Details", items: [
{
- label: "Call: (555) 123-4567",
- href: "tel:+15551234567",
- },
+ label: "Call: (555) 123-4567", href: "tel:+15551234567"},
{
- label: "Email: info@precisionplumbers.com",
- href: "mailto:info@precisionplumbers.com",
- },
+ label: "Email: info@precisionplumbers.com", href: "mailto:info@precisionplumbers.com"},
{
- label: "Address: 123 Luxury Lane, Metropolis, CA 90210",
- href: "#",
- },
+ label: "Address: 123 Luxury Lane, Metropolis, CA 90210", href: "#"},
],
},
]}