From da3222849fa37323200549791a5cd5d3bcc4fdcc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 20:00:53 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 112 +++++++++++++++++++++++++++-------------------- 1 file changed, 65 insertions(+), 47 deletions(-) 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() { -
- -
-
-
@@ -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 +}