diff --git a/src/app/page.tsx b/src/app/page.tsx index bf5d384..2e3e711 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Zap, Shield, CheckCircle, Star, Scissors } from 'lucide-react'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterMedia from '@/components/sections/footer/FooterMedia'; @@ -30,22 +31,10 @@ export default function LandingPage() { @@ -346,50 +173,23 @@ export default function LandingPage() { logoText="Gino & Sons" columns={[ { - title: "Location", - items: [ - { - label: "53 7th Ave", - href: "#", - }, - { - label: "Grassy Park, Cape Town", - href: "#", - }, - { - label: "7945, South Africa", - href: "#", - }, + title: "Location", items: [ + { label: "53 7th Ave", href: "#" }, + { label: "Grassy Park, Cape Town", href: "#" }, + { label: "7945, South Africa", href: "#" }, ], }, { - title: "Services", - items: [ - { - label: "Industrial Welding", - href: "#features", - }, - { - label: "Custom Fabrication", - href: "#features", - }, - { - label: "Metal Repair", - href: "#features", - }, + title: "Services", items: [ + { label: "Industrial Welding", href: "#features" }, + { label: "Custom Fabrication", href: "#features" }, + { label: "Metal Repair", href: "#features" }, ], }, { - title: "Support", - items: [ - { - label: "Call Us: 082 960 0019", - href: "tel:0829600019", - }, - { - label: "Privacy Policy", - href: "#", - }, + title: "Support", items: [ + { label: "Call Us: 082 960 0019", href: "tel:0829600019" }, + { label: "Privacy Policy", href: "#" }, ], }, ]}