Merge version_1 into main #2
@@ -49,7 +49,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${inter.variable} ${openSans.variable} antialiased`}
|
||||
className={`${inter.variable} ${openSans.variable} ${halant.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
@@ -55,15 +55,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Carlos Mendez", handle: "Director General, Importadora Nacional", testimonial: "Business García nos ha simplificado completamente la gestión tributaria. Su atención y profesionalismo son excepcionales.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional businessman portrait corporate headshot"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional businessman portrait corporate headshot"
|
||||
},
|
||||
{
|
||||
name: "María González", handle: "Gerente Financiera, Tech Solutions Panamá", testimonial: "Con su asesoría hemos optimizado significativamente nuestros procesos contables y cumplimiento fiscal.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=1", imageAlt: "professional businesswoman portrait corporate headshot"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "professional businesswoman portrait corporate headshot"
|
||||
},
|
||||
{
|
||||
name: "Roberto López", handle: "Propietario, Consultora Empresarial", testimonial: "El equipo de Business García nos brindó soluciones estratégicas que impactaron positivamente nuestro resultado.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1", imageAlt: "professional businessman portrait corporate executive"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "professional businessman portrait corporate executive"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -189,15 +189,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Carlos Mendez", role: "Director General", company: "Importadora Nacional", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional businessman portrait corporate headshot"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional businessman portrait corporate headshot"
|
||||
},
|
||||
{
|
||||
id: "2", name: "María González", role: "Gerente Financiera", company: "Tech Solutions Panamá", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=2", imageAlt: "professional businesswoman portrait corporate headshot"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "professional businesswoman portrait corporate headshot"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Roberto López", role: "Propietario", company: "Consultora Empresarial", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2", imageAlt: "professional businessman portrait corporate executive"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "professional businessman portrait corporate executive"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Sofía Ramírez", role: "CEO", company: "Comercio Digital S.A.", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user