-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9110b8
commit bc897ad
Showing
3 changed files
with
24 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
import InfiniteLogoCarousel from "@/components/infinite-logo-carousel"; | ||
--- | ||
<section id="customers" class="py-8 md:py-12 lg:py-28 bg-[#15181d]"> | ||
<div | ||
class="mx-auto flex flex-col items-center justify-center gap-4 text-center" | ||
> | ||
<h2 class="font-heading text-3xl md:text-4xl lg:text-[40px]"> | ||
Con la confianza de marcas líderes | ||
</h2> | ||
<p class="mt-0 text-balance text-lg text-muted-foreground"> | ||
E-commerce, Software Factory, Fintech, Gastronomía, Administración Pública, y mas... | ||
</p> | ||
|
||
<InfiniteLogoCarousel /> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters