Compare commits
5 Commits
version_22
...
version_24
| Author | SHA1 | Date | |
|---|---|---|---|
| c26631bbdd | |||
| d38d8dff1b | |||
| 6b54728f69 | |||
| 8cedb657d6 | |||
| 6a193f9871 |
@@ -48,11 +48,14 @@ export default function GalleryPage() {
|
||||
<FeatureCardOne
|
||||
title="Professional Cargo Logistics"
|
||||
description="Our premium packing, loading, and tracking standards."
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
carouselMode="auto"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={galleryItems}
|
||||
gridClassName="gap-8 md:gap-12 lg:gap-16"
|
||||
cardClassName="min-h-[400px] md:min-h-[500px]"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -69,4 +72,4 @@ export default function GalleryPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -138,6 +138,7 @@ export default function LandingPage() {
|
||||
title="Professional Cargo Logistics"
|
||||
description="A free-flowing view of our premium packing and logistics standards."
|
||||
animationType="slide-up"
|
||||
carouselMode="auto"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user