Skip to content

Commit 570dd3d

Browse files
committed
Get the tiktok tag in there
1 parent ce888ed commit 570dd3d

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

src/components/Sections/Ecosystem.svelte

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</div>
1818
<div class="relative mt-[-100px] bg-navy pb-f64 md:pb-f120">
1919
<section class="freq-container flex items-center md:px-52">
20-
<div class="w-full lg:w-2/3">
20+
<div class="flex w-full flex-col lg:w-2/3">
2121
<Typography tag="h0" class="relative z-10 font-title text-white">
2222
Growing into a better <br class="hidden md:inline" />Future Together
2323
</Typography>
@@ -27,15 +27,18 @@
2727
acquire TikTok US, Frequency fosters a collaborative, decentralizing environment where communities can thrive
2828
around shared values, driving social impact, creativity, and growth.
2929
</p>
30-
<TicTokTag class="lg:hidden" />
31-
<Button size="full" class="max-w-[400px]" href="https://thepeoplesbid.com/">Learn About the People's Bid</Button
32-
>
30+
<TicTokTag class="my-5 max-w-[300px] self-center md:self-start lg:hidden" />
31+
<div class="self-center md:self-start">
32+
<Button size="full" class="max-w-[400px]" href="https://thepeoplesbid.com/"
33+
>Learn About the People's Bid</Button
34+
>
35+
</div>
3336
</div>
3437
<TicTokTag class="hidden w-full lg:flex lg:w-1/3" />
3538
</section>
3639
</div>
3740
<section class="freq-container py-10">
38-
<Typography tag="h1" class="mb-6 text-center font-title text-navyLight">
41+
<Typography tag="h1" class="text-navyLight mb-6 text-center font-title">
3942
Companies in the Frequency Ecosystem
4043
</Typography>
4144
<div class="flex w-full flex-wrap justify-around p-2 md:p-6">

src/components/TikTokTag.svelte

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
<div class={$$restProps.class}>
2-
<div class="max-w-[200px] rounded-lg bg-white p-3 text-left uppercase text-[#ea635a]">
3-
The People’s Bid<br />for TikTok
4-
</div>
2+
<img alt="The People's Bid for TikTok" src="src/lib/assets/the-peoples-bid.svg" />
53
</div>

src/lib/assets/the-peoples-bid.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)