8 Commits

Author SHA1 Message Date
8e37334927 Update src/app/page.tsx 2026-04-16 23:40:36 +00:00
5564452dd9 Switch to version 10: modified src/app/styles/variables.css 2026-04-16 23:39:13 +00:00
01eeba5b25 Merge version_11 into main
Merge version_11 into main
2026-04-16 23:39:11 +00:00
64e08e0e26 Merge version_10 into main
Merge version_10 into main
2026-04-16 23:38:55 +00:00
2ad83c8cc9 Merge version_10 into main
Merge version_10 into main
2026-04-16 23:16:36 +00:00
0961476e20 Merge version_10 into main
Merge version_10 into main
2026-04-16 23:04:35 +00:00
d07183b6d0 Merge version_10 into main
Merge version_10 into main
2026-04-16 22:57:05 +00:00
9283b884a8 Merge version_10 into main
Merge version_10 into main
2026-04-16 22:49:19 +00:00
2 changed files with 6 additions and 25 deletions

View File

@@ -7,7 +7,6 @@ import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestim
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
import TeamCardSix from "@/components/sections/team/TeamCardSix";
import TeamCardOne from "@/components/sections/team/TeamCardOne";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterSimple from "@/components/sections/footer/FooterSimple";
@@ -35,7 +34,6 @@ export default function LandscapingPage() {
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Team", id: "team" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
@@ -139,23 +137,6 @@ export default function LandscapingPage() {
/>
</div>
<div id="team" data-section="team">
<TeamCardOne
tag="Ons Team"
title="Meet the Expert"
description="Uw toegewijde hovenier."
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
members={[
{
id: "1", name: "Chretien", role: "Senior Hovenier", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-11.jpg", imageAlt: "Chretien"
},
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
tag="FAQ"

View File

@@ -12,13 +12,13 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--foreground: #06446c;
--primary-cta: #06446c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--secondary-cta: #67b31b;
--secondary-cta-text: #2d5a27;
--accent: #67b31b;
--background-accent: #f9f9f9;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);