Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed8abc94d7 | |||
| 5e6a80f49c | |||
| f9d20fcc8a |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
@@ -41,17 +41,16 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="Vitality Moringa"
|
||||
<HeroSplit
|
||||
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."
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Explore Products", href: "#products" },
|
||||
{ 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"
|
||||
imageAlt="Premium moringa powder in eco-friendly packaging"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
className="w-full"
|
||||
@@ -72,7 +71,6 @@ export default function LandingPage() {
|
||||
imageAlt="Sustainable moringa plant farm with green leaves"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
tagAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user