Compare commits
15 Commits
version_15
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| f75b8ac44e | |||
|
|
a5c1951b80 | ||
| e98c51c079 | |||
| 75ab03349c | |||
| b163bebe7a | |||
| 31a0cfc189 | |||
| c2b2856564 | |||
| c0ce6cbae3 | |||
| 8d85f8dc6e | |||
| 2891629255 | |||
| e8e2166692 | |||
| 7375ecede4 | |||
| 06eff2a4a7 | |||
| d2c84bc685 | |||
| b8d6d3ba30 |
@@ -5,7 +5,7 @@
|
||||
|
||||
import React from 'react';
|
||||
import HeroSection from './HomePage/sections/Hero';
|
||||
import TickerSection from './HomePage/sections/Ticker';
|
||||
import Section from './HomePage/sections/';
|
||||
import MetricsSection from './HomePage/sections/Metrics';
|
||||
import HowItWorksSection from './HomePage/sections/HowItWorks';
|
||||
import BenefitsSection from './HomePage/sections/Benefits';
|
||||
@@ -19,7 +19,7 @@ export default function HomePage(): React.JSX.Element {
|
||||
<>
|
||||
<HeroSection />
|
||||
|
||||
<TickerSection />
|
||||
<Section />
|
||||
|
||||
<MetricsSection />
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ export default function HeroSection(): React.JSX.Element {
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardTiltedCarousel
|
||||
tag="⭐⭐⭐⭐⭐ 60+ websites opgeleverd"
|
||||
title="Professionele website voor uw zaak in 4"
|
||||
title={<>Professionele website voor uw zaak in <span className="text-blue-600">48u</span></>}
|
||||
description=""
|
||||
primaryButton={{
|
||||
text: "Vraag uw gratis voorbeeld aan",
|
||||
|
||||
@@ -5,7 +5,7 @@ import React from 'react';
|
||||
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function TickerSection(): React.JSX.Element {
|
||||
export default function Section(): React.JSX.Element {
|
||||
return (
|
||||
<div id="ticker" data-section="ticker">
|
||||
<SectionErrorBoundary name="ticker">
|
||||
|
||||
Reference in New Issue
Block a user