From 64219a85d9db9be53b55c2eb4fd445392887a9eb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 18:24:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 159 +++++++---------------------------------------- 1 file changed, 24 insertions(+), 135 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 970ef81..52e3db7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import { Award, Image, Instagram, Lightbulb, Sparkles } from "lucide-react"; +import { Award, Image, Instagram } from "lucide-react"; export default function LandingPage() { return ( @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -140,14 +75,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Photoshop", - "Illustrator", - "InDesign", - "Figma", - "Framer", - "After Effects", - "Blender", - ]} + "Photoshop", "Illustrator", "InDesign", "Figma", "Framer", "After Effects", "Blender"]} title="Creative Arsenal" description="The essential tools and technologies that empower my design process and bring visions to life." showCard={false} @@ -162,52 +90,22 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Quantum Brand Identity", - price: "2024", - imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-stylus-pen-laptop-desktop-close-up_169016-48716.jpg", - imageAlt: "Quantum Brand Identity Project", - isFavorited: true, + id: "1", name: "Quantum Brand Identity", price: "2024", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-stylus-pen-laptop-desktop-close-up_169016-48716.jpg", imageAlt: "Quantum Brand Identity Project", isFavorited: true, }, { - id: "2", - name: "Aura Web Platform", - price: "2023", - imageSrc: "http://img.b2bpic.net/free-photo/light-background-with-sunset-projector-lamp_53876-108157.jpg", - imageAlt: "Aura Web Platform Project", - isFavorited: false, + id: "2", name: "Aura Web Platform", price: "2023", imageSrc: "http://img.b2bpic.net/free-photo/light-background-with-sunset-projector-lamp_53876-108157.jpg", imageAlt: "Aura Web Platform Project", isFavorited: false, }, { - id: "3", - name: "Ember Mobile App", - price: "2024", - imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036884.jpg", - imageAlt: "Ember Mobile App Project", - isFavorited: true, + id: "3", name: "Ember Mobile App", price: "2024", imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036884.jpg", imageAlt: "Ember Mobile App Project", isFavorited: true, }, { - id: "4", - name: "Ignite Campaign", - price: "2023", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-burnt-paper_23-2150158720.jpg", - imageAlt: "Ignite Campaign Project", - isFavorited: false, + id: "4", name: "Ignite Campaign", price: "2023", imageSrc: "http://img.b2bpic.net/free-photo/close-up-burnt-paper_23-2150158720.jpg", imageAlt: "Ignite Campaign Project", isFavorited: false, }, { - id: "5", - name: "Flux Logo Rebrand", - price: "2024", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-papers-with-leaves-shadow_23-2148838817.jpg", - imageAlt: "Flux Logo Rebrand Project", - isFavorited: true, + id: "5", name: "Flux Logo Rebrand", price: "2024", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-papers-with-leaves-shadow_23-2148838817.jpg", imageAlt: "Flux Logo Rebrand Project", isFavorited: true, }, { - id: "6", - name: "Nebula Illustration Series", - price: "2023", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-blue-powder-color-spread-plain-surface_23-2148054329.jpg", - imageAlt: "Nebula Illustration Series Project", - isFavorited: false, + id: "6", name: "Nebula Illustration Series", price: "2023", imageSrc: "http://img.b2bpic.net/free-photo/top-view-blue-powder-color-spread-plain-surface_23-2148054329.jpg", imageAlt: "Nebula Illustration Series Project", isFavorited: false, }, ]} title="Featured Projects" @@ -219,14 +117,11 @@ export default function LandingPage() { @@ -240,23 +135,17 @@ 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"}, ]} /> ); -} +} \ No newline at end of file -- 2.49.1