Compare commits
4 Commits
version_11
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| e19762e9dc | |||
| 77efa6ce77 | |||
| 0c48d9ba0f | |||
| 919f56309c |
@@ -37,7 +37,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="Palancar Barbershop"
|
||||
button={{ text: "305-824-9966", href: "tel:3058249966" }}
|
||||
buttonClassName="min-w-[240px]"
|
||||
buttonClassName="min-w-fit px-3 text-xs md:text-sm"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,6 +48,7 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "Reservar Cita", href: "tel:3058249966" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1777594381425-5bkzkhum.jpg?_wi=1"
|
||||
imageAlt="interior moderno de barbería"
|
||||
buttonClassName="text-sm md:text-base"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -96,6 +97,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Menú de Precios"
|
||||
description="Servicios de calidad para ti."
|
||||
planButtonClassName="whitespace-nowrap text-xs md:text-sm px-3"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -125,6 +127,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
contentClassName="max-w-7xl mx-auto"
|
||||
buttonClassName="whitespace-nowrap px-4 text-sm"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user