Merge version_1 into main #6

Merged
bender merged 2 commits from version_1 into main 2026-05-12 09:17:11 +00:00
2 changed files with 58 additions and 132 deletions

View File

@@ -11,8 +11,8 @@ import { Cormorant_Garamond, Instrument_Sans } from "next/font/google";
export const metadata: Metadata = {
title: 'ENELYSS | High-Value Digital Brands for Education',
description: 'ENELYSS builds premium digital worlds for higher education institutions.',
title: 'Webild Platform',
description: 'Innovative web solutions for modern businesses.',
};
const cormorant = Cormorant_Garamond({ variable: "--font-cormorant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"] }); const instrument = Instrument_Sans({ variable: "--font-instrument", subsets: ["latin"], weight: ["300", "400", "500"] });

View File

@@ -1,139 +1,65 @@
"use client";
'use client';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import MediaAbout from '@/components/sections/about/MediaAbout';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import Link from 'next/link';
export default function HomePage() {
const navItems = [
{ name: "Home", id: "/" },
];
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "ATLAS", id: "atlas" },
{ name: "ORION", id: "orion" },
{ name: "CONTACT", id: "contact" },
]}
brandName="ENELYSS"
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{ 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/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/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" },
]}
marqueeItems={[
{ type: "text", text: "AMBITION" },
{ type: "text", text: "ELEGANCE" },
{ type: "text", text: "INNOVATION" },
{ type: "text", text: "LUXURY" },
{ type: "text", text: "RESONANCE" },
]}
/>
</div>
<div id="manifesto" data-section="manifesto">
<MediaAbout
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"
/>
</div>
<div id="atlas" data-section="atlas">
<FeatureCardNine
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
showStepNumbers={false}
title="ATLAS"
description="International student mobility platform."
features={[
{ 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" } },
{ 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" } },
{ 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" } },
]}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardFourteen
useInvertedBackground={false}
title="The Impact"
tag="Performance"
metrics={[
{ id: "m1", value: "350h", description: "Saved per year" },
{ id: "m2", value: "96%", description: "Student adoption" },
{ id: "m3", value: "14d", description: "Go-live time" },
]}
metricsAnimation="slide-up"
/>
</div>
<div id="orion" data-section="orion">
<FeatureCardNine
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
showStepNumbers={false}
title="ORION"
description="Academic project and semester management."
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" }, phoneTwo: { 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" }, phoneTwo: { 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" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/golden-glow-lights-dark-background_23-2151831415.jpg" } },
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="CONTACT"
title="Let's build your vision."
description="One conversation is all it takes."
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/golden-sparkle-energy-burst-sky-background_1017-41843.jpg"
logoText="ENELYSS"
columns={[
{ title: "Brands", items: [{ label: "ATLAS", href: "#atlas" }, { label: "ORION", href: "#orion" }] },
{ title: "Company", items: [{ label: "Contact", href: "#contact" }] },
]}
/>
</div>
</ReactLenis>
<ThemeProvider>
<div id="nav" data-section="nav">
<NavbarStyleCentered navItems={navItems} />
</div>
<div id="hero" data-section="hero">
<HeroCentered
title="Welcome to Webild"
description="Your vision, our expertise."
avatars={[{ src: "https://images.unsplash.com/photo-1534528741775-53994a69daeb", alt: "Avatar" }]}
background={{ variant: "plain" }}
/>
</div>
<div id="manifesto" data-section="manifesto">
<MediaAbout title="Our Vision" description="Driving innovation forward." />
</div>
<div id="atlas" data-section="atlas">
<FeatureCardNine
title="Atlas Features"
description="Explore our capabilities."
animationType="none"
textboxLayout="default"
showStepNumbers={false}
features={[]}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardFourteen title="Our Impact" tag="Growth" metrics={[]} metricsAnimation="none" />
</div>
<div id="orion" data-section="orion">
<FeatureCardNine
title="Orion Features"
description="Innovative solutions."
animationType="none"
textboxLayout="default"
showStepNumbers={false}
features={[]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter tag="Connect" title="Get in touch" description="Let's build something." background={{ variant: "plain" }} />
</div>
<div id="footer" data-section="footer">
<FooterMedia imageSrc="https://images.unsplash.com/photo-1557683316-973673baf926" logoText="Webild" columns={[]} />
</div>
</ThemeProvider>
);
}