diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index 164a191..efda706 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -27,25 +27,15 @@ export default function LandingPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b769e3..bd9049c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import { Compass, Facebook, Instagram, MapPin, Mountain, ShieldCheck, Tool, Twitter } from "lucide-react"; +import { Compass, Facebook, Instagram, MapPin, Mountain, ShieldCheck, Wrench, Twitter } from "lucide-react"; export default function LandingPage() { return ( @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -344,19 +213,13 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, - href: "https://instagram.com/ratibor", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/ratibor", ariaLabel: "Instagram"}, { icon: Facebook, - href: "https://facebook.com/ratibor", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/ratibor", ariaLabel: "Facebook"}, { icon: Twitter, - href: "https://twitter.com/ratibor", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/ratibor", ariaLabel: "Twitter"}, ]} />