diff --git a/src/components/hero.svelte b/src/components/hero.svelte index 6766475..8b71eb0 100644 --- a/src/components/hero.svelte +++ b/src/components/hero.svelte @@ -26,7 +26,7 @@
-
+
{#if heading?.section}
{heading.section}
{/if} @@ -34,11 +34,11 @@

{heading.title}

{/if} {#if heading?.subtitle} -
{heading.subtitle}
+
{heading.subtitle}
{/if} {#if heading?.description}

200 ? "text-16" : "text-16 lg:text-24"} metropolis-400 whitespace-pre-line`} + class={`${color} lg:max-w-lg ${heading.description.length > 200 ? "text-16" : "text-16 lg:text-24"} metropolis-400 whitespace-pre-line`} > {@html heading.description}

@@ -54,7 +54,7 @@ {/if}
{#if hasSlots} -
+
{/if} diff --git a/src/components/icons/upgrade.svelte b/src/components/icons/upgrade.svelte index e6902a0..df552ce 100644 --- a/src/components/icons/upgrade.svelte +++ b/src/components/icons/upgrade.svelte @@ -1,4 +1,10 @@ - - - + + + + + diff --git a/src/lib/constants/partners.constants.ts b/src/lib/constants/partners.constants.ts index 4555f6f..e231b29 100644 --- a/src/lib/constants/partners.constants.ts +++ b/src/lib/constants/partners.constants.ts @@ -35,6 +35,9 @@ export const COMMERCIAL_PARTNERS: CarouselEntry[] = [ }, { src: "/assets/partners/airflo.png" + }, + { + src: "/assets/partners/dfg-kenya.png" } ]; diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index fe167a8..c477c55 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -22,14 +22,14 @@ ] }, { - label: "How TLIP works", + label: "How TLIP Works", entries: [ { - label: "Launch with ease", + label: "Launch with Ease", url: "/#launch-with-ease" }, { - label: "Built for developers", + label: "Built for Developers", url: "/#built-for-developers" }, { diff --git a/src/routes/why/+page.svelte b/src/routes/why/+page.svelte index 198d7e1..ce3a770 100644 --- a/src/routes/why/+page.svelte +++ b/src/routes/why/+page.svelte @@ -2,7 +2,7 @@ import { ObservedRoute } from "$components"; import type { Section } from "$lib"; import { HaveAnyQuestions } from "$sections/shared"; - import { Hero, Reasons, Challenges } from "$sections/why"; + import { Hero, Reasons, Digitalising } from "$sections/why"; const sections: Section[] = [ { @@ -14,8 +14,8 @@ id: "reasons" }, { - component: Challenges, - id: "challenges" + component: Digitalising, + id: "digitalising" }, { component: HaveAnyQuestions, diff --git a/src/sections/about-us/about-us.svelte b/src/sections/about-us/about-us.svelte index 227510f..03a3e6e 100644 --- a/src/sections/about-us/about-us.svelte +++ b/src/sections/about-us/about-us.svelte @@ -5,13 +5,13 @@ title: "Streamlining Global Trade", description: "TLIP's main focus is to facilitate the smooth exchange of data and trade documents across borders, involving government agencies, traders, and logistics providers. In an industry burdened by paper-based and manual processes, TLIP aims to modernise and streamline operations, overcoming the hurdles associated with traditional methods of data exchange.", - src: "https://placecats.com/millie/400/300" + src: "/assets/about-us/streamlining.png" }, { title: "Our Technology", description: "At TLIP's core lies the robust foundation of IOTA’s open-source distributed ledger technology (DLT). Leveraging DLT’s inherent qualities – transparency, traceability, and immutability – TLIP is designed to foster trust and integrity in shared data.", - src: "https://placecats.com/millie/400/300" + src: "/assets/about-us/collaboration.png" }, { title: "Pilot Programs and Trials", @@ -23,7 +23,7 @@ title: "The Consortium", description: "The TLIP platform was developed by TradeMark Africa in partnership with the IOTA Foundation, drawing on insights gained from implementations in Kenya and the United Kingdom. Recognising the need for a global consortium to ensure widespread adoption, TradeMark Africa, the IOTA Foundation, the World Economic Forum, the Chartered Institute of Export & International Trade, the Global Alliance for Trade Facilitation, and the Tony Blair Institute for Global Change signed a Collaboration Agreement to jointly develop and expand the TLIP infrastructure and governance framework.", - src: "https://placecats.com/millie/400/300" + src: "/assets/about-us/signing.jpg" } ]; @@ -54,7 +54,7 @@

{@html item.description}

-
+
{item.title}
diff --git a/src/sections/about-us/videos.svelte b/src/sections/about-us/videos.svelte index 0ff8294..310e29d 100644 --- a/src/sections/about-us/videos.svelte +++ b/src/sections/about-us/videos.svelte @@ -4,9 +4,10 @@ const items = { cards: [ { - title: "Video Title", - video: "https://media.giphy.com/media/JIX9t2j0ZTN9S/giphy.mp4", - description: "Cat ipsum dolor sit amet, run at 3am for get scared by doggo." + title: "Flowers from Kenya to Holland", + video: "https://files.iota.org/media/TLIP_Documentary_2020.mp4", + description: "The benefits of TLIP are demonstrated by a shipment of flowers from Nairobi, Kenya, to Royal FloraHolland in the Netherlands.", + poster: "/assets/posters/TLIP_Documentary_2020_poster.png" }, { title: "Video Title", @@ -20,10 +21,10 @@

Videos

- {#each items.cards as { video, description, title }} + {#each items.cards as { video, description, title, poster }}
{#if video} -