diff --git a/src/app/page.tsx b/src/app/page.tsx index ac0258f..ca8c72c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, Box, Building, Camera, CheckCircle, Clock, Droplets, Gauge, MapPin, Phone, Search, ShieldCheck, Sparkles, Sun, Users } from "lucide-react"; +import { Award, Box, Building, Camera, CheckCircle, Clock, Droplets, Gauge, Hammer, MapPin, Phone, Search, ShieldCheck, Sparkles, Sun, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -423,36 +182,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg" logoText="Roof A Tech UK" columns={[ - { - title: "Company", - items: [ - { - label: "Services", - href: "#services", - }, - { - label: "About", - href: "#about", - }, - { - label: "Reviews", - href: "#reviews", - }, - ], - }, - { - title: "Contact", - items: [ - { - label: "Call Us: 07399 929664", - href: "tel:07399929664", - }, - { - label: "22 Chester Rd, Sutton Coldfield", - href: "#", - }, - ], - }, + { title: "Company", items: [{ label: "Services", href: "#services" }, { label: "About", href: "#about" }, { label: "Reviews", href: "#reviews" }] }, + { title: "Contact", items: [{ label: "Call Us: 07399 929664", href: "tel:07399929664" }, { label: "22 Chester Rd, Sutton Coldfield", href: "#" }] } ]} />