Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c82e78e655 | |||
| 426800990e |
@@ -10,6 +10,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
|||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
|
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -232,6 +233,10 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="blogcardtwo" data-section="blogcardtwo">
|
||||||
|
<BlogCardTwo />
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
@@ -265,4 +270,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,20 +3,20 @@
|
|||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f7f6f7;;
|
/* --background: #f7f6f7;;
|
||||||
--card: #ffffff;;
|
--card: #f9f5f6;;
|
||||||
--foreground: #0c1325;;
|
--foreground: #4a3c30;;
|
||||||
--primary-cta: #0798ff;;
|
--primary-cta: #ff9966;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #f9f5f6;;
|
||||||
--accent: #93c7ff;;
|
--accent: #ffdab9;;
|
||||||
--background-accent: #a8cde8;; */
|
--background-accent: #ffe4c4;; */
|
||||||
|
|
||||||
--background: #f7f6f7;;
|
--background: #f5e6cc;;
|
||||||
--card: #ffffff;;
|
--card: #f9f5f6;;
|
||||||
--foreground: #0c1325;;
|
--foreground: #4a3c30;;
|
||||||
--primary-cta: #0798ff;;
|
--primary-cta: #ff9966;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #f9f5f6;;
|
||||||
--accent: #93c7ff;;
|
--accent: #ffdab9;;
|
||||||
--background-accent: #a8cde8;;
|
--background-accent: #ffe4c4;;
|
||||||
|
|
||||||
/* 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