Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
246
src/app/page.tsx
246
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Events",
|
||||
id: "events",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Events", id: "events" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="KUNDA"
|
||||
/>
|
||||
@@ -53,43 +41,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="A Creative Sanctuary in Kigali"
|
||||
description="Where art, sustainability, and human connection merge into an immersive cultural journey."
|
||||
tag="Eco Arts Space"
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Kunda",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Events",
|
||||
href: "#events",
|
||||
},
|
||||
{ text: "Visit Kunda", href: "#contact" },
|
||||
{ text: "View Events", href: "#events" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-balls-with-candles-hang-before-window_1304-5598.jpg?_wi=1",
|
||||
imageAlt: "luxurious garden event space evening",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/square-blank-frames-attached-wall-room_181624-11561.jpg?_wi=1",
|
||||
imageAlt: "modern art gallery space elegant",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoors-composition-made-roses-greenery-with-candles-illuminated-night_8353-11273.jpg",
|
||||
imageAlt: "Outdoors composition made of roses and greenery with candles illuminated in the night",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tall-vases-with-white-candles-stand-shiny-branches_1304-4764.jpg",
|
||||
imageAlt: "Tall vases with white candles stand under shiny branches",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-setting-with-decorated-newlyweds-chairs-wedding-reception-hall_637285-989.jpg",
|
||||
imageAlt: "Table setting with decorated newlyweds chairs in wedding reception hall",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/glass-balls-with-candles-hang-before-window_1304-5598.jpg", imageAlt: "luxurious garden event space evening" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/square-blank-frames-attached-wall-room_181624-11561.jpg", imageAlt: "modern art gallery space elegant" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -102,21 +64,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Sanctuary"
|
||||
metrics={[
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Eco-projects",
|
||||
value: "12+",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Community members",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
icon: Palette,
|
||||
label: "Art exhibitions",
|
||||
value: "24+",
|
||||
},
|
||||
{ icon: Leaf, label: "Eco-projects", value: "12+" },
|
||||
{ icon: Users, label: "Community members", value: "500+" },
|
||||
{ icon: Palette, label: "Art exhibitions", value: "24+" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -126,48 +76,19 @@ export default function LandingPage() {
|
||||
<FeatureCardNine
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
title: "Chill & Connect",
|
||||
description: "Relax in our social zones built for authentic human connection.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-scene-with-kettle-coffee-cereal_23-2151982925.jpg",
|
||||
imageAlt: "cozy social interior minimal",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-small-decorative-objects-with-vivid-colors_23-2149732953.jpg",
|
||||
imageAlt: "abstract art sculpture gallery",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-balls-with-candles-hang-before-window_1304-5598.jpg?_wi=2",
|
||||
imageAlt: "cozy social interior minimal",
|
||||
title: "Chill & Connect", description: "Relax in our social zones built for authentic human connection.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/breakfast-scene-with-kettle-coffee-cereal_23-2151982925.jpg", imageAlt: "cozy social interior minimal" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-small-decorative-objects-with-vivid-colors_23-2149732953.jpg", imageAlt: "abstract art sculpture gallery" }
|
||||
},
|
||||
{
|
||||
title: "Eco Fashion",
|
||||
description: "Explore sustainable designs and recycled fashion curated by local artisans.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-boho-dress-with-romantic-garden-aesthetic-vegetation_23-2150260773.jpg",
|
||||
imageAlt: "sustainable fashion display boutique",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-essentials-pottery-studio_23-2150164907.jpg",
|
||||
imageAlt: "handmade artisan products display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/square-blank-frames-attached-wall-room_181624-11561.jpg?_wi=2",
|
||||
imageAlt: "cozy social interior minimal",
|
||||
title: "Eco Fashion", description: "Explore sustainable designs and recycled fashion curated by local artisans.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-boho-dress-with-romantic-garden-aesthetic-vegetation_23-2150260773.jpg", imageAlt: "sustainable fashion display boutique" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-essentials-pottery-studio_23-2150164907.jpg", imageAlt: "handmade artisan products display" }
|
||||
},
|
||||
{
|
||||
title: "Creative Workshops",
|
||||
description: "Hands-on sessions to fuel your inner artist in a supportive environment.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-arrangement-kitchenware-photography_23-2149060792.jpg",
|
||||
imageAlt: "creative workshop space wooden tables",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elements-fashion-designing-studio_23-2150407884.jpg",
|
||||
imageAlt: "artist hands working light studio",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
imageAlt: "cozy social interior minimal",
|
||||
title: "Creative Workshops", description: "Hands-on sessions to fuel your inner artist in a supportive environment.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/creative-arrangement-kitchenware-photography_23-2149060792.jpg", imageAlt: "creative workshop space wooden tables" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/elements-fashion-designing-studio_23-2150407884.jpg", imageAlt: "artist hands working light studio" }
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -183,55 +104,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
badge: "Weekly",
|
||||
price: "Thursday",
|
||||
subtitle: "Creative Nights",
|
||||
features: [
|
||||
"Open mic",
|
||||
"Art sketching",
|
||||
"Community talks",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "RSVP",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
id: "1", badge: "Weekly", price: "Thursday", subtitle: "Creative Nights", features: ["Open mic", "Art sketching", "Community talks"],
|
||||
buttons: [{ text: "RSVP", href: "#" }]
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
badge: "Weekly",
|
||||
price: "Saturday",
|
||||
subtitle: "Live Events",
|
||||
features: [
|
||||
"Live music",
|
||||
"Nightlife vibes",
|
||||
"Performance art",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "RSVP",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
id: "2", badge: "Weekly", price: "Saturday", subtitle: "Live Events", features: ["Live music", "Nightlife vibes", "Performance art"],
|
||||
buttons: [{ text: "RSVP", href: "#" }]
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
badge: "Daily",
|
||||
price: "Always",
|
||||
subtitle: "Chill Sessions",
|
||||
features: [
|
||||
"Garden access",
|
||||
"Eco-cafe",
|
||||
"Library",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "RSVP",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
id: "3", badge: "Daily", price: "Always", subtitle: "Chill Sessions", features: ["Garden access", "Eco-cafe", "Library"],
|
||||
buttons: [{ text: "RSVP", href: "#" }]
|
||||
},
|
||||
]}
|
||||
title="Weekly Events"
|
||||
@@ -246,26 +128,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Amina R."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
alt: "portrait diverse woman professional smiling",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-businessman-dark-background_613910-15034.jpg",
|
||||
alt: "portrait man confident professional",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275128.jpg",
|
||||
alt: "portrait elegant woman creative",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-artist-with-brushes-posing_114579-85815.jpg",
|
||||
alt: "portrait young professional artist",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg",
|
||||
alt: "Beautiful woman holding a book close-up",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", alt: "portrait diverse woman professional smiling" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-businessman-dark-background_613910-15034.jpg", alt: "portrait man confident professional" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275128.jpg", alt: "portrait elegant woman creative" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/male-artist-with-brushes-posing_114579-85815.jpg", alt: "portrait young professional artist" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg", alt: "Beautiful woman holding a book close-up" },
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -275,18 +142,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Visit Us"
|
||||
title="Come Experience Kunda"
|
||||
description="Where strangers become friends. Join us today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Directions", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -294,45 +154,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="KUNDA"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Events",
|
||||
href: "#events",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Visit",
|
||||
items: [
|
||||
{
|
||||
label: "Directions",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Explore", items: [{ label: "About", href: "#about" }, { label: "Events", href: "#events" }] },
|
||||
{ title: "Connect", items: [{ label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }] },
|
||||
{ title: "Visit", items: [{ label: "Directions", href: "#" }, { label: "Privacy", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Kunda Eco Arts Space. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user