Merge version_2 into main #2

Merged
development merged 1 commits from version_2 into main 2026-01-03 14:39:03 +00:00

View File

@@ -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 HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
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';
@@ -39,15 +39,20 @@ export default function SuppleLabs() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitLarge <HeroBillboardCarousel
title="Premium Supplements for Peak Performance" slides={[
description="Elevate your health and fitness with science-backed supplements designed for real results" {
tag="Shop Now" id: "1",
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767450501525-2z6ffwci.jpg" title: "Premium Supplements for Peak Performance",
imageAlt="Premium supplement bottle collection" description: "Elevate your health and fitness with science-backed supplements designed for real results",
buttons={[ tag: "Shop Now",
{ text: "Explore Products", href: "products" }, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767450501525-2z6ffwci.jpg",
{ text: "Learn More", href: "about" } imageAlt: "Premium supplement bottle collection",
buttons: [
{ text: "Explore Products", href: "products" },
{ text: "Learn More", href: "about" }
]
}
]} ]}
/> />
</div> </div>
@@ -113,7 +118,6 @@ export default function SuppleLabs() {
} }
]} ]}
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
/> />
@@ -144,7 +148,6 @@ export default function SuppleLabs() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767450505972-ot2l2fm6.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767450505972-ot2l2fm6.jpg"
} }
]} ]}
animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
/> />