Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
123
src/app/page.tsx
123
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="ConnectHub"
|
||||
/>
|
||||
@@ -59,32 +51,20 @@ export default function LandingPage() {
|
||||
imageAlt="futuristic tech social network UI"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-yellow-sweater-her-bedroom_1303-11272.jpg",
|
||||
alt: "Young woman in yellow sweater in her bedroom",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-yellow-sweater-her-bedroom_1303-11272.jpg", alt: "Young woman in yellow sweater in her bedroom"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-wearing-black-sweater-posing_246466-38.jpg",
|
||||
alt: "Woman wearing black sweater and posing",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-wearing-black-sweater-posing_246466-38.jpg", alt: "Woman wearing black sweater and posing"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-woman-shooting-with-projector_23-2149424926.jpg",
|
||||
alt: "Side view woman shooting with projector",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-woman-shooting-with-projector_23-2149424926.jpg", alt: "Side view woman shooting with projector"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/ai-generated-cute-girl-pic_23-2150649852.jpg",
|
||||
alt: "Ai generated cute girl pic",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/ai-generated-cute-girl-pic_23-2150649852.jpg", alt: "Ai generated cute girl pic"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman-standing-against-grey-wall-clenching-his-fist_23-2148087510.jpg",
|
||||
alt: "Portrait of a smiling young businessman standing against grey wall clenching his fist",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman-standing-against-grey-wall-clenching-his-fist_23-2148087510.jpg", alt: "Portrait of a smiling young businessman standing against grey wall clenching his fist"},
|
||||
]}
|
||||
avatarText="10k+ Active Users"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started for Free", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,19 +77,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Real-time Sync",
|
||||
description: "Stay connected with instant updates.",
|
||||
},
|
||||
title: "Real-time Sync", description: "Stay connected with instant updates."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Private & Secure",
|
||||
description: "Your data is always encrypted.",
|
||||
},
|
||||
title: "Private & Secure", description: "Your data is always encrypted."},
|
||||
{
|
||||
icon: BarChart,
|
||||
title: "Engagement Metrics",
|
||||
description: "Deep insights into your reach.",
|
||||
},
|
||||
title: "Engagement Metrics", description: "Deep insights into your reach."},
|
||||
]}
|
||||
title="Platform Excellence"
|
||||
description="Powerful tools built for seamless interactions."
|
||||
@@ -121,14 +95,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TechCorp",
|
||||
"Innovate",
|
||||
"GlobalConnect",
|
||||
"DigitalMedia",
|
||||
"Streamline",
|
||||
"Visionary",
|
||||
"NexusInc",
|
||||
]}
|
||||
"TechCorp", "Innovate", "GlobalConnect", "DigitalMedia", "Streamline", "Visionary", "NexusInc"]}
|
||||
title="Trusted Globally"
|
||||
description="Our community is growing everywhere."
|
||||
/>
|
||||
@@ -142,25 +109,15 @@ export default function LandingPage() {
|
||||
author="Sarah Miller"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/magnificent-long-haired-girl-with-inspired-smile-looking-away_197531-7622.jpg",
|
||||
alt: "professional portrait young adult",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/magnificent-long-haired-girl-with-inspired-smile-looking-away_197531-7622.jpg", alt: "professional portrait young adult"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1649.jpg",
|
||||
alt: "tech leader studio portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1649.jpg", alt: "tech leader studio portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit-black-white_23-2149411390.jpg",
|
||||
alt: "creative designer portrait woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit-black-white_23-2149411390.jpg", alt: "creative designer portrait woman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-businesswoman-posing-isolated_329181-15409.jpg",
|
||||
alt: "smiling professional woman portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-businesswoman-posing-isolated_329181-15409.jpg", alt: "smiling professional woman portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg",
|
||||
alt: "young developer friendly portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg", alt: "young developer friendly portrait"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -173,20 +130,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is it free to join?",
|
||||
content: "Yes, our core features are free forever.",
|
||||
},
|
||||
id: "1", title: "Is it free to join?", content: "Yes, our core features are free forever."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How is privacy handled?",
|
||||
content: "We use industry standard encryption.",
|
||||
},
|
||||
id: "2", title: "How is privacy handled?", content: "We use industry standard encryption."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I export data?",
|
||||
content: "You can export all your content anytime.",
|
||||
},
|
||||
id: "3", title: "Can I export data?", content: "You can export all your content anytime."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/macro-usb-type-c-port-neon-light-connector-closeup_169016-71437.jpg"
|
||||
title="Common Questions"
|
||||
@@ -201,8 +149,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Join Now"
|
||||
title="Ready to Start?"
|
||||
description="Sign up and build your network."
|
||||
@@ -214,29 +161,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -247,4 +184,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user