5 Commits

Author SHA1 Message Date
f09387b1aa Merge version_2 into main
Merge version_2 into main
2026-03-29 08:20:50 +00:00
a479473f2e Update src/app/page.tsx 2026-03-29 08:20:47 +00:00
4f4f401f91 Merge version_1 into main
Merge version_1 into main
2026-03-29 07:52:28 +00:00
698e018e35 Merge version_1 into main
Merge version_1 into main
2026-03-29 07:52:01 +00:00
34f6a1c15c Merge version_1 into main
Merge version_1 into main
2026-03-29 07:51:35 +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>
);
}
}