From d27b0744a2c1d31e65d0031327593eff168f6ca4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 18:09:19 +0000 Subject: [PATCH] Update src/app/admin/page.tsx --- src/app/admin/page.tsx | 52 ++++++++++-------------------------------- 1 file changed, 12 insertions(+), 40 deletions(-) diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index 4c43511..746ef5a 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import { Award, BarChart, FileText, Image, Instagram, Settings, Users } from "lucide-react"; @@ -26,17 +26,11 @@ export default function LandingPage() {
-
@@ -96,19 +74,13 @@ export default function LandingPage() { socialLinks={[ { icon: Award, - href: "https://dribbble.com/sourourbousba", - ariaLabel: "Dribbble profile", - }, + href: "https://dribbble.com/sourourbousba", ariaLabel: "Dribbble profile"}, { icon: Instagram, - href: "https://instagram.com/sourourbousba", - ariaLabel: "Instagram profile", - }, + href: "https://instagram.com/sourourbousba", ariaLabel: "Instagram profile"}, { icon: Image, - href: "https://behance.net/sourourbousba", - ariaLabel: "Behance profile", - }, + href: "https://behance.net/sourourbousba", ariaLabel: "Behance profile"}, ]} /> -- 2.49.1