Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f09387b1aa | |||
| a479473f2e | |||
| 4f4f401f91 | |||
| 698e018e35 | |||
| 34f6a1c15c |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user