Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-12 09:09:39 +00:00

View File

@@ -29,17 +29,11 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "ATLAS",
id: "atlas",
},
name: "ATLAS", id: "atlas"},
{
name: "ORION",
id: "orion",
},
name: "ORION", id: "orion"},
{
name: "CONTACT",
id: "contact",
},
name: "CONTACT", id: "contact"},
]}
brandName="ENELYSS"
/>
@@ -48,53 +42,32 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="ENELYSS"
description="We build digital brands that reshape higher education."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/sparkling-golden-particles-beautiful-background_1017-32776.jpg",
alt: "Minimalist starfield",
},
src: "http://img.b2bpic.net/free-photo/sparkling-golden-particles-beautiful-background_1017-32776.jpg", alt: "Minimalist starfield"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-traditional-golden-indian-saber_8353-9957.jpg",
alt: "Golden sword",
},
src: "http://img.b2bpic.net/free-photo/beautiful-traditional-golden-indian-saber_8353-9957.jpg", alt: "Golden sword"},
{
src: "http://img.b2bpic.net/free-photo/bright-universe-background_1017-3763.jpg",
alt: "Universe",
},
src: "http://img.b2bpic.net/free-photo/bright-universe-background_1017-3763.jpg", alt: "Universe"},
{
src: "http://img.b2bpic.net/free-photo/orange-blurred-reflection-background_1017-2646.jpg",
alt: "Reflection",
},
src: "http://img.b2bpic.net/free-photo/orange-blurred-reflection-background_1017-2646.jpg", alt: "Reflection"},
{
src: "http://img.b2bpic.net/free-photo/golden-bokeh-background-with-bursting-particles-illustration_1017-41851.jpg",
alt: "Bokeh",
},
src: "http://img.b2bpic.net/free-photo/golden-bokeh-background-with-bursting-particles-illustration_1017-41851.jpg", alt: "Bokeh"},
]}
marqueeItems={[
{
type: "text",
text: "AMBITION",
},
type: "text", text: "AMBITION"},
{
type: "text",
text: "ELEGANCE",
},
type: "text", text: "ELEGANCE"},
{
type: "text",
text: "INNOVATION",
},
type: "text", text: "INNOVATION"},
{
type: "text",
text: "LUXURY",
},
type: "text", text: "LUXURY"},
{
type: "text",
text: "RESONANCE",
},
type: "text", text: "RESONANCE"},
]}
/>
</div>
@@ -104,7 +77,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="We don't build tools. We build worlds."
description="ENELYSS is a French holding company creating premium digital platforms for higher education. Each brand we build is a complete ecosystem."
imageSrc="http://img.b2bpic.net/free-photo/dark-textured-background-with-glowing-golden-diagonal-lines_84443-82465.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/dark-textured-background-with-glowing-golden-diagonal-lines_84443-82465.jpg"
/>
</div>
@@ -115,40 +88,22 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Interactive Map",
description: "Global partner destinations.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-305431.jpg?_wi=1",
},
title: "Interactive Map", description: "Global partner destinations.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-305431.jpg"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/ursa-major-ursa-minor-constellations_23-2150028893.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/sparkling-golden-particles-beautiful-background_1017-32776.jpg?_wi=1",
imageAlt: "minimalist starfield dark background",
imageSrc: "http://img.b2bpic.net/free-photo/ursa-major-ursa-minor-constellations_23-2150028893.jpg"},
},
{
title: "AI Matching",
description: "5-dimension algorithm matching.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/golden-particle-line-streak-trail-background_1017-32778.jpg",
},
title: "AI Matching", description: "5-dimension algorithm matching.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/golden-particle-line-streak-trail-background_1017-32778.jpg"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/bursting-golden-sparkle-powder-energy-particle-background_1017-41840.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/dark-textured-background-with-glowing-golden-diagonal-lines_84443-82465.jpg?_wi=2",
imageAlt: "minimalist starfield dark background",
imageSrc: "http://img.b2bpic.net/free-photo/bursting-golden-sparkle-powder-energy-particle-background_1017-41840.jpg"},
},
{
title: "Student Hub",
description: "Documents and tracking.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-305461.jpg",
},
title: "Student Hub", description: "Documents and tracking.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-305461.jpg"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/christmas-plate-black-table_23-2147992787.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/gold-fluid-art-art-background-diy-luxury-flowing-texture_53876-103603.jpg?_wi=1",
imageAlt: "minimalist starfield dark background",
imageSrc: "http://img.b2bpic.net/free-photo/christmas-plate-black-table_23-2147992787.jpg"},
},
]}
showStepNumbers={false}
@@ -164,20 +119,11 @@ export default function LandingPage() {
tag="Performance"
metrics={[
{
id: "m1",
value: "350h",
description: "Saved per year",
},
id: "m1", value: "350h", description: "Saved per year"},
{
id: "m2",
value: "96%",
description: "Student adoption",
},
id: "m2", value: "96%", description: "Student adoption"},
{
id: "m3",
value: "14d",
description: "Go-live time",
},
id: "m3", value: "14d", description: "Go-live time"},
]}
metricsAnimation="slide-up"
/>
@@ -190,40 +136,22 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Project Management",
description: "Semester tracking.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/gold-fluid-art-art-background-diy-luxury-flowing-texture_53876-103603.jpg?_wi=2",
},
title: "Project Management", description: "Semester tracking.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/gold-fluid-art-art-background-diy-luxury-flowing-texture_53876-103603.jpg"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/3d-floating-particles-black_1048-12513.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/sparkling-golden-particles-beautiful-background_1017-32776.jpg?_wi=2",
imageAlt: "minimalist starfield dark background",
imageSrc: "http://img.b2bpic.net/free-photo/3d-floating-particles-black_1048-12513.jpg"},
},
{
title: "Deadline Control",
description: "Automated workflow.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-dark-cosmic-night-sky_23-2151700761.jpg",
},
title: "Deadline Control", description: "Automated workflow.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-dark-cosmic-night-sky_23-2151700761.jpg"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/vibrant-night-sky-with-stars-nebula-galaxy_146671-19220.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/dark-textured-background-with-glowing-golden-diagonal-lines_84443-82465.jpg?_wi=3",
imageAlt: "minimalist starfield dark background",
imageSrc: "http://img.b2bpic.net/free-photo/vibrant-night-sky-with-stars-nebula-galaxy_146671-19220.jpg"},
},
{
title: "Team Analytics",
description: "Director dashboards.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/shimmering-golden-glitter-particle-dust-background-illustration_1017-41842.jpg",
},
title: "Team Analytics", description: "Director dashboards.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/shimmering-golden-glitter-particle-dust-background-illustration_1017-41842.jpg"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/golden-glow-lights-dark-background_23-2151831415.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-305431.jpg?_wi=2",
imageAlt: "minimalist starfield dark background",
imageSrc: "http://img.b2bpic.net/free-photo/golden-glow-lights-dark-background_23-2151831415.jpg"},
},
]}
showStepNumbers={false}
@@ -236,8 +164,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="CONTACT"
title="Let's build your vision."
description="One conversation is all it takes."
@@ -250,25 +177,17 @@ export default function LandingPage() {
logoText="ENELYSS"
columns={[
{
title: "Brands",
items: [
title: "Brands", items: [
{
label: "ATLAS",
href: "#atlas",
},
label: "ATLAS", href: "#atlas"},
{
label: "ORION",
href: "#orion",
},
label: "ORION", href: "#orion"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
]}