From c74b1300c48118e81977fd0c40a5da37acc56e48 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:03:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f38c75..2246a2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Sparkles, Zap, Film, Cube, Mail } from 'lucide-react'; +import { Sparkles, Zap, Film, Box, Mail, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Creative Showcase" tagIcon={Sparkles} tagAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=drhe97&_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=drhe97" imageAlt="Motion graphics and 3D animation showcase" showBlur={true} showDimOverlay={false} @@ -68,7 +68,7 @@ export default function LandingPage() { tag="About Me" tagIcon={Zap} tagAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=drhe97&_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=drhe97" imageAlt="Creative design workspace and inspiration" useInvertedBackground={false} buttons={[ @@ -125,7 +125,7 @@ export default function LandingPage() { title="Skills & Expertise" description="Proficient in industry-standard software and techniques, combining technical mastery with artistic vision to create compelling visual narratives." tag="Technical Skills" - tagIcon={Cube} + tagIcon={Box} tagAnimation="slide-up" textboxLayout="split" animationType="blur-reveal" @@ -153,7 +153,7 @@ export default function LandingPage() { title="What Educators & Peers Say" description="Recognition from teachers, mentors, and collaborators who have witnessed the creative impact and technical dedication behind each project." tag="Testimonials" - tagIcon={Sparkles} + tagIcon={Star} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1