From a865ed0b1e059f533f49e743c02aed2b3cd41fda Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 23:51:27 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 54 +++++++++----------------------------- 1 file changed, 12 insertions(+), 42 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 94f5d9c..85571d7 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -34,7 +34,7 @@ export default function PortfolioPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -46,9 +46,7 @@ export default function PortfolioPage() { brandName="Sonic Motion" navItems={navItems} button={{ - text: "Book Your Event", - href: "#contact", - }} + text: "Book Your Event", href: "#contact"}} animateOnLoad={true} /> @@ -63,45 +61,21 @@ export default function PortfolioPage() { animationType="slide-up" testimonials={[ { - id: "1", - name: "Marcus Chen", - role: "Venue Owner", - company: "Electric Underground", - rating: 5, + id: "1", name: "Marcus Chen", role: "Venue Owner", company: "Electric Underground", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", - imageAlt: "Marcus Chen portrait", - }, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Chen portrait"}, { - id: "2", - name: "Sarah Martinez", - role: "Event Promoter", - company: "Pulse Events Co.", - rating: 5, + id: "2", name: "Sarah Martinez", role: "Event Promoter", company: "Pulse Events Co.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", - imageAlt: "Sarah Martinez portrait", - }, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Martinez portrait"}, { - id: "3", - name: "David Park", - role: "Marketing Director", - company: "NightLife Ventures", - rating: 5, + id: "3", name: "David Park", role: "Marketing Director", company: "NightLife Ventures", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9", - imageAlt: "David Park portrait", - }, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park portrait"}, { - id: "4", - name: "Jessica Thompson", - role: "Brand Manager", - company: "Urban Lifestyle Inc.", - rating: 5, + id: "4", name: "Jessica Thompson", role: "Brand Manager", company: "Urban Lifestyle Inc.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=10", - imageAlt: "Jessica Thompson portrait", - }, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Thompson portrait"}, ]} kpiItems={[ { value: "500+", label: "Successful Events" }, @@ -139,9 +113,7 @@ export default function PortfolioPage() { buttons={[ { text: "Book DJ Event", href: "mailto:events@sonicmotion.com" }, { - text: "Start Marketing Campaign", - href: "mailto:marketing@sonicmotion.com", - }, + text: "Start Marketing Campaign", href: "mailto:marketing@sonicmotion.com"}, ]} buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} @@ -157,9 +129,7 @@ export default function PortfolioPage() { socialLinks={[ { icon: Instagram, - href: "https://instagram.com", - ariaLabel: "Instagram", - }, + href: "https://instagram.com", ariaLabel: "Instagram"}, { icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" }, { icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" }, { icon: Music, href: "https://soundcloud.com", ariaLabel: "SoundCloud" },