Update src/app/page.tsx

This commit is contained in:
2026-04-03 19:58:16 +00:00
parent 3d017e6ca0
commit 643079af40

View File

@@ -11,8 +11,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TimelinePhoneView from '@/components/cardStack/layouts/timelines/TimelinePhoneView';
import ContactText from '@/components/sections/contact/ContactText';
import { Coffee, Heart, Instagram, Linkedin, MessageCircle, Twitter, Users } from "lucide-react";
import { Coffee, Heart, Instagram, Linkedin, Twitter, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -76,9 +75,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{ id: 1, title: "Verified Profiles", description: "Connect with real people in a safe, moderated environment.", imageSrc: "http://img.b2bpic.net/free-photo/paper-style-soccer-match_23-2148930673.jpg?_wi=1" },
{ id: 2, title: "Group Activities", description: "From book clubs to hiking trips, find activities you love.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m9oy0o&_wi=1" },
{ id: 3, title: "Safe & Inclusive", description: "We prioritize kindness and inclusivity for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/transportation-concept-with-people-bicycles_23-2148996430.jpg?_wi=1" },
{ title: "Verified Profiles", description: "Connect with real people in a safe, moderated environment.", imageSrc: "http://img.b2bpic.net/free-photo/paper-style-soccer-match_23-2148930673.jpg?_wi=1" },
{ title: "Group Activities", description: "From book clubs to hiking trips, find activities you love.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m9oy0o&_wi=1" },
{ title: "Safe & Inclusive", description: "We prioritize kindness and inclusivity for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/transportation-concept-with-people-bicycles_23-2148996430.jpg?_wi=1" },
]}
title="Everything for Your Community"
description="We provide the platform, the tools, and the safe space for you to meet like-minded friends and grow your circle."
@@ -90,6 +89,8 @@ export default function LandingPage() {
title="Shared Moments"
description="A timeline of cherished memories and milestones created by our community members."
textboxLayout="split-description"
animationType="slide-up"
useInvertedBackground={false}
items={[
{ trigger: "First Meetup", content: "The moment it all started with coffee and conversation.", imageOne: "http://img.b2bpic.net/free-photo/friends-enjoying-some-barbecue-outdoors_23-2148733601.jpg?_wi=1" },
{ trigger: "Weekend Hike", content: "Discovering new trails and stronger bonds together.", imageOne: "http://img.b2bpic.net/free-photo/transportation-concept-with-people-bicycles_23-2148996430.jpg?_wi=1" },
@@ -104,6 +105,7 @@ export default function LandingPage() {
description="Words from our members that define the spirit of Kindred."
animationType="slide-up"
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Maya A.", handle: "@maya_friends", testimonial: "A real friend is one who walks in when the rest of the world walks out." },
{ id: "2", name: "Sam J.", handle: "@sam_adventures", testimonial: "Friendship is born at that moment when one person says to another: What! You too? I thought I was the only one." },