Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f0a7e1f44 | |||
| df9d78c73c | |||
| cd487c4e1b |
@@ -9,6 +9,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa
|
|||||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
|
import { Sparkles } from '@/components/background/Sparkles';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -66,6 +67,7 @@ export default function LandingPage() {
|
|||||||
id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/panoramic-ocean-surface-with-sun-glisten-1775511261059-f4eb7d73.png", imageAlt: "Expansive sea"},
|
id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtwXXwXAFgkLcj8UK8yqk5jXxb/panoramic-ocean-surface-with-sun-glisten-1775511261059-f4eb7d73.png", imageAlt: "Expansive sea"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
<Sparkles particleDensity={80} speed={2} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
|
|||||||
@@ -10,14 +10,14 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f0f9ff;
|
--background: #000612;
|
||||||
--card: #e0f2fe;
|
--card: #0a1f33;
|
||||||
--foreground: #082f49;
|
--foreground: #e0f2fe;
|
||||||
--primary-cta: #0284c7;
|
--primary-cta: #0284c7;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #f0f9ff;
|
--secondary-cta: #082f49;
|
||||||
--secondary-cta-text: #082f49;
|
--secondary-cta-text: #082f49;
|
||||||
--accent: #bae6fd;
|
--accent: #38bdf8;
|
||||||
--background-accent: #0369a1;
|
--background-accent: #0369a1;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
|
|||||||
Reference in New Issue
Block a user