Update src/app/page.tsx
This commit is contained in:
@@ -57,6 +57,7 @@ export default function PortfolioPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
title="About Me"
|
||||
useInvertedBackground={false}
|
||||
description={["I am a passionate software developer with a focus on building scalable web applications. My background spans across front-end design and back-end architecture.", "I believe in clean code and collaborative growth, consistently looking for new ways to optimize user experiences."]}
|
||||
/>
|
||||
</div>
|
||||
@@ -66,7 +67,9 @@ export default function PortfolioPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Technical Expertise"
|
||||
description="A showcase of professional milestones and core competencies."
|
||||
metrics={[
|
||||
{ id: "1", value: "5+", title: "Years Experience", description: "Dedicated software development journey", icon: Briefcase },
|
||||
{ id: "2", value: "50+", title: "Projects Completed", description: "Diverse industry solutions", icon: Code },
|
||||
@@ -82,6 +85,8 @@ export default function PortfolioPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
description="Curated list of technical projects demonstrating diverse problem-solving skills."
|
||||
products={[
|
||||
{ id: "1", name: "Design System", price: "Web App", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bz1b2AeRyCotz14hcA8uNu1UwL/uploaded-1775477316015-42qlt5vo.jpg" },
|
||||
{ id: "2", name: "E-commerce Platform", price: "SaaS", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bz1b2AeRyCotz14hcA8uNu1UwL/uploaded-1775477316015-42qlt5vo.jpg" },
|
||||
@@ -95,6 +100,8 @@ export default function PortfolioPage() {
|
||||
title="Client Stories"
|
||||
textboxLayout="split"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
description="Feedback from clients regarding previous collaborations and project outcomes."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex P.", role: "Founder", testimonial: "Fantastic work. Understood the requirements instantly and delivered high-quality results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bz1b2AeRyCotz14hcA8uNu1UwL/uploaded-1775477316015-42qlt5vo.jpg" }
|
||||
]}
|
||||
@@ -105,6 +112,7 @@ export default function PortfolioPage() {
|
||||
<ContactSplitForm
|
||||
title="Let's Connect"
|
||||
description="Open for new projects and collaborations. Reach out to discuss how we can work together."
|
||||
useInvertedBackground={false}
|
||||
inputs={[{ name: "name", type: "text", placeholder: "Name" }, { name: "email", type: "email", placeholder: "Email" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bz1b2AeRyCotz14hcA8uNu1UwL/uploaded-1775477316015-42qlt5vo.jpg"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user