Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -48,13 +48,6 @@ export default function LandingPage() {
|
|||||||
imageAlt="Friends gathering together in a social setting"
|
imageAlt="Friends gathering together in a social setting"
|
||||||
frameStyle="card"
|
frameStyle="card"
|
||||||
logoLineHeight={1.2}
|
logoLineHeight={1.2}
|
||||||
ariaLabel="Hero section - ConnectHub social connection platform"
|
|
||||||
className="w-full"
|
|
||||||
containerClassName="max-w-7xl mx-auto px-4 py-16"
|
|
||||||
logoClassName="font-light"
|
|
||||||
descriptionClassName="text-lg md:text-xl leading-relaxed"
|
|
||||||
buttonClassName="text-sm md:text-base"
|
|
||||||
buttonTextClassName="font-medium"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -69,11 +62,6 @@ export default function LandingPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Features", href: "#features" }
|
{ text: "Explore Features", href: "#features" }
|
||||||
]}
|
]}
|
||||||
ariaLabel="About section - ConnectHub mission"
|
|
||||||
className="w-full"
|
|
||||||
containerClassName="max-w-7xl mx-auto px-4 py-16"
|
|
||||||
headingClassName="text-3xl md:text-4xl font-light leading-relaxed"
|
|
||||||
buttonContainerClassName="mt-8"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -99,11 +87,6 @@ export default function LandingPage() {
|
|||||||
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"
|
|
||||||
className="w-full"
|
|
||||||
containerClassName="max-w-7xl mx-auto px-4 py-20"
|
|
||||||
textBoxClassName="mb-16"
|
|
||||||
cardTitleClassName="text-3xl md:text-4xl font-light"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -130,11 +113,6 @@ 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"
|
|
||||||
className="w-full"
|
|
||||||
containerClassName="max-w-7xl mx-auto px-4 py-20"
|
|
||||||
textBoxClassName="mb-16"
|
|
||||||
textBoxTitleClassName="text-3xl md:text-4xl font-light"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -173,12 +151,6 @@ export default function LandingPage() {
|
|||||||
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"
|
|
||||||
className="w-full"
|
|
||||||
containerClassName="max-w-7xl mx-auto px-4 py-20"
|
|
||||||
textBoxClassName="mb-16"
|
|
||||||
textBoxTitleClassName="text-3xl md:text-4xl font-light"
|
|
||||||
cardClassName="h-full"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -210,11 +182,6 @@ 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"
|
|
||||||
className="w-full"
|
|
||||||
containerClassName="max-w-4xl mx-auto px-4 py-20"
|
|
||||||
textBoxClassName="mb-12"
|
|
||||||
textBoxTitleClassName="text-3xl md:text-4xl font-light"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -231,12 +198,6 @@ export default function LandingPage() {
|
|||||||
inputPlaceholder="your@email.com"
|
inputPlaceholder="your@email.com"
|
||||||
buttonText="Join Now"
|
buttonText="Join Now"
|
||||||
termsText="We respect your privacy. Unsubscribe anytime."
|
termsText="We respect your privacy. Unsubscribe anytime."
|
||||||
ariaLabel="Newsletter signup section"
|
|
||||||
className="w-full"
|
|
||||||
containerClassName="max-w-7xl mx-auto px-4 py-20"
|
|
||||||
contentClassName="flex flex-col md:flex-row gap-12 items-center"
|
|
||||||
titleClassName="text-3xl md:text-4xl font-light leading-relaxed"
|
|
||||||
descriptionClassName="text-lg mt-4 leading-relaxed"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -249,11 +210,7 @@ export default function LandingPage() {
|
|||||||
{ icon: Linkedin, href: "https://linkedin.com/company/connecthub", ariaLabel: "Connect with ConnectHub on LinkedIn" },
|
{ icon: Linkedin, href: "https://linkedin.com/company/connecthub", ariaLabel: "Connect with ConnectHub on LinkedIn" },
|
||||||
{ icon: Instagram, href: "https://instagram.com/connecthub", ariaLabel: "Follow ConnectHub on Instagram" }
|
{ icon: Instagram, href: "https://instagram.com/connecthub", ariaLabel: "Follow ConnectHub on Instagram" }
|
||||||
]}
|
]}
|
||||||
ariaLabel="Site footer"
|
|
||||||
className="w-full bg-gradient-to-b from-transparent"
|
|
||||||
containerClassName="max-w-7xl mx-auto px-4 py-12"
|
|
||||||
logoLineHeight={1.2}
|
logoLineHeight={1.2}
|
||||||
logoClassName="font-light text-2xl"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user