From 858d991ca9d0ccc4e7de55cdf22eb7c0dc52fa99 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 06:19:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86fc285..1731b20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Welcome to my portfolio" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} buttons={[ { text: "Explore My Work", href: "#work" }, { text: "View Case Studies", href: "#casestudies" } @@ -167,16 +167,16 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "metric1", value: "3+", title: "Internship Programs", description: "Design & development roles at innovative companies", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9UJmNLw4gDN1qz9aTKytQHrY5/professional-internship-workspace-scene--1773901051034-b4794b8e.png?_wi=1", imageAlt: "Internship workspace" + id: "metric1", value: "3+", title: "Internship Programs", description: "Design & development roles at innovative companies", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9UJmNLw4gDN1qz9aTKytQHrY5/professional-internship-workspace-scene--1773901051034-b4794b8e.png", imageAlt: "Internship workspace" }, { - id: "metric2", value: "15+", title: "Projects Delivered", description: "Client and internal projects from concept to launch", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9UJmNLw4gDN1qz9aTKytQHrY5/professional-internship-workspace-scene--1773901051034-b4794b8e.png?_wi=2", imageAlt: "Project delivery" + id: "metric2", value: "15+", title: "Projects Delivered", description: "Client and internal projects from concept to launch", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9UJmNLw4gDN1qz9aTKytQHrY5/professional-internship-workspace-scene--1773901051034-b4794b8e.png", imageAlt: "Project delivery" }, { - id: "metric3", value: "100%", title: "Client Satisfaction", description: "Consistent positive feedback on design quality and collaboration", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9UJmNLw4gDN1qz9aTKytQHrY5/professional-internship-workspace-scene--1773901051034-b4794b8e.png?_wi=3", imageAlt: "Client testimonials" + id: "metric3", value: "100%", title: "Client Satisfaction", description: "Consistent positive feedback on design quality and collaboration", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9UJmNLw4gDN1qz9aTKytQHrY5/professional-internship-workspace-scene--1773901051034-b4794b8e.png", imageAlt: "Client testimonials" }, { - id: "metric4", value: "6+", title: "Skills Mastered", description: "From UI/UX design to full-stack web development", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9UJmNLw4gDN1qz9aTKytQHrY5/professional-internship-workspace-scene--1773901051034-b4794b8e.png?_wi=4", imageAlt: "Technical skills" + id: "metric4", value: "6+", title: "Skills Mastered", description: "From UI/UX design to full-stack web development", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9UJmNLw4gDN1qz9aTKytQHrY5/professional-internship-workspace-scene--1773901051034-b4794b8e.png", imageAlt: "Technical skills" } ]} animationType="scale-rotate" @@ -216,7 +216,7 @@ export default function LandingPage() { tag="Get In Touch" title="Ready to collaborate?" description="Let's discuss how we can create something amazing together. Whether you're looking for design expertise, development skills, or creative collaboration, I'm excited to explore new opportunities." - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} tagIcon={Mail} tagAnimation="slide-up" useInvertedBackground={false}