Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-09 14:22:06 +00:00

View File

@@ -205,6 +205,7 @@ export default function HomePage() {
testimonials={testimonials}
gridVariant="uniform-all-items-equal"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -227,6 +228,7 @@ export default function HomePage() {
description="Every element of Jashn-E-Bengal is designed to create unforgettable moments with loved ones."
features={experienceFeatures}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -237,6 +239,7 @@ export default function HomePage() {
description="Alongside our restaurant, enjoy a delightful range of fresh baked treats and celebration cakes."
features={bakeryFeatures}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
/>
</div>
@@ -259,6 +262,7 @@ export default function HomePage() {
metrics={metrics}
gridVariant="uniform-all-items-equal"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
/>
</div>
@@ -269,6 +273,7 @@ export default function HomePage() {
description="Glimpse into the warmth, elegance, and culinary excellence of Jashn-E-Bengal."
features={galleryFeatures}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
/>
</div>