Merge version_2 into main #1
173
src/app/page.tsx
173
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="EventHub"
|
||||
/>
|
||||
@@ -53,60 +45,37 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Connect, Meet, and Grow"
|
||||
description="Discover local meetups and professional networking events in your city. Join our community and stay in the loop."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12702.jpg",
|
||||
alt: "Attendee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12702.jpg", alt: "Attendee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-businessman-holding-disposable-coffee-cup-hand-looking-camera_23-2148176166.jpg",
|
||||
alt: "Attendee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-businessman-holding-disposable-coffee-cup-hand-looking-camera_23-2148176166.jpg", alt: "Attendee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-pensive-painter-sitting-desk-with-pictures-thoughtfully-looking-camera-while-drawing-home_574295-3712.jpg",
|
||||
alt: "Attendee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-pensive-painter-sitting-desk-with-pictures-thoughtfully-looking-camera-while-drawing-home_574295-3712.jpg", alt: "Attendee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg",
|
||||
alt: "Attendee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", alt: "Attendee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
alt: "Attendee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Attendee"},
|
||||
]}
|
||||
avatarText="Join 5000+ local members"
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Events",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Browse Events", href: "#features"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Workshops",
|
||||
},
|
||||
type: "text", text: "Workshops"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Networking",
|
||||
},
|
||||
type: "text", text: "Networking"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tech Talks",
|
||||
},
|
||||
type: "text", text: "Tech Talks"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Socials",
|
||||
},
|
||||
type: "text", text: "Socials"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Conferences",
|
||||
},
|
||||
type: "text", text: "Conferences"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,18 +85,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Bringing ",
|
||||
},
|
||||
type: "text", content: "Bringing "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173628.jpg",
|
||||
alt: "Community",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173628.jpg", alt: "Community"},
|
||||
{
|
||||
type: "text",
|
||||
content: " people together through meaningful events.",
|
||||
},
|
||||
type: "text", content: " people together through meaningful events."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,32 +101,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Live Analytics",
|
||||
tags: [
|
||||
"Growth",
|
||||
"Real-time",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-infographic-element-collection_23-2148375184.jpg",
|
||||
},
|
||||
id: "f1", title: "Live Analytics", tags: [
|
||||
"Growth", "Real-time"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-infographic-element-collection_23-2148375184.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Smart Location Mapping",
|
||||
tags: [
|
||||
"Geo",
|
||||
"Local",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762856.jpg",
|
||||
},
|
||||
id: "f2", title: "Smart Location Mapping", tags: [
|
||||
"Geo", "Local"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762856.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Event Alerts",
|
||||
tags: [
|
||||
"Push",
|
||||
"Mobile",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/y2k-website-window-illustration_23-2151874937.jpg",
|
||||
},
|
||||
id: "f3", title: "Event Alerts", tags: [
|
||||
"Push", "Mobile"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/y2k-website-window-illustration_23-2151874937.jpg"},
|
||||
]}
|
||||
title="Platform Capabilities"
|
||||
description="Advanced tools for organizers and event seekers."
|
||||
@@ -175,48 +122,24 @@ export default function LandingPage() {
|
||||
<TestimonialCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah",
|
||||
role: "Organizer",
|
||||
company: "TechMeet",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12702.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah", role: "Organizer", company: "TechMeet", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12702.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark",
|
||||
role: "Member",
|
||||
company: "CreativeLab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-holding-disposable-coffee-cup-hand-looking-camera_23-2148176166.jpg",
|
||||
},
|
||||
id: "2", name: "Mark", role: "Member", company: "CreativeLab", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-holding-disposable-coffee-cup-hand-looking-camera_23-2148176166.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily",
|
||||
role: "Speaker",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pensive-painter-sitting-desk-with-pictures-thoughtfully-looking-camera-while-drawing-home_574295-3712.jpg",
|
||||
},
|
||||
id: "3", name: "Emily", role: "Speaker", company: "GrowthCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pensive-painter-sitting-desk-with-pictures-thoughtfully-looking-camera-while-drawing-home_574295-3712.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David",
|
||||
role: "Member",
|
||||
company: "Nexus",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg",
|
||||
},
|
||||
id: "4", name: "David", role: "Member", company: "Nexus", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane",
|
||||
role: "Organizer",
|
||||
company: "StartUpX",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
},
|
||||
id: "5", name: "Jane", role: "Organizer", company: "StartUpX", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
]}
|
||||
title="Member Stories"
|
||||
description="See why our community loves EventHub."
|
||||
@@ -229,20 +152,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I join an event?",
|
||||
content: "Simply click the join button on the event page.",
|
||||
},
|
||||
id: "q1", title: "How do I join an event?", content: "Simply click the join button on the event page."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is the platform free?",
|
||||
content: "Basic features are free for attendees.",
|
||||
},
|
||||
id: "q2", title: "Is the platform free?", content: "Basic features are free for attendees."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How can I host an event?",
|
||||
content: "Apply for an organizer account in your profile.",
|
||||
},
|
||||
id: "q3", title: "How can I host an event?", content: "Apply for an organizer account in your profile."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-admins-working-together-server-hub-analyzing-rigs-data_482257-126226.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -256,8 +170,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Join Now"
|
||||
title="Stay Informed"
|
||||
description="Sign up for updates on events happening near you."
|
||||
|
||||
Reference in New Issue
Block a user