Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 374a247531 | |||
| 9d7daa36d3 | |||
| 63892006cc | |||
| b87232bf99 | |||
| f0d314b4f0 |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #1a1a1a;
|
||||
--card: #2a2a2a;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ff3d4a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--accent: #7b2d2d;
|
||||
--background-accent: #b8111f;
|
||||
--background: #fafafa;
|
||||
--card: #f4f4f5;
|
||||
--foreground: #27272a;
|
||||
--primary-cta: #3f3f46;
|
||||
--secondary-cta: #ffffff;
|
||||
--accent: #facc15;
|
||||
--background-accent: #eab308;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -1276,4 +1276,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -8,7 +8,7 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Award, Calendar, Heart, Sparkles, Star } from "lucide-react";
|
||||
import { Award, Calendar, Heart, Sparkles, Star, Linkedin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -245,4 +245,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user