12 Commits

Author SHA1 Message Date
4b521c8e92 Update src/app/styles/variables.css 2026-05-07 14:08:51 +00:00
3966287d4a Update src/app/page.tsx 2026-05-07 14:08:50 +00:00
03654e5714 Merge version_7 into main
Merge version_7 into main
2026-05-07 14:08:20 +00:00
216b5c60d5 Merge version_7 into main
Merge version_7 into main
2026-05-07 14:08:14 +00:00
1ee0f0db97 Merge version_7 into main
Merge version_7 into main
2026-05-07 14:07:25 +00:00
e4b3a9f519 Merge version_6 into main
Merge version_6 into main
2026-05-07 14:07:18 +00:00
8ed259d982 Merge version_5 into main
Merge version_5 into main
2026-05-07 14:07:16 +00:00
c81e42ef68 Merge version_4 into main
Merge version_4 into main
2026-05-07 14:06:54 +00:00
16ae781275 Merge version_3 into main
Merge version_3 into main
2026-05-07 14:06:44 +00:00
08847a255b Merge version_2 into main
Merge version_2 into main
2026-05-07 14:05:43 +00:00
7191f703d9 Update src/app/page.tsx 2026-05-07 14:05:40 +00:00
e92292363e Merge version_1 into main
Merge version_1 into main
2026-05-07 14:04:25 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
import FooterBase from '@/components/sections/footer/FooterBase';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -88,7 +88,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: "f1", title: "Private Logistics", subtitle: "Luxury fleet at your disposal.", category: "Transport", value: "24/7" },
{ id: "f1", title: "Private Logistics", subtitle: "Luxury fleet at your disposal.", category: "Transport", value: "Around-the-clock support" },
{ id: "f2", title: "Secret Access", subtitle: "Entry to places few ever see.", category: "Exclusivity", value: "Unlimited" },
{ id: "f3", title: "Expert Concierge", subtitle: "Your dedicated personal assistant.", category: "Support", value: "1:1" },
]}
@@ -173,12 +173,12 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Navigate", items: [{ label: "Home", href: "#hero" }, { label: "Experiences", href: "#products" }] },
{ title: "Information", items: [{ label: "About Us", href: "#about" }, { label: "Privacy Policy", href: "#" }] },
]}
<FooterLogoEmphasis
logoText="NISÉL TOUR"
columns={[
{ items: [{ label: "Home", href: "#hero" }, { label: "Experiences", href: "#products" }] },
{ items: [{ label: "About Us", href: "#about" }, { label: "Privacy Policy", href: "#" }] },
]}
/>
</div>
</ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #1f7cff;
--background: #020617;
--card: #0f172a;
--foreground: #e2e8f0;
--primary-cta: #c4d8f9;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta: #041633;
--secondary-cta-text: #ffffff;
--accent: #1f7cff;
--background-accent: #f96b2f;
--accent: #2d30f3;
--background-accent: #1d4ed8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);