Merge version_1 into main #2
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user