Compare commits
4 Commits
version_10
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c48d9ba0f | |||
| 919f56309c | |||
| 8e16b96cb3 | |||
| 6a7ea2f5a1 |
@@ -37,7 +37,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="Palancar Barbershop"
|
||||
button={{ text: "305-824-9966", href: "tel:3058249966" }}
|
||||
buttonClassName="min-w-[200px]"
|
||||
buttonClassName="min-w-fit px-6"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -96,6 +96,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Menú de Precios"
|
||||
description="Servicios de calidad para ti."
|
||||
planButtonClassName="whitespace-nowrap px-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -124,7 +125,8 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
contentClassName="max-w-4xl mx-auto"
|
||||
contentClassName="max-w-7xl mx-auto"
|
||||
buttonClassName="whitespace-nowrap px-6"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user