3 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
2 changed files with 9 additions and 9 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"}, 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" cardTag="Reviews"
cardAnimation="slide-up" cardAnimation="slide-up"
/> />
@@ -136,17 +136,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ 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" title="ST"
description="Onze groei en impact op de markt." description="The growth of our market. "
/> />
</div> </div>
@@ -163,7 +163,7 @@ export default function LandingPage() {
id: "f3", title: "Are the products real? ", content: "Wij verkopen uitsluitend nieuwe kwalitatieve producten."}, id: "f3", title: "Are the products real? ", content: "Wij verkopen uitsluitend nieuwe kwalitatieve producten."},
]} ]}
title="Most ask questions. " title="Most ask questions. "
description="Heb je een vraag over onze werkwijze?" description="Here they are. "
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
</div> </div>
@@ -175,7 +175,7 @@ export default function LandingPage() {
variant: "plain"}} variant: "plain"}}
tag="Contact" tag="Contact"
title="Do you have questions? " 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" imageSrc="http://img.b2bpic.net/free-photo/student-desk-with-computer-books-notepads-table_169016-49023.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />

View File

@@ -13,7 +13,7 @@
--background: #be9292; --background: #be9292;
--card: #0c0c0c; --card: #0c0c0c;
--foreground: #ffffff; --foreground: #ffffff;
--primary-cta: #106EFB; --primary-cta: #ff0000;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #000000; --secondary-cta: #000000;
--secondary-cta-text: #ffffff; --secondary-cta-text: #ffffff;