From 62a1f581c1a89b250738d2b9b7efef3f991e159c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 21:03:49 +0000 Subject: [PATCH 1/2] Update src/app/collections/page.tsx --- src/app/collections/page.tsx | 141 +++++++---------------------------- 1 file changed, 27 insertions(+), 114 deletions(-) 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() { From 8e5b953589d0579463ed13c69625d4248f7294e3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 21:03:49 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 225 +++++++++-------------------------------------- 1 file changed, 44 insertions(+), 181 deletions(-) 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"}, ]} />