Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-01-19 12:58:29 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -65,7 +65,7 @@ export default function LandingPage() {
{ type: "text", content: "meaningful friendships" },
{ type: "text", content: "and discover social activities." }
]}
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
buttons={[
{ text: "Explore Features", href: "#features" }
]}
@@ -98,13 +98,12 @@ export default function LandingPage() {
id: 3,
title: "Connect & Enjoy", description: "Connect with new friends and participate in activities together. Build meaningful relationships at your own pace.", imageSrc: "https://img.b2bpic.net/free-photo/cheers-with-beer-summer-party-park_53876-127318.jpg", imageAlt: "Connect and enjoy activities illustration"
}
]}
]
ariaLabel="Features section - How ConnectHub works"
className="w-full"
containerClassName="max-w-7xl mx-auto px-4 py-20"
textBoxClassName="mb-16"
titleClassName="text-3xl md:text-4xl font-light"
descriptionClassName="text-lg mt-4"
cardTitleClassName="text-3xl md:text-4xl font-light"
/>
</div>
@@ -114,7 +113,7 @@ export default function LandingPage() {
description="Join thousands of people who have found meaningful connections"
tag="Stats"
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
animationType="slide-up"
gridVariant="uniform-all-items-equal"
metrics={[
@@ -130,12 +129,12 @@ export default function LandingPage() {
{
id: "4", value: "98%", title: "Member Satisfaction", items: ["Positive feedback", "Strong retention rate"]
}
]}
]
ariaLabel="Metrics section - ConnectHub impact statistics"
className="w-full"
containerClassName="max-w-7xl mx-auto px-4 py-20"
textBoxClassName="mb-16"
titleClassName="text-3xl md:text-4xl font-light"
textBoxTitleClassName="text-3xl md:text-4xl font-light"
/>
</div>
@@ -173,12 +172,12 @@ export default function LandingPage() {
id: "6", name: "Alex Thompson", handle: "@alex_t", testimonial: "ConnectHub fills a real gap in helping people overcome loneliness. The experience has been smooth, the people are genuine, and the friendships are authentic.", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Alex Thompson portrait"
}
]}
]
ariaLabel="Testimonials section - Member stories"
className="w-full"
containerClassName="max-w-7xl mx-auto px-4 py-20"
textBoxClassName="mb-16"
titleClassName="text-3xl md:text-4xl font-light"
textBoxTitleClassName="text-3xl md:text-4xl font-light"
cardClassName="h-full"
/>
</div>
@@ -189,7 +188,7 @@ export default function LandingPage() {
description="Everything you need to know about ConnectHub and how it works"
tag="Help"
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
animationType="smooth"
faqs={[
{
@@ -210,12 +209,12 @@ export default function LandingPage() {
{
id: "6", title: "How do I know if someone is genuinely interested in friendship?", content: "All ConnectHub members have verified profiles and genuine intentions. Our community guidelines and moderation ensure a safe, friendly environment for everyone."
}
]}
]
ariaLabel="FAQ section - ConnectHub questions"
className="w-full"
containerClassName="max-w-4xl mx-auto px-4 py-20"
textBoxClassName="mb-12"
titleClassName="text-3xl md:text-4xl font-light"
textBoxTitleClassName="text-3xl md:text-4xl font-light"
/>
</div>