Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge';
|
||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||||
@@ -40,21 +40,17 @@ export default function SuppleLabs() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroSplitLarge
|
||||||
items={[
|
title="Premium Supplements for Peak Performance"
|
||||||
{
|
description="Elevate your health and fitness with science-backed supplements designed for real results"
|
||||||
id: "1",
|
tag="Top Quality"
|
||||||
title: "Premium Supplements for Peak Performance",
|
tagIcon={Trophy}
|
||||||
description: "Elevate your health and fitness with science-backed supplements designed for real results",
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767450501525-2z6ffwci.jpg"
|
||||||
backgroundImage: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767450501525-2z6ffwci.jpg",
|
imageAlt="Premium supplement bottle collection"
|
||||||
backgroundImageAlt: "Premium supplement bottle collection",
|
buttons={[
|
||||||
buttons: [
|
{ text: "Explore Products", href: "products" },
|
||||||
{ text: "Explore Products", href: "products" },
|
{ text: "Learn More", href: "about" }
|
||||||
{ text: "Learn More", href: "about" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]}
|
]}
|
||||||
animationType="fade"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user