Update src/app/portfolio/page.tsx

This commit is contained in:
2026-01-22 20:21:51 +00:00
parent 1c36a66880
commit d3004a7384

View File

@@ -31,8 +31,7 @@ export default function PortfolioPage() {
{ name: "Contact", id: "/contact" } { name: "Contact", id: "/contact" }
]} ]}
button={{ button={{
text: "Get Started", text: "Get Started", href: "/contact"
href: "/contact"
}} }}
/> />
</div> </div>
@@ -45,34 +44,16 @@ export default function PortfolioPage() {
tagIcon={Award} tagIcon={Award}
products={[ products={[
{ {
id: "1", id: "1", brand: "TechVision", name: "Complete SaaS Platform Redesign", price: "8-week engagement", rating: 5,
brand: "TechVision", reviewCount: "Featured", imageSrc: "https://img.b2bpic.net/free-photo/grand-parent-learning-use-digital-divice_23-2149214556.jpg", imageAlt: "TechVision SaaS platform interface redesign showcase"
name: "Complete SaaS Platform Redesign",
price: "8-week engagement",
rating: 5,
reviewCount: "Featured",
imageSrc: "https://img.b2bpic.net/free-photo/grand-parent-learning-use-digital-divice_23-2149214556.jpg",
imageAlt: "TechVision SaaS platform interface redesign showcase"
}, },
{ {
id: "2", id: "2", brand: "Aurora Digital", name: "Mobile-First Experience Design", price: "12-week project", rating: 5,
brand: "Aurora Digital", reviewCount: "Award Winner", imageSrc: "https://img.b2bpic.net/free-photo/side-view-man-working-desk_23-2149930959.jpg", imageAlt: "Aurora Digital mobile application UI design"
name: "Mobile-First Experience Design",
price: "12-week project",
rating: 5,
reviewCount: "Award Winner",
imageSrc: "https://img.b2bpic.net/free-photo/side-view-man-working-desk_23-2149930959.jpg",
imageAlt: "Aurora Digital mobile application UI design"
}, },
{ {
id: "3", id: "3", brand: "Luxe Brands Co", name: "End-to-End Brand Identity", price: "6-week project", rating: 5,
brand: "Luxe Brands Co", reviewCount: "Featured", imageSrc: "https://img.b2bpic.net/free-photo/web-design-online-technology-content-concept_53876-123927.jpg", imageAlt: "Luxe Brands comprehensive branding solution"
name: "End-to-End Brand Identity",
price: "6-week project",
rating: 5,
reviewCount: "Featured",
imageSrc: "https://img.b2bpic.net/free-photo/web-design-online-technology-content-concept_53876-123927.jpg",
imageAlt: "Luxe Brands comprehensive branding solution"
} }
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -107,34 +88,16 @@ export default function PortfolioPage() {
tagIcon={Award} tagIcon={Award}
products={[ products={[
{ {
id: "4", id: "4", brand: "StartupLaunch", name: "MVP Development & Launch", price: "10-week sprint", rating: 5,
brand: "StartupLaunch", reviewCount: "Live", imageSrc: "https://img.b2bpic.net/free-vector/infographic-dashboard-user-panel_52683-30026.jpg", imageAlt: "StartupLaunch MVP platform development"
name: "MVP Development & Launch",
price: "10-week sprint",
rating: 5,
reviewCount: "Live",
imageSrc: "https://img.b2bpic.net/free-vector/infographic-dashboard-user-panel_52683-30026.jpg",
imageAlt: "StartupLaunch MVP platform development"
}, },
{ {
id: "5", id: "5", brand: "RetailMax", name: "E-commerce Platform Redesign", price: "14-week project", rating: 5,
brand: "RetailMax", reviewCount: "Launched", imageSrc: "https://img.b2bpic.net/free-photo/disabled-man-wheelchair-working-his-office-job_23-2149571107.jpg", imageAlt: "RetailMax e-commerce platform redesign"
name: "E-commerce Platform Redesign",
price: "14-week project",
rating: 5,
reviewCount: "Launched",
imageSrc: "https://img.b2bpic.net/free-photo/disabled-man-wheelchair-working-his-office-job_23-2149571107.jpg",
imageAlt: "RetailMax e-commerce platform redesign"
}, },
{ {
id: "6", id: "6", brand: "HealthTech Solutions", name: "Healthcare Dashboard System", price: "16-week build", rating: 5,
brand: "HealthTech Solutions", reviewCount: "Active", imageSrc: "https://img.b2bpic.net/free-vector/abstract-geometric-memphis-background_1409-1845.jpg", imageAlt: "HealthTech healthcare dashboard interface"
name: "Healthcare Dashboard System",
price: "16-week build",
rating: 5,
reviewCount: "Active",
imageSrc: "https://img.b2bpic.net/free-vector/abstract-geometric-memphis-background_1409-1845.jpg",
imageAlt: "HealthTech healthcare dashboard interface"
} }
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -152,8 +115,7 @@ export default function PortfolioPage() {
copyrightText="© 2025 Webild Studio. All rights reserved." copyrightText="© 2025 Webild Studio. All rights reserved."
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Brand Design", href: "/services" }, { label: "Brand Design", href: "/services" },
{ label: "Web Development", href: "/services" }, { label: "Web Development", href: "/services" },
{ label: "Mobile Apps", href: "/services" }, { label: "Mobile Apps", href: "/services" },
@@ -161,8 +123,7 @@ export default function PortfolioPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" }, { label: "Our Team", href: "/about" },
{ label: "Portfolio", href: "/portfolio" }, { label: "Portfolio", href: "/portfolio" },
@@ -170,8 +131,7 @@ export default function PortfolioPage() {
] ]
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "Contact", href: "/contact" }, { label: "Contact", href: "/contact" },
{ label: "LinkedIn", href: "https://linkedin.com" }, { label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" }, { label: "Twitter", href: "https://twitter.com" },