diff --git a/src/app/page.tsx b/src/app/page.tsx
index 931f426..62e692f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,8 +9,7 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterCard from '@/components/sections/footer/FooterCard';
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 TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Coffee, Heart, Instagram, Linkedin, Twitter, Users } from "lucide-react";
export default function LandingPage() {
@@ -31,11 +30,14 @@ export default function LandingPage() {
@@ -75,42 +86,39 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- { id: "f1", 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: "f2", 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: "f3", 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" },
+ {
+ 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="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."
/>
-
-
-
-
-
@@ -119,9 +127,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
- { id: "1", title: "Is membership free?", content: "Basic membership is free, with premium event access." },
- { id: "2", title: "How do you ensure safety?", content: "All profiles are verified and moderators oversee meetings." },
- { id: "3", title: "Can I host events?", content: "Yes! We encourage members to suggest and host activities." },
+ {
+ id: "1", title: "Is membership free?", content: "Basic membership is free, with premium event access."},
+ {
+ id: "2", title: "How do you ensure safety?", content: "All profiles are verified and moderators oversee meetings."},
+ {
+ id: "3", title: "Can I host events?", content: "Yes! We encourage members to suggest and host activities."},
]}
title="Frequently Asked Questions"
description="Common questions about how our community works."
@@ -132,7 +143,8 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}