Update src/app/portfolio/page.tsx

This commit is contained in:
2026-03-02 23:51:27 +00:00
parent eef313fe68
commit a865ed0b1e

View File

@@ -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}
/>
</div>
@@ -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" },