Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user