Merge version_1 into main #1
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user