Compare commits
5 Commits
version_26
...
version_28
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c990a2156 | |||
| 5260ba8ad3 | |||
| 16f7182325 | |||
| ad001495bd | |||
| 23212fd5fb |
@@ -49,7 +49,7 @@ export default function GalleryPage() {
|
|||||||
<FeatureCardOne
|
<FeatureCardOne
|
||||||
title={item.title}
|
title={item.title}
|
||||||
description={item.description}
|
description={item.description}
|
||||||
gridVariant="two-columns-alternating-heights"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
@@ -136,13 +136,15 @@ export default function LandingPage() {
|
|||||||
<div id="gallery" data-section="gallery" className="py-20">
|
<div id="gallery" data-section="gallery" className="py-20">
|
||||||
<FeatureCardOne
|
<FeatureCardOne
|
||||||
title="Professional Cargo Logistics"
|
title="Professional Cargo Logistics"
|
||||||
description="A free-flowing view of our premium packing and logistics standards."
|
description="A free-flowing, spacious view of our premium packing and logistics standards."
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
carouselMode="auto"
|
carouselMode="buttons"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="uniform-all-items-equal"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={galleryItems}
|
features={galleryItems}
|
||||||
|
containerClassName="max-w-7xl mx-auto px-8"
|
||||||
|
gridClassName="gap-16"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -159,4 +161,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user