Update src/app/page.tsx
This commit is contained in:
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
title="Crafted for those who demand the finest. We source premium ingredients with unwavering attention to quality, purity, and efficacy. Every supplement is rigorously tested to ensure you receive nothing but excellence."
|
title="Crafted for those who demand the finest. We source premium ingredients with unwavering attention to quality, purity, and efficacy. Every supplement is rigorously tested to ensure you receive nothing but excellence."
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Shop Premium Collection", href: "products"
|
text: "Shop Premium Collection", href: "products"
|
||||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
|||||||
description="Carefully curated supplements for optimal wellness"
|
description="Carefully curated supplements for optimal wellness"
|
||||||
tag="Featured Products"
|
tag="Featured Products"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
products={[
|
products={[
|
||||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
|||||||
title="Our Impact"
|
title="Our Impact"
|
||||||
description="Trusted credentials that reflect our commitment to excellence"
|
description="Trusted credentials that reflect our commitment to excellence"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
@@ -213,7 +213,7 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
text="Ready to elevate your wellness journey? Discover our complete collection of premium supplements and experience the VITALIS difference today."
|
text="Ready to elevate your wellness journey? Discover our complete collection of premium supplements and experience the VITALIS difference today."
|
||||||
animationType="entrance-slide"
|
animationType="entrance-slide"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Shop Now", href: "products"
|
text: "Shop Now", href: "products"
|
||||||
|
|||||||
Reference in New Issue
Block a user