Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-29 08:20:50 +00:00

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/side-view-tall-glass-black-vase-with-blue-flowers-wooden-floor_140725-12920.jpg", imageAlt: "Luxurious Scent C" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-natural-argan-oil-dropper_23-2149016617.jpg", imageAlt: "Luxurious Scent D" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-serum-bottle-still-life_23-2149249550.jpg", imageAlt: "Luxurious Scent E" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-psd/perfume-template-design_23-2151564363.jpg", imageAlt: "Luxurious Scent F" },
{ id: "6", imageSrc: "http://img.b2psd/perfume-template-design_23-2151564363.jpg", imageAlt: "Luxurious Scent F" },
]}
/>
</div>
@@ -72,7 +72,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardFour
animationType="slide-up"
animationType="scale-rotate"
textboxLayout="split-description"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
@@ -88,7 +88,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
animationType="depth-3d"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
@@ -130,4 +130,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}