5 Commits

Author SHA1 Message Date
366b015da9 Update src/app/page.tsx 2026-05-13 16:29:01 +00:00
c503f4bb78 Update theme colors 2026-05-13 16:21:15 +00:00
650769f63a Update theme colors 2026-05-13 16:20:57 +00:00
1d0e140c39 Update theme colors 2026-05-13 16:20:45 +00:00
1eea369bbb Update theme colors 2026-05-13 16:20:31 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -123,7 +123,7 @@ export default function LandingPage() {
{
id: "3", name: "Mark Jansen", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg"},
]}
cardTitle="Wat klanten zeggen"
cardTitle="What customers say "
cardTag="Reviews"
cardAnimation="slide-up"
/>
@@ -136,17 +136,17 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1", title: "Tevreden Klanten", value: "5.000+", icon: Users,
id: "m1", title: "Tevreden Klanten", value: "2.000+", icon: Users,
},
{
id: "m2", title: "Producten", value: "500+", icon: ShoppingBag,
id: "m2", title: "Producten", value: "50+", icon: ShoppingBag,
},
{
id: "m3", title: "Landelijk Verzonden", value: "100%", icon: Truck,
id: "m3", title: "Landelijk Verzonden", value: "70%", icon: Truck,
},
]}
title="ST in Cijfers"
description="Onze groei en impact op de markt."
title="ST"
description="The growth of our market. "
/>
</div>
@@ -163,7 +163,7 @@ export default function LandingPage() {
id: "f3", title: "Are the products real? ", content: "Wij verkopen uitsluitend nieuwe kwalitatieve producten."},
]}
title="Most ask questions. "
description="Heb je een vraag over onze werkwijze?"
description="Here they are. "
faqsAnimation="slide-up"
/>
</div>
@@ -175,7 +175,7 @@ export default function LandingPage() {
variant: "plain"}}
tag="Contact"
title="Do you have questions? "
description="Neem contact op met het team van ST. Wij staan klaar om je te helpen."
description="Contact us in this email."
imageSrc="http://img.b2bpic.net/free-photo/student-desk-with-computer-books-notepads-table_169016-49023.jpg"
mediaAnimation="slide-up"
/>

View File

@@ -10,10 +10,10 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffa1a1;
--background: #be9292;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #106EFB;
--primary-cta: #ff0000;
--primary-cta-text: #ffffff;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;