From d4b5802962897d56f89bb915e2a59d6874d30829 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:48:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 43689b1..7bf122f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -47,8 +47,8 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/group-people-doing-journalism-interview_23-2149032434.jpg?_wi=1", imageAlt: "Street interview scene 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/group-people-doing-journalism-interview_23-2149032434.jpg?_wi=2", imageAlt: "Street interview scene 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/group-people-doing-journalism-interview_23-2149032434.jpg", imageAlt: "Street interview scene 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/group-people-doing-journalism-interview_23-2149032434.jpg", imageAlt: "Street interview scene 2" }, { imageSrc: "http://img.b2bpic.net/free-photo/female-journalist-taking-interview-her-cameraman_23-2149032414.jpg", imageAlt: "Street interview scene 3" }, { imageSrc: "http://img.b2bpic.net/free-photo/professional-equipment-camera-tripod-stand-field-front-prepared-table-evening-time_146671-14420.jpg", imageAlt: "Street interview scene 4" }, { imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-with-electric-scooter-outdoors_23-2149383341.jpg", imageAlt: "Street interview scene 5" } @@ -138,13 +138,13 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "Marketing Director, BrandCo", testimonial: "Talk Street Media completely changed how we connect with our audience. The authenticity is unmatched and our engagement rates tripled.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", handle: "Marketing Director, BrandCo", testimonial: "Talk Street Media completely changed how we connect with our audience. The authenticity is unmatched and our engagement rates tripled.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", handle: "Creative Lead, DigitalFlow", testimonial: "Real human stories that our competitors can't touch. This is the future of advertising—genuine, relatable, and effective.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "Creative Lead, DigitalFlow", testimonial: "Real human stories that our competitors can't touch. This is the future of advertising—genuine, relatable, and effective.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", handle: "CEO, StartupVenture", testimonial: "Our product launch with Talk Street Media generated more buzz than any previous campaign. The ROI was incredible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", handle: "CEO, StartupVenture", testimonial: "Our product launch with Talk Street Media generated more buzz than any previous campaign. The ROI was incredible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez" }, { id: "4", name: "David Kim", handle: "Brand Manager, RetailPro", testimonial: "From concept to execution, their team delivered premium content that felt organic and drove real conversions.", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", imageAlt: "David Kim" @@ -153,7 +153,7 @@ export default function LandingPage() { id: "5", name: "Jessica Walsh", handle: "Communications Manager, TechHub", testimonial: "The street interview format gave our brand a human face. Customers felt connected to our mission in ways we never expected.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Jessica Walsh" }, { - id: "6", name: "Marcus Thompson", handle: "Agency Head, CreativeWorks", testimonial: "Our clients love the authentic edge. Talk Street Media helped us stand out in a crowded market.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Marcus Thompson" + id: "6", name: "Marcus Thompson", handle: "Agency Head, CreativeWorks", testimonial: "Our clients love the authentic edge. Talk Street Media helped us stand out in a crowded market.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson" } ]} animationType="slide-up" @@ -189,7 +189,7 @@ export default function LandingPage() { description="Let's discuss how authentic street interview advertising can transform your brand's marketing strategy and connect you with real audiences." tagIcon={MessageSquare} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/code-testing-quality-assurance-done-computers-startup-workplace_482257-118649.jpg" imageAlt="Talk Street Media office" @@ -215,4 +215,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file