File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const Sectors = () => {
3232 const router = useRouter ( ) ;
3333
3434 return (
35- < div className = "container pt-10 md:px-8 lg:pt-20" >
35+ < div className = "container pt-10 pb-12 md:px-8 lg:pt-20 lg:pb-24 " >
3636 < div className = "flex flex-wrap items-center justify-between gap-4 px-4 md:px-12 lg:gap-2 lg:px-12 " >
3737 < div className = "flex flex-col gap-2" >
3838 < Text variant = "headingXl" > Explore Sectors</ Text >
@@ -41,7 +41,7 @@ const Sectors = () => {
4141 matters most to your domain.
4242 </ Text >
4343 </ div >
44- < div >
44+ < div className = "mr-8 lg:mr-12" >
4545 < Button
4646 kind = "tertiary"
4747 className = "bg-transparent border-none shadow-none text-primaryText px-0 hover:underline"
Original file line number Diff line number Diff line change @@ -60,9 +60,13 @@ export default async function Home() {
6060 < JsonLd json = { jsonLd } />
6161 < div className = "bg-surfaceDefault" >
6262 < Content />
63- < UseCases />
63+ < section className = "w-full bg-alternateBackgroundColor pb-10 lg:pb-20" >
64+ < UseCases />
65+ </ section >
6466 < Sectors />
67+ < section className = "w-full bg-alternateBackgroundColor" >
6568 < Datasets />
69+ </ section >
6670 </ div >
6771 </ >
6872 ) ;
Original file line number Diff line number Diff line change 2323 --base-blue-solid-10 : # 0081f1 ;
2424 --base-blue-solid-11 : # 006adc ;
2525 --base-blue-solid-12 : # 00254d ;
26+ --base-blue-solid-14 : # f9fcff ;
2627 --base-violet-solid-1 : # fdfcfe ;
2728 --base-violet-solid-2 : # fbfaff ;
2829 --base-violet-solid-3 : # f5f2ff ;
174175 --action-secondary-basic-hovered : var (--base-violet-solid-4 );
175176 --action-secondary-neutral-depressed : var (--base-gray-slate-solid-6 );
176177 --action-tertiary-basic-hover : var (--base-violet-alpha-2 );
178+ --alternate-background-color : var (--base-blue-solid-14 );
177179 --base-indigo-alpha-1 : # 05058203 ;
178180 --action-tertiary-interactive-hover : var (--base-blue-alpha-2 );
179181 --base-indigo-alpha-2 : # 054cff08 ;
Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ module.exports = {
166166 actionSecondaryBasicHovered : 'var(--base-violet-solid-4)' ,
167167 actionSecondaryNeutralDepressed : 'var(--base-gray-slate-solid-6)' ,
168168 actionTertiaryBasicHover : 'var(--base-violet-alpha-2)' ,
169+ alternateBackgroundColor : 'var(--alternate-background-color)' ,
169170 baseIndigoAlpha1 : '#05058203' ,
170171 actionTertiaryInteractiveHover : 'var(--base-blue-alpha-2)' ,
171172 baseIndigoAlpha2 : '#054CFF08' ,
You can’t perform that action at this time.
0 commit comments