From cd2d701607b228214f09c46615aa774bda5c68ad Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:06:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 84b59fe..4c30920 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="mediumLargeSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -44,7 +44,7 @@ export default function LandingPage() { title="Amplify Your Brand's Social Impact" description="We craft data-driven social media strategies that turn followers into loyal customers. From content creation to community management, we handle the full spectrum of your digital presence." tag="Social Media Experts" - background={{ variant: "fluid" }} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg" imageAlt="Social media agency team" imagePosition="right" @@ -57,13 +57,13 @@ export default function LandingPage() { testimonials={[ { name: "Emma Richardson", handle: "CEO, TechVenture", testimonial: "SocialFlow transformed our online presence completely. Our engagement tripled in just three months.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, { name: "Marcus Johnson", handle: "Founder, Growth Labs", testimonial: "Professional, creative, and results-oriented. They truly understand social media strategy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, { name: "Sophia Chen", handle: "Marketing Director, StyleCo", testimonial: "Outstanding content creators. Our brand story has never been told better.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, ]} /> @@ -173,17 +173,17 @@ export default function LandingPage() { cardAnimation="blur-reveal" testimonials={[ { - id: "1", name: "Sarah Anderson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"}, + id: "1", name: "Sarah Anderson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, { - id: "2", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"}, + id: "2", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, { - id: "3", name: "Lisa Wong", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6"}, + id: "3", name: "Lisa Wong", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, { - id: "4", name: "Michael Brown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7"}, + id: "4", name: "Michael Brown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, { - id: "5", name: "Jessica Rivera", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8"}, + id: "5", name: "Jessica Rivera", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, { - id: "6", name: "James Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9"}, + id: "6", name: "James Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, ]} /> -- 2.49.1