mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
fix: homepage filters layout
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
parent
ca37984cff
commit
4edc2bb580
@ -13,7 +13,7 @@ const HomePageFilters = async () => {
|
|||||||
<h1 className="text-4xl font-bold tracking-tight text-white lg:text-6xl">
|
<h1 className="text-4xl font-bold tracking-tight text-white lg:text-6xl">
|
||||||
Find Your Car Part
|
Find Your Car Part
|
||||||
</h1>
|
</h1>
|
||||||
<div className="mt-5">
|
<div className="mt-5 flex grow flex-col items-center gap-3 @md:flex-row">
|
||||||
<FiltersList
|
<FiltersList
|
||||||
years={years}
|
years={years}
|
||||||
makes={makes}
|
makes={makes}
|
||||||
|
@ -75,7 +75,7 @@ const Hero = async () => {
|
|||||||
We will match or beat any competitor's pricing.
|
We will match or beat any competitor's pricing.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="relative mx-auto flex max-w-4xl flex-col items-center ">
|
<div className="relative mx-auto flex w-3/4 max-w-4xl flex-col items-center @container">
|
||||||
<Suspense fallback={<HomePageFiltersPlaceholder />}>
|
<Suspense fallback={<HomePageFiltersPlaceholder />}>
|
||||||
<HomePageFilters />
|
<HomePageFilters />
|
||||||
</Suspense>
|
</Suspense>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user