Compare commits

...

3 Commits

Author SHA1 Message Date
7c990a2156 Update src/app/page.tsx 2026-05-23 09:56:22 +00:00
5260ba8ad3 Update src/app/gallery/page.tsx 2026-05-23 09:56:21 +00:00
16f7182325 Merge version_27 into main
Merge version_27 into main
2026-05-23 09:54:41 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ export default function GalleryPage() {
<FeatureCardOne
title={item.title}
description={item.description}
gridVariant="two-columns-alternating-heights"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}

View File

@@ -139,7 +139,7 @@ export default function LandingPage() {
description="A free-flowing, spacious view of our premium packing and logistics standards."
animationType="slide-up"
carouselMode="buttons"
gridVariant="bento-grid"
gridVariant="uniform-all-items-equal"
textboxLayout="split"
useInvertedBackground={false}
features={galleryItems}
@@ -161,4 +161,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}