Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -152,8 +152,8 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
titleClassName="text-4xl md:text-5xl font-bold"
|
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
|
||||||
descriptionClassName="text-lg text-foreground/75"
|
textBoxDescriptionClassName="text-lg text-foreground/75"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -245,8 +245,8 @@ export default function LandingPage() {
|
|||||||
imageAlt: "Lisa Thompson testimonial"
|
imageAlt: "Lisa Thompson testimonial"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
titleClassName="text-4xl md:text-5xl font-bold"
|
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
|
||||||
descriptionClassName="text-lg text-foreground/75"
|
textBoxDescriptionClassName="text-lg text-foreground/75"
|
||||||
/>
|
/>
|
||||||
</div>
|
</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."
|
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"
|
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
|
||||||
descriptionClassName="text-lg text-foreground/75"
|
textBoxDescriptionClassName="text-lg text-foreground/75"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user