Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a0c6a817cc | |||
| 01127ef87a | |||
| 699d34050a | |||
| e364073ca8 | |||
| 7998bc3e13 | |||
| 71485b8d73 | |||
| a731d01ece | |||
| ebd9eedc5b | |||
| 6e1c7b499a |
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
import { Star, Map, Construction, Shovel, Droplets, Lightbulb, TrendingUp } from "lucide-react";
|
import { Star } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f4ef;
|
--background: #fafffb;
|
||||||
--card: #dad6cd;
|
--card: #f7fffa;
|
||||||
--foreground: #2a2928;
|
--foreground: #001a0a;
|
||||||
--primary-cta: #2a2928;
|
--primary-cta: #0a7039;
|
||||||
--primary-cta-text: #f5f4ef;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ecebea;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #2a2928;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #ffffff;
|
--accent: #a8d9be;
|
||||||
--background-accent: #c6b180;
|
--background-accent: #6bbf8e;
|
||||||
|
|
||||||
/* 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