diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c7189f..f2541c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,22 +47,22 @@ export default function LandingPage() { description="Building scalable systems, driving growth, and delivering excellence across agency operations, brand strategy, and digital transformation." tag="Portfolio" tagIcon={Briefcase} - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/professionals-present-financial-charts-meeting_482257-121150.jpg?_wi=1", imageAlt: "strategy business professional workspace" + imageSrc: "http://img.b2bpic.net/free-photo/professionals-present-financial-charts-meeting_482257-121150.jpg", imageAlt: "strategy business professional workspace" }, { - imageSrc: "http://img.b2bpic.net/free-photo/programmers-data-center-workplace-using-computer-verifying-firewall_482257-123363.jpg?_wi=1", imageAlt: "operations management team collaboration" + imageSrc: "http://img.b2bpic.net/free-photo/programmers-data-center-workplace-using-computer-verifying-firewall_482257-123363.jpg", imageAlt: "operations management team collaboration" }, { - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-marketing-agency-business-card_52683-128522.jpg?_wi=1", imageAlt: "branding design creative agency" + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-marketing-agency-business-card_52683-128522.jpg", imageAlt: "branding design creative agency" }, { - imageSrc: "http://img.b2bpic.net/free-photo/social-media-user-enjoying-innovation-tech-tools-boost-engagement-establishing-unique-brand_482257-136407.jpg?_wi=1", imageAlt: "content social media digital" + imageSrc: "http://img.b2bpic.net/free-photo/social-media-user-enjoying-innovation-tech-tools-boost-engagement-establishing-unique-brand_482257-136407.jpg", imageAlt: "content social media digital" }, { - imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310881.jpg?_wi=1", imageAlt: "marketing outreach leads sales" + imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310881.jpg", imageAlt: "marketing outreach leads sales" } ]} buttons={[ @@ -96,16 +96,16 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Strategy & Operations Lead", price: "Maneuver Studios", variant: "Agency Operations, Growth Systems, Team Leadership", imageSrc: "http://img.b2bpic.net/free-photo/programmers-data-center-workplace-using-computer-verifying-firewall_482257-123363.jpg?_wi=2", imageAlt: "Operations Leadership" + id: "1", name: "Strategy & Operations Lead", price: "Maneuver Studios", variant: "Agency Operations, Growth Systems, Team Leadership", imageSrc: "http://img.b2bpic.net/free-photo/programmers-data-center-workplace-using-computer-verifying-firewall_482257-123363.jpg", imageAlt: "Operations Leadership" }, { - id: "2", name: "Brand & Content Strategist", price: "WebVortex", variant: "Content Planning, Brand Voice, Visual Storytelling", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-marketing-agency-business-card_52683-128522.jpg?_wi=2", imageAlt: "Brand Strategy" + id: "2", name: "Brand & Content Strategist", price: "WebVortex", variant: "Content Planning, Brand Voice, Visual Storytelling", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-marketing-agency-business-card_52683-128522.jpg", imageAlt: "Brand Strategy" }, { - id: "3", name: "Outreach Strategist", price: "WebWorkshop", variant: "B2B Lead Generation, Cold Email, Customer Acquisition", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310881.jpg?_wi=2", imageAlt: "Outreach Strategy" + id: "3", name: "Outreach Strategist", price: "WebWorkshop", variant: "B2B Lead Generation, Cold Email, Customer Acquisition", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310881.jpg", imageAlt: "Outreach Strategy" }, { - id: "4", name: "Content Strategist", price: "Sequorr", variant: "Social Media, Engagement Optimization, UX Integration", imageSrc: "http://img.b2bpic.net/free-photo/social-media-user-enjoying-innovation-tech-tools-boost-engagement-establishing-unique-brand_482257-136407.jpg?_wi=2", imageAlt: "Content Strategy" + id: "4", name: "Content Strategist", price: "Sequorr", variant: "Social Media, Engagement Optimization, UX Integration", imageSrc: "http://img.b2bpic.net/free-photo/social-media-user-enjoying-innovation-tech-tools-boost-engagement-establishing-unique-brand_482257-136407.jpg", imageAlt: "Content Strategy" } ]} /> @@ -216,7 +216,7 @@ export default function LandingPage() {