Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-04-30 14:47:05 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
description="Premium Distributor of Cello household products. Elegance and utility for every home."
buttons={[{ text: "View Collection", href: "#products" }]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchenware-set_23-2148900000.jpg", imageAlt: "Premium kitchenware collection" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D55wVjOr9sdm0qnPqQeL6r3pIi/uploaded-1777560408546-9f6aubwd.jpg", imageAlt: "Premium kitchenware collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/clean-minimalist-kitchen_23-2149100000.jpg", imageAlt: "Storage solutions" }
]}
/>
@@ -129,4 +129,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}