3 Commits

Author SHA1 Message Date
c82e78e655 Bob AI: Add a new section using component BlogCardTwo. 1. Add import 2026-02-17 14:47:00 +02:00
426800990e Bob AI: make colors warm and soft 2026-02-17 14:44:47 +02:00
279283715d Merge version_1 into main
Merge version_1 into main
2026-02-17 12:41:19 +00:00
2 changed files with 19 additions and 14 deletions

View File

@@ -10,6 +10,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactText from '@/components/sections/contact/ContactText';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
export default function LandingPage() {
return (
@@ -232,6 +233,10 @@ export default function LandingPage() {
/>
</div>
<div id="blogcardtwo" data-section="blogcardtwo">
<BlogCardTwo />
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
@@ -265,4 +270,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -3,20 +3,20 @@
/* --vw is set by ThemeProvider */
/* --background: #f7f6f7;;
--card: #ffffff;;
--foreground: #0c1325;;
--primary-cta: #0798ff;;
--secondary-cta: #ffffff;;
--accent: #93c7ff;;
--background-accent: #a8cde8;; */
--card: #f9f5f6;;
--foreground: #4a3c30;;
--primary-cta: #ff9966;;
--secondary-cta: #f9f5f6;;
--accent: #ffdab9;;
--background-accent: #ffe4c4;; */
--background: #f7f6f7;;
--card: #ffffff;;
--foreground: #0c1325;;
--primary-cta: #0798ff;;
--secondary-cta: #ffffff;;
--accent: #93c7ff;;
--background-accent: #a8cde8;;
--background: #f5e6cc;;
--card: #f9f5f6;;
--foreground: #4a3c30;;
--primary-cta: #ff9966;;
--secondary-cta: #f9f5f6;;
--accent: #ffdab9;;
--background-accent: #ffe4c4;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);