Compare commits
4 Commits
version_11
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| b717b9ca4e | |||
| fa089dac81 | |||
| 828a7972ba | |||
| 05bae43f62 |
@@ -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