Compare commits
4 Commits
version_25
...
version_27
| Author | SHA1 | Date | |
|---|---|---|---|
| ad001495bd | |||
| 23212fd5fb | |||
| 8aa2dccec1 | |||
| e32f65e1d1 |
@@ -45,7 +45,7 @@ export default function GalleryPage() {
|
||||
</div>
|
||||
|
||||
{galleryItems.map((item, index) => (
|
||||
<div key={index} id={`gallery-${index}`} data-section="gallery" className="py-12 border-b border-gray-100">
|
||||
<div key={index} id={`gallery-${index}`} data-section="gallery" className="py-24 border-b border-gray-100">
|
||||
<FeatureCardOne
|
||||
title={item.title}
|
||||
description={item.description}
|
||||
@@ -54,8 +54,9 @@ export default function GalleryPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[item]}
|
||||
gridClassName="gap-8"
|
||||
cardClassName="min-h-[400px]"
|
||||
containerClassName="max-w-7xl mx-auto px-6"
|
||||
gridClassName="gap-12"
|
||||
cardClassName="min-h-[500px]"
|
||||
/>
|
||||
</div>
|
||||
))}
|
||||
|
||||
@@ -136,13 +136,15 @@ export default function LandingPage() {
|
||||
<div id="gallery" data-section="gallery" className="py-20">
|
||||
<FeatureCardOne
|
||||
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"
|
||||
carouselMode="auto"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
carouselMode="buttons"
|
||||
gridVariant="bento-grid"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={galleryItems}
|
||||
containerClassName="max-w-7xl mx-auto px-8"
|
||||
gridClassName="gap-16"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user