diff --git a/app/marketing/[id]/page.tsx b/app/marketing/[id]/page.tsx index 07549b9..35935e9 100644 --- a/app/marketing/[id]/page.tsx +++ b/app/marketing/[id]/page.tsx @@ -41,29 +41,7 @@ export default async function Home({ params }: IProps) { } console.log(cmsData); - const centerFrames = [ - { - src: "/magnifier.svg", - title: "1. Discover with AI", - alt: "Magnifier", - description: - "Our intelligent platform scours thousands of sources to find the perfect, most relevant tender opportunities for your specific business and expertise", - }, - { - src: "/clipboard.svg", - title: "2. Prepare with Experts", - alt: "Clipboard", - description: - "Gain access to expert support and powerful tools to craft compelling, competitive, and high-quality bids that stand out from the competition.", - }, - { - src: "/thumbs-up.svg", - title: "3. Win with a Partner", - alt: "thumbs-up", - description: - "We operate on a partnership model. We only succeed when you win. This aligns our goals and makes us a true partner in your growth.", - }, - ]; + const centerFrames = cmsData?.data.features.cards ?? []; return ( <> @@ -86,7 +64,7 @@ export default async function Home({ params }: IProps) {
- {cmsData?.data.hero.Description} + {cmsData?.data.hero.description}
{frame.description}
@@ -160,82 +137,53 @@ export default async function Home({ params }: IProps) {- The procurement market is tough for SMEs. We get it. You're facing - an uphill battle. + {cmsData?.data.challenges.description}
- Lacking the time, dedicated staff, and expertise to constantly - monitor the market and prepare high-quality bids. -
-- Navigating complex requirements and processes designed for large - corporations with dedicated tender departments. -
-- Did you know 68% of SMEs in Sweden rarely or never win public - tenders? It's time to change that. -
-{card.description}
+{card.Description}
+{card.description}
- {cmsData?.data.footer.Tagline} + {cmsData?.data.footer.tagline}
- {cmsData?.data.footer.Copyright} + {cmsData?.data.footer.copyright}{cmsData?.data.footer.Location}
+{cmsData?.data.footer.location}