Compare commits
5 Commits
version_16
...
version_17
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a8074f4de | |||
| 4ae8a4d215 | |||
| 95a1ff03d8 | |||
| e68b354824 | |||
| 80b62cffe8 |
@@ -9,7 +9,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|||||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import { Heart, Sparkles, MessageCircle, Zap, Shield, Target } from "lucide-react";
|
import { Heart, Sparkles, MessageCircle, Zap, Shield, Target } from "lucide-react";
|
||||||
|
|
||||||
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Manifest", id: "hero" },
|
{ name: "Manifest", id: "hero" },
|
||||||
{ name: "Tesla's 369", id: "about" },
|
{ name: "Tesla's 369", id: "about" },
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fdfbf7;
|
--background: #fffefe;
|
||||||
--card: #ffffff;
|
--card: #f6f7f4;
|
||||||
--foreground: #1a1a1a;
|
--foreground: #080908;
|
||||||
--primary-cta: #7c3aed;
|
--primary-cta: #0e3a29;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #fffefe;
|
||||||
--secondary-cta: #f5f5f5;
|
--secondary-cta: #e7eecd;
|
||||||
--secondary-cta-text: #1a1a1a;
|
--secondary-cta-text: #080908;
|
||||||
--accent: #ddd6fe;
|
--accent: #35c18b;
|
||||||
--background-accent: #ede9fe;
|
--background-accent: #ecebe4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user