Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||||
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
|||||||
{ type: "text", content: "meaningful friendships" },
|
{ type: "text", content: "meaningful friendships" },
|
||||||
{ type: "text", content: "and discover social activities." }
|
{ type: "text", content: "and discover social activities." }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Features", href: "#features" }
|
{ text: "Explore Features", href: "#features" }
|
||||||
]}
|
]}
|
||||||
@@ -98,13 +98,12 @@ export default function LandingPage() {
|
|||||||
id: 3,
|
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"
|
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"
|
ariaLabel="Features section - How ConnectHub works"
|
||||||
className="w-full"
|
className="w-full"
|
||||||
containerClassName="max-w-7xl mx-auto px-4 py-20"
|
containerClassName="max-w-7xl mx-auto px-4 py-20"
|
||||||
textBoxClassName="mb-16"
|
textBoxClassName="mb-16"
|
||||||
titleClassName="text-3xl md:text-4xl font-light"
|
cardTitleClassName="text-3xl md:text-4xl font-light"
|
||||||
descriptionClassName="text-lg mt-4"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -114,7 +113,7 @@ export default function LandingPage() {
|
|||||||
description="Join thousands of people who have found meaningful connections"
|
description="Join thousands of people who have found meaningful connections"
|
||||||
tag="Stats"
|
tag="Stats"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
metrics={[
|
metrics={[
|
||||||
@@ -130,12 +129,12 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "4", value: "98%", title: "Member Satisfaction", items: ["Positive feedback", "Strong retention rate"]
|
id: "4", value: "98%", title: "Member Satisfaction", items: ["Positive feedback", "Strong retention rate"]
|
||||||
}
|
}
|
||||||
]}
|
]
|
||||||
ariaLabel="Metrics section - ConnectHub impact statistics"
|
ariaLabel="Metrics section - ConnectHub impact statistics"
|
||||||
className="w-full"
|
className="w-full"
|
||||||
containerClassName="max-w-7xl mx-auto px-4 py-20"
|
containerClassName="max-w-7xl mx-auto px-4 py-20"
|
||||||
textBoxClassName="mb-16"
|
textBoxClassName="mb-16"
|
||||||
titleClassName="text-3xl md:text-4xl font-light"
|
textBoxTitleClassName="text-3xl md:text-4xl font-light"
|
||||||
/>
|
/>
|
||||||
</div>
|
</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,
|
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"
|
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"
|
ariaLabel="Testimonials section - Member stories"
|
||||||
className="w-full"
|
className="w-full"
|
||||||
containerClassName="max-w-7xl mx-auto px-4 py-20"
|
containerClassName="max-w-7xl mx-auto px-4 py-20"
|
||||||
textBoxClassName="mb-16"
|
textBoxClassName="mb-16"
|
||||||
titleClassName="text-3xl md:text-4xl font-light"
|
textBoxTitleClassName="text-3xl md:text-4xl font-light"
|
||||||
cardClassName="h-full"
|
cardClassName="h-full"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -189,7 +188,7 @@ export default function LandingPage() {
|
|||||||
description="Everything you need to know about ConnectHub and how it works"
|
description="Everything you need to know about ConnectHub and how it works"
|
||||||
tag="Help"
|
tag="Help"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="smooth"
|
animationType="smooth"
|
||||||
faqs={[
|
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."
|
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"
|
ariaLabel="FAQ section - ConnectHub questions"
|
||||||
className="w-full"
|
className="w-full"
|
||||||
containerClassName="max-w-4xl mx-auto px-4 py-20"
|
containerClassName="max-w-4xl mx-auto px-4 py-20"
|
||||||
textBoxClassName="mb-12"
|
textBoxClassName="mb-12"
|
||||||
titleClassName="text-3xl md:text-4xl font-light"
|
textBoxTitleClassName="text-3xl md:text-4xl font-light"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user