Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f8300150e | |||
| ed8abc94d7 | |||
| 1f36e95ac6 | |||
| 5e6a80f49c | |||
| f9d20fcc8a |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
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';
|
||||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||||
@@ -41,17 +41,16 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroSplit
|
||||||
logoText="Vitality Moringa"
|
title="Vitality Moringa"
|
||||||
description="Farm-grown moringa nutritional capsules and powder. Pure, potent wellness in every serving. Sustainably sourced superfoods to elevate your health journey."
|
description="Farm-grown moringa nutritional capsules and powder. Pure, potent wellness in every serving. Sustainably sourced superfoods to elevate your health journey."
|
||||||
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Products", href: "#products" },
|
{ text: "Explore Products", href: "#products" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Learn More", href: "#about" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-green-asian-tea-matcha_23-2148296717.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-green-asian-tea-matcha_23-2148296717.jpg?_wi=1"
|
||||||
imageAlt="Premium moringa powder in eco-friendly packaging"
|
imageAlt="Premium moringa powder in eco-friendly packaging"
|
||||||
frameStyle="card"
|
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
className="w-full"
|
className="w-full"
|
||||||
@@ -72,7 +71,6 @@ export default function LandingPage() {
|
|||||||
imageAlt="Sustainable moringa plant farm with green leaves"
|
imageAlt="Sustainable moringa plant farm with green leaves"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
tagAnimation="slide-up"
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user