8 Commits

Author SHA1 Message Date
4c8ea6067e Update src/app/page.tsx 2026-04-21 13:39:14 +00:00
9462d28243 Merge version_10 into main
Merge version_10 into main
2026-04-21 13:37:00 +00:00
0771a3e7c0 Update src/app/page.tsx 2026-04-21 13:36:57 +00:00
ef9033bb37 Merge version_9 into main
Merge version_9 into main
2026-04-21 13:36:17 +00:00
694048f680 Update src/app/page.tsx 2026-04-21 13:36:14 +00:00
a166adf59c Merge version_8 into main
Merge version_8 into main
2026-04-21 13:27:52 +00:00
03ab6f43e8 Update src/app/page.tsx 2026-04-21 13:27:48 +00:00
bf2f79fffe Merge version_7 into main
Merge version_7 into main
2026-04-21 13:25:53 +00:00

View File

@@ -45,9 +45,9 @@ export default function LandingPage() {
description="Discover magical painting kits designed to spark imagination and artistic growth."
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Explore Kits", href: "#products" },
{ text: "Start Painting", href: "#contact" }
{ text: "Shop Painting Kits", href: "#products" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfIJ6pjqcsTIIYv6uRMxnz7zo5/uploaded-1776778741961-mexlj30b.jpg"
/>
</div>
@@ -138,4 +138,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}