Update src/app/page.tsx
This commit is contained in:
@@ -88,8 +88,8 @@ export default function LandingPage() {
|
||||
{ id: "brian", title: "Brian Teran", subtitle: "Master Barbero", detail: "Técnico de barba", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1777623430002-s664af23.png" },
|
||||
{ id: "jose", title: "Jose Fernandez", subtitle: "Master Barbero", detail: "Cortes modernos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1777623398212-faml8059.png" },
|
||||
{ id: "rusbel", title: "Rusbel Hernandez", subtitle: "Master Barbero", detail: "Atención al detalle", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1777622706443-nt3xtwbz.png" },
|
||||
{ id: "isbel", title: "Isbel", subtitle: "Master Barbero", detail: "Experiencia y precisión" },
|
||||
{ id: "roner", title: "Roner", subtitle: "Master Barbero", detail: "Estilo y detalle" }
|
||||
{ id: "isbel", title: "Isbel", subtitle: "Master Barbero", detail: "Experiencia y precisión", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1777623430003-018sp65s.png" },
|
||||
{ id: "roner", title: "Roner", subtitle: "Master Barbero", detail: "Estilo y detalle", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1777623398212-faml8059.png" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -162,6 +162,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
contentClassName="max-w-7xl mx-auto"
|
||||
textClassName="text-center"
|
||||
buttonClassName="whitespace-nowrap px-4 text-sm"
|
||||
/>
|
||||
</div>
|
||||
@@ -178,4 +179,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user