feat: refactor Home component layout by repositioning FrequentSearches and integrating ComeFunziona
This commit is contained in:
parent
0154e0dffe
commit
eece37df8b
1 changed files with 1 additions and 2 deletions
|
|
@ -50,11 +50,10 @@ const Home: NextPage = () => {
|
|||
</div>
|
||||
</main>
|
||||
<div className="w-full space-y-10 md:space-y-20">
|
||||
<FrequentSearches />
|
||||
<div className="mx-auto max-w-4xl px-1 sm:px-0">
|
||||
<ComeFunziona />
|
||||
</div>
|
||||
<FrequentSearches />
|
||||
|
||||
<AccordionComp
|
||||
className="mb-4 max-w-4xl py-4 md:py-8"
|
||||
texts={t.index.accordion_minifaq}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue