diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9d9f4c9..753bd21 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,94 +29,40 @@ export default function LandingPage() {
@@ -127,14 +73,8 @@ export default function LandingPage() {
title="About Me"
description="Based in Cotonou, Benin, I combine creativity with technical prowess. Passionate about building seamless user experiences and robust networks, I am constantly innovating to shape the digital future."
metrics={[
- {
- value: "4+",
- title: "Years Experience",
- },
- {
- value: "20+",
- title: "Projects Completed",
- },
+ { value: "4+", title: "Years Experience" },
+ { value: "20+", title: "Projects Completed" }
]}
imageSrc="http://img.b2bpic.net/free-photo/young-man-model-with-smile-black-fashionable-leather-jacket-colorful-pink-neon-lights_231208-14379.jpg"
mediaAnimation="slide-up"
@@ -149,36 +89,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "s1",
- title: "Full-Stack Dev",
- descriptions: [
- "React, Node.js, TypeScript",
- "Database architecture",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/saas-concept-collage_23-2149399279.jpg",
- imageAlt: "full stack web development icons glowing",
- },
- {
- id: "s2",
- title: "UI/UX Design",
- descriptions: [
- "User-centric interface design",
- "Prototyping",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/3d-three-dimensional-abstract-background-with-neon-colors_123827-30388.jpg",
- imageAlt: "UI UX design prototyping neon interface",
- },
- {
- id: "s3",
- title: "Networking",
- descriptions: [
- "Future Network Engineering",
- "Systems Optimization",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/global-communication-hd-wallpaper-business-network-design_53876-153352.jpg",
- imageAlt: "network engineering tech nodes glowing",
- },
+ { id: "s1", title: "Full-Stack Dev", descriptions: ["React, Node.js, TypeScript", "Database architecture"], imageSrc: "http://img.b2bpic.net/free-photo/saas-concept-collage_23-2149399279.jpg", imageAlt: "full stack web development icons glowing" },
+ { id: "s2", title: "UI/UX Design", descriptions: ["User-centric interface design", "Prototyping"], imageSrc: "http://img.b2bpic.net/free-photo/3d-three-dimensional-abstract-background-with-neon-colors_123827-30388.jpg", imageAlt: "UI UX design prototyping neon interface" },
+ { id: "s3", title: "Networking", descriptions: ["Future Network Engineering", "Systems Optimization"], imageSrc: "http://img.b2bpic.net/free-photo/global-communication-hd-wallpaper-business-network-design_53876-153352.jpg", imageAlt: "network engineering tech nodes glowing" }
]}
title="Core Skills"
description="Mastering the digital landscape with modern tools and methodologies."
@@ -192,48 +105,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "SaaS Platform",
- price: "Web Dev",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884874.jpg",
- imageAlt: "saas dashboard interface futuristic web",
- },
- {
- id: "p2",
- name: "Neon UI Concept",
- price: "UX/UI",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336525.jpg",
- imageAlt: "mobile app ui concept neon glow",
- },
- {
- id: "p3",
- name: "Brand Identity",
- price: "Graphic",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345400.jpg",
- imageAlt: "brand identity graphic design tech",
- },
- {
- id: "p4",
- name: "Data Dashboard",
- price: "Web Dev",
- imageSrc: "http://img.b2bpic.net/free-photo/coding-neon-cyberpunk-programmer-work_23-2152013678.jpg",
- imageAlt: "data visualization dashboard interface tech",
- },
- {
- id: "p5",
- name: "Mobile App UI",
- price: "UX/UI",
- imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201861.jpg",
- imageAlt: "glassmorphism ui mobile navigation",
- },
- {
- id: "p6",
- name: "Network Topology",
- price: "Networking",
- imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160244.jpg",
- imageAlt: "network diagram visualization technology",
- },
+ { id: "p1", name: "SaaS Platform", price: "Web Dev", imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884874.jpg", imageAlt: "saas dashboard interface futuristic web" },
+ { id: "p2", name: "Neon UI Concept", price: "UX/UI", imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336525.jpg", imageAlt: "mobile app ui concept neon glow" },
+ { id: "p3", name: "Brand Identity", price: "Graphic", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345400.jpg", imageAlt: "brand identity graphic design tech" },
+ { id: "p4", name: "Data Dashboard", price: "Web Dev", imageSrc: "http://img.b2bpic.net/free-photo/coding-neon-cyberpunk-programmer-work_23-2152013678.jpg", imageAlt: "data visualization dashboard interface tech" },
+ { id: "p5", name: "Mobile App UI", price: "UX/UI", imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201861.jpg", imageAlt: "glassmorphism ui mobile navigation" },
+ { id: "p6", name: "Network Topology", price: "Networking", imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160244.jpg", imageAlt: "network diagram visualization technology" }
]}
title="Featured Projects"
description="A collection of my recent work bridging design and technology."
@@ -248,36 +125,9 @@ export default function LandingPage() {
title="Latest Insights"
description="Articles on tech, design, and innovation in the digital sphere."
blogs={[
- {
- id: "b1",
- category: "Tech",
- title: "Future of Networking",
- excerpt: "Deep dive into next-gen infrastructure.",
- imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663008.jpg",
- authorName: "Fried B.",
- authorAvatar: "http://img.b2bpic.net/free-photo/young-attractive-man-glasses-is-posing-photographer-studio_613910-2638.jpg",
- date: "Oct 2023",
- },
- {
- id: "b2",
- category: "Design",
- title: "Futuristic UI Trends",
- excerpt: "Exploring glassmorphism and neon.",
- imageSrc: "http://img.b2bpic.net/free-photo/neon-hologram-tiger_23-2151558620.jpg",
- authorName: "Fried B.",
- authorAvatar: "http://img.b2bpic.net/free-photo/woman-enjoying-music-her-smartphone_23-2151989414.jpg",
- date: "Nov 2023",
- },
- {
- id: "b3",
- category: "Innovation",
- title: "AI in Development",
- excerpt: "How AI transforms the coding workflow.",
- imageSrc: "http://img.b2bpic.net/free-photo/smart-robotic-farmers-concept-robot-farmers-agriculture-technology-farm-automation_35913-2641.jpg",
- authorName: "Fried B.",
- authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5105.jpg",
- date: "Dec 2023",
- },
+ { id: "b1", category: "Tech", title: "Future of Networking", excerpt: "Deep dive into next-gen infrastructure.", imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663008.jpg", authorName: "Fried B.", authorAvatar: "http://img.b2bpic.net/free-photo/young-attractive-man-glasses-is-posing-photographer-studio_613910-2638.jpg", date: "Oct 2023" },
+ { id: "b2", category: "Design", title: "Futuristic UI Trends", excerpt: "Exploring glassmorphism and neon.", imageSrc: "http://img.b2bpic.net/free-photo/neon-hologram-tiger_23-2151558620.jpg", authorName: "Fried B.", authorAvatar: "http://img.b2bpic.net/free-photo/woman-enjoying-music-her-smartphone_23-2151989414.jpg", date: "Nov 2023" },
+ { id: "b3", category: "Innovation", title: "AI in Development", excerpt: "How AI transforms the coding workflow.", imageSrc: "http://img.b2bpic.net/free-photo/smart-robotic-farmers-concept-robot-farmers-agriculture-technology-farm-automation_35913-2641.jpg", authorName: "Fried B.", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5105.jpg", date: "Dec 2023" }
]}
/>
@@ -288,22 +138,10 @@ export default function LandingPage() {
title="Let's Collaborate"
description="Ready to build something extraordinary? Reach out to me."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Your Name",
- },
- {
- name: "email",
- type: "email",
- placeholder: "Your Email",
- },
+ { name: "name", type: "text", placeholder: "Your Name" },
+ { name: "email", type: "email", placeholder: "Your Email" }
]}
- textarea={{
- name: "message",
- placeholder: "Tell me about your project",
- rows: 4,
- }}
+ textarea={{ name: "message", placeholder: "Tell me about your project", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/artistic-background-wallpaper-with-color-halftone-effect_58702-8888.jpg"
imageAlt="digital dark background neon grid"
/>
@@ -314,31 +152,11 @@ export default function LandingPage() {
logoText="Fried BOCOVO"
columns={[
{
- title: "Pages",
- items: [
- {
- label: "Home",
- href: "#home",
- },
- {
- label: "Contact",
- href: "#contact",
- },
- ],
+ title: "Pages", items: [{ label: "Home", href: "#home" }, { label: "Contact", href: "#contact" }]
},
{
- title: "Socials",
- items: [
- {
- label: "Twitter",
- href: "#",
- },
- {
- label: "LinkedIn",
- href: "#",
- },
- ],
- },
+ title: "Socials", items: [{ label: "Twitter", href: "#" }, { label: "LinkedIn", href: "#" }]
+ }
]}
/>