From 278f3c63c016070132d71ca940237ceda2a402d6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:49:47 +0000 Subject: [PATCH] Update src/app/categories/page.tsx --- src/app/categories/page.tsx | 74 +++++++++---------------------------- 1 file changed, 18 insertions(+), 56 deletions(-) diff --git a/src/app/categories/page.tsx b/src/app/categories/page.tsx index 4b2d61e..55bf489 100644 --- a/src/app/categories/page.tsx +++ b/src/app/categories/page.tsx @@ -6,7 +6,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import { Globe, Shield } from "lucide-react"; +import { Globe, Shield, Zap, Heart, Briefcase, Cpu } from "lucide-react"; export default function LandingPage() { return ( @@ -27,17 +27,11 @@ export default function LandingPage() { @@ -49,28 +43,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Technology", - description: "Latest tech trends", - imageSrc: "http://img.b2bpic.net/free-vector/technology-elements-background-hand-drawn-style_23-2147760032.jpg?_wi=2", - buttonIcon: "Zap", + title: "Technology", description: "Latest tech trends", imageSrc: "http://img.b2bpic.net/free-vector/technology-elements-background-hand-drawn-style_23-2147760032.jpg", buttonIcon: Zap, }, { - title: "Medical", - description: "Health and wellness", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-web-graphic-computer-element_1127-2398.jpg", - buttonIcon: "Heart", + title: "Medical", description: "Health and wellness", imageSrc: "http://img.b2bpic.net/free-photo/abstract-web-graphic-computer-element_1127-2398.jpg", buttonIcon: Heart, }, { - title: "Business", - description: "Finance and startups", - imageSrc: "http://img.b2bpic.net/free-photo/launch-rocket-icon-isolated_53876-71265.jpg?_wi=2", - buttonIcon: "Briefcase", + title: "Business", description: "Finance and startups", imageSrc: "http://img.b2bpic.net/free-photo/launch-rocket-icon-isolated_53876-71265.jpg", buttonIcon: Briefcase, }, { - title: "AI & ML", - description: "Cutting edge innovation", - imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection_23-2147876467.jpg?_wi=1", - buttonIcon: "Cpu", + title: "AI & ML", description: "Cutting edge innovation", imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection_23-2147876467.jpg", buttonIcon: Cpu, }, ]} title="Content Categories" @@ -87,21 +69,11 @@ export default function LandingPage() { description="Categorized knowledge bases." features={[ { - title: "Networking", - description: "Cloud infra", - bentoComponent: "reveal-icon", - icon: Globe, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-low-poly-design_1048-7813.jpg?_wi=2", - imageAlt: "digital network abstract background", - }, + title: "Networking", description: "Cloud infra", bentoComponent: "reveal-icon", icon: Globe, + imageAlt: "digital network abstract background"}, { - title: "Cybersecurity", - description: "Defense strategies", - bentoComponent: "reveal-icon", - icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/ai-fingerprint-biometric-cyberpunk-face_23-2151997007.jpg?_wi=2", - imageAlt: "artificial intelligence concept", - }, + title: "Cybersecurity", description: "Defense strategies", bentoComponent: "reveal-icon", icon: Shield, + imageAlt: "artificial intelligence concept"}, ]} /> @@ -110,29 +82,19 @@ export default function LandingPage() {