Merge version_44 into main #69

Merged
bender merged 1 commits from version_44 into main 2026-04-27 01:18:47 +00:00

View File

@@ -112,6 +112,7 @@ export default function LandingPage() {
subdescription=""
icon={Heart}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5MJh3BJx339lVFA4KYjFzlzMX/uploaded-1773894327718-8nx4sc9p.jpg"
videoSrc=""
useInvertedBackground={true}
/>
</div>
@@ -134,6 +135,7 @@ export default function LandingPage() {
<div id="reels" data-section="reels">
<BlogCardThree
title="Behind the Beauty"
description="See our latest collections in motion."
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
@@ -171,6 +173,8 @@ export default function LandingPage() {
title="Ready to Find Your Dream Dress?"
description="Book your free 30-minute session today."
buttons={[{ text: "Call (747) 800-7770", href: "tel:747-800-7770" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -178,6 +182,7 @@ export default function LandingPage() {
<FooterSimple
columns={[{ title: "Links", items: [{ label: "Home", href: "/" }] }]}
bottomLeftText="© 2024 Irentall"
bottomRightText="All rights reserved"
/>
</div>
{renderModal()}