Merge version_2 into main #8

Merged
bender merged 5 commits from version_2 into main 2026-02-20 09:56:20 +00:00
5 changed files with 6 additions and 5 deletions

View File

@@ -68,4 +68,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -1413,4 +1413,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -175,6 +175,7 @@ export default function LandingPage() {
title="Get In Touch"
description="Ready to order? Have questions about our arrangements? We'd love to hear from you. Contact us today to start creating your perfect floral moment."
useInvertedBackground={false}
imageSrc="https://img.b2bpic.net/free-photo/beautiful-bouquet-lilacs-roses-standing-rustic-hence-vase_114579-1849.jpg"
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/uploaded-1771579037483-z9kji4b2.mp4"
imageAlt="Beautiful flowers arranged on studio workspace"
mediaAnimation="slide-up"
@@ -208,4 +209,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -239,4 +239,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -114,4 +114,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}