Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-01-04 17:50:54 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -152,8 +152,8 @@ export default function LandingPage() {
}
]}
animationType="slide-up"
titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-lg text-foreground/75"
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
textBoxDescriptionClassName="text-lg text-foreground/75"
/>
</div>
@@ -245,8 +245,8 @@ export default function LandingPage() {
imageAlt: "Lisa Thompson testimonial"
}
]}
titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-lg text-foreground/75"
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
textBoxDescriptionClassName="text-lg text-foreground/75"
/>
</div>
@@ -301,8 +301,8 @@ export default function LandingPage() {
content: "Edgetabs is gluten-free and vegan. Full ingredient list is available on our site. If you have specific allergies, review the label or contact us before purchasing."
}
]}
titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-lg text-foreground/75"
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
textBoxDescriptionClassName="text-lg text-foreground/75"
/>
</div>