Compare commits
17 Commits
version_11
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 906c8eceb6 | |||
| b717b9ca4e | |||
| fa089dac81 | |||
| 828a7972ba | |||
| abdba2c968 | |||
| 05bae43f62 | |||
| 3e6569c36c | |||
| d78296fb1c | |||
| beb8c8c53a | |||
| 5157c543dc | |||
| 9374e0e580 | |||
| d55cfb0808 | |||
| a354058cc7 | |||
| 02c0dc9c11 | |||
| dd3aefb422 | |||
| 0b3c3f694d | |||
| b32667fe3c |
@@ -4,9 +4,9 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #ffffff;;
|
||||
--card: #fcfcfc;;
|
||||
--foreground: #000000e6;;
|
||||
--background: #000000;;
|
||||
--card: #1a1a1a;;
|
||||
--foreground: #ffffff;;
|
||||
--primary-cta: #1a1a1a;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #808080;;
|
||||
|
||||
@@ -1275,4 +1275,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -197,7 +197,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="Client Success Stories"
|
||||
title="What our Partner's Say"
|
||||
description="Trusted by leading businesses and individuals throughout New York"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
@@ -307,4 +307,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user