Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-29 21:37:36 +00:00

View File

@@ -57,7 +57,6 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-recovering-after-having-covid_23-2148763810.jpg", imageAlt: "personal trainer motivating client" },
{ imageSrc: "http://img.b2bpic.net/free-photo/female-yoga-teacher-teaching-class_23-2148925788.jpg", imageAlt: "yoga class stretching dynamic" }
]}
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about">
@@ -99,6 +98,7 @@ export default function LandingPage() {
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -176,7 +176,6 @@ export default function LandingPage() {
{ items: [{ label: "Contacto", href: "#contact" }, { label: "Preguntas Frecuentes", href: "#" }, { label: "Política de Privacidad", href: "#" }] },
{ items: [{ label: "Facebook", href: "https://facebook.com/profitness" }, { label: "Instagram", href: "https://instagram.com/profitness" }, { label: "Twitter", href: "https://twitter.com/profitness" }] }
]}
useInvertedBackground={false}
/>
</div>
</ThemeProvider>