diff --git a/src/app/page.tsx b/src/app/page.tsx index a706f72..27dda4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -120,13 +123,17 @@ export default function LandingPage() { tagAnimation="blur-reveal" accordionItems={[ { - id: "1", title: "UI/UX Design", content: "Specializing in user-centered design, wireframing, prototyping, and interaction design. I create intuitive interfaces that users love."}, + id: "1", title: "UI/UX Design", content: "Specializing in user-centered design, wireframing, prototyping, and interaction design. I create intuitive interfaces that users love." + }, { - id: "2", title: "Web Development", content: "Full-stack development expertise with React, Next.js, and modern JavaScript. Building responsive, performant web applications."}, + id: "2", title: "Web Development", content: "Full-stack development expertise with React, Next.js, and modern JavaScript. Building responsive, performant web applications." + }, { - id: "3", title: "Brand Strategy", content: "Developing comprehensive brand identities, visual systems, and messaging strategies that resonate with target audiences."}, + id: "3", title: "Brand Strategy", content: "Developing comprehensive brand identities, visual systems, and messaging strategies that resonate with target audiences." + }, { - id: "4", title: "Digital Marketing", content: "SEO optimization, content strategy, and analytics-driven marketing to ensure your message reaches the right people."}, + id: "4", title: "Digital Marketing", content: "SEO optimization, content strategy, and analytics-driven marketing to ensure your message reaches the right people." + }, ]} buttons={[{ text: "Let's Collaborate", href: "contact" }]} buttonAnimation="blur-reveal" @@ -145,13 +152,17 @@ export default function LandingPage() { author="Alex Johnson, CEO at TechFlow" avatars={[ { - src: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", alt: "Alex Johnson"}, + src: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", alt: "Alex Johnson" + }, { - src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", alt: "Client 2"}, + src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", alt: "Client 2" + }, { - src: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", alt: "Client 3"}, + src: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", alt: "Client 3" + }, { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 4"}, + src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 4" + }, ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -167,7 +178,7 @@ export default function LandingPage() { { text: "Send Me an Email", href: "mailto:safwan@example.com" }, { text: "Schedule a Call", href: "#" }, ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "noise" }} useInvertedBackground={false} />