Merge version_1 into main #2
@@ -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() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Explore",
|
||||
id: "/categories",
|
||||
},
|
||||
name: "Explore", id: "/categories"},
|
||||
{
|
||||
name: "Dashboard",
|
||||
id: "/admin",
|
||||
},
|
||||
name: "Dashboard", id: "/admin"},
|
||||
]}
|
||||
brandName="TechBlog"
|
||||
/>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,29 +82,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Topics",
|
||||
items: [
|
||||
title: "Topics", items: [
|
||||
{
|
||||
label: "Science",
|
||||
href: "/categories",
|
||||
},
|
||||
label: "Science", href: "/categories"},
|
||||
{
|
||||
label: "Technology",
|
||||
href: "/categories",
|
||||
},
|
||||
label: "Technology", href: "/categories"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Admin Panel",
|
||||
href: "/admin",
|
||||
},
|
||||
label: "Admin Panel", href: "/admin"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user