5 Commits

Author SHA1 Message Date
4f8300150e Merge version_3 into main
Merge version_3 into main
2026-03-10 10:01:09 +00:00
ed8abc94d7 Update src/app/page.tsx 2026-03-10 10:01:05 +00:00
1f36e95ac6 Merge version_3 into main
Merge version_3 into main
2026-03-10 09:59:54 +00:00
5e6a80f49c Update src/app/page.tsx 2026-03-10 09:59:50 +00:00
f9d20fcc8a Merge version_2 into main
Merge version_2 into main
2026-03-10 09:57:54 +00:00

View File

@@ -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>