Update src/app/page.tsx

This commit is contained in:
2026-03-04 21:26:33 +00:00
parent 96054a9358
commit d5ca6ea9a8

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="mediumLarge"
background="floatingGradient"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -54,13 +54,13 @@ export default function LandingPage() {
testimonials={[
{
name: "Marcus Chen", handle: "Entrepreneur, Tech", testimonial: "This community changed how I think about wellness and success. Found my people here.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Chen"},
{
name: "Sophia Rodriguez", handle: "Artist, Creative Director", testimonial: "Incredible support network of people who get it. No judgment, just genuine connection.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sophia Rodriguez"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sophia Rodriguez"},
{
name: "David Kim", handle: "CEO, Startup Founder", testimonial: "Best decision I made this year. The insights from this community are invaluable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Kim"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -69,7 +69,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#about" },
]}
buttonAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
/>
</div>
@@ -123,23 +123,17 @@ export default function LandingPage() {
showRating={true}
testimonials={[
{
id: "1", name: "Jennifer Walsh", handle: "@jen_innovation", testimonial: "Found my tribe here. People who understand that success and wellness go hand-in-hand. The conversations are authentic and incredibly valuable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Jennifer Walsh"},
id: "1", name: "Jennifer Walsh", handle: "@jen_innovation", testimonial: "Found my tribe here. People who understand that success and wellness go hand-in-hand. The conversations are authentic and incredibly valuable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer Walsh"},
{
id: "2", name: "Alex Thompson", handle: "@alex_creates", testimonial: "This community restored my confidence. No longer feeling isolated. Now I'm surrounded by successful people with the same values.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Alex Thompson"},
id: "2", name: "Alex Thompson", handle: "@alex_creates", testimonial: "This community restored my confidence. No longer feeling isolated. Now I'm surrounded by successful people with the same values.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alex Thompson"},
{
id: "3", name: "Patricia Morales", handle: "@patricia_leads", testimonial: "The mentorship opportunities alone are worth it. Connected with people who elevated my game professionally and personally.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Patricia Morales"},
id: "3", name: "Patricia Morales", handle: "@patricia_leads", testimonial: "The mentorship opportunities alone are worth it. Connected with people who elevated my game professionally and personally.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Patricia Morales"},
{
id: "4", name: "Michael Zhang", handle: "@michael_ventures", testimonial: "Built my best friendships and business connections here. Real people, real conversations, zero pretense.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", imageAlt: "Michael Zhang"},
id: "4", name: "Michael Zhang", handle: "@michael_ventures", testimonial: "Built my best friendships and business connections here. Real people, real conversations, zero pretense.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Zhang"},
{
id: "5", name: "Sarah Bennett", handle: "@sarah_wellness", testimonial: "The wellness perspective here is refreshing. People who care about their health AND their happiness. Best investment in myself.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", imageAlt: "Sarah Bennett"},
id: "5", name: "Sarah Bennett", handle: "@sarah_wellness", testimonial: "The wellness perspective here is refreshing. People who care about their health AND their happiness. Best investment in myself.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Bennett"},
{
id: "6", name: "James Rodriguez", handle: "@james_entrepreneur", testimonial: "Surrounded by driven people who actually get it. The energy here is unlike anything I've experienced.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9", imageAlt: "James Rodriguez"},
id: "6", name: "James Rodriguez", handle: "@james_entrepreneur", testimonial: "Surrounded by driven people who actually get it. The energy here is unlike anything I've experienced.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Rodriguez"},
]}
animationType="slide-up"
/>
@@ -204,7 +198,7 @@ export default function LandingPage() {
{ text: "Join the Community", href: "https://example.com/join" },
{ text: "Schedule a Call", href: "https://example.com/schedule" },
]}
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>