Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-12 05:01:46 +00:00

View File

@@ -96,7 +96,6 @@ export default function LandingPage() {
{ imageSrc: getAssetUrl("hero-carousel-6"), imageAlt: getAssetAlt("hero-carousel-6", "Diverse Users of EyeCare Pro") }
]}
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="features" data-section="features">
@@ -171,6 +170,7 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
animationType="depth-3d"
useInvertedBackground={true}
textboxLayout="default"
/>
</div>
<div id="pricing" data-section="pricing">
@@ -284,7 +284,6 @@ export default function LandingPage() {
{ items: [{ label: "About Us", href: "#about" }, { label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
useInvertedBackground={false}
/>
</div>
</ThemeProvider>