Update src/app/page.tsx
This commit is contained in:
@@ -18,8 +18,8 @@ export default function LandingPage() {
|
||||
sizing="mediumLarge"
|
||||
background="none"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{ type: "text", content: "The Elite Cut Difference" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/male-hairdresser-posing-salon_23-2150462487.jpg", alt: "Barber" }
|
||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="booking" data-section="booking">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
tag="Agendamento"
|
||||
title="Reserve seu horário"
|
||||
description="Escolha o melhor horário e garanta sua transformação com nossos especialistas."
|
||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
tag="Contato"
|
||||
title="Entre em contato"
|
||||
description="Estamos localizados no coração da cidade. Entre em contato conosco para dúvidas ou suporte."
|
||||
|
||||
Reference in New Issue
Block a user