2 Commits

Author SHA1 Message Date
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

View File

@@ -45,8 +45,7 @@ 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: "Explore Kits", href: "#products" }
]}
/>
</div>
@@ -138,4 +137,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}