7 Commits

Author SHA1 Message Date
78b57f2150 Update src/app/page.tsx 2026-03-04 09:10:43 +00:00
1174fa3129 Update src/app/layout.tsx 2026-03-04 09:10:42 +00:00
6b48af3aac Update src/app/page.tsx 2026-03-04 09:07:45 +00:00
945533ccd5 Update src/app/layout.tsx 2026-03-04 09:07:45 +00:00
53086dd838 Merge version_2 into main
Merge version_2 into main
2026-03-04 09:05:48 +00:00
d40c61b4c5 Update src/app/page.tsx 2026-03-04 09:05:44 +00:00
f7c6450cc6 Update src/app/layout.tsx 2026-03-04 09:05:44 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -86,7 +86,7 @@ export default function HomePage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Start Shopping", href: "/shop" },
{ text: "Shop Now", href: "/shop" },
{ text: "Learn More", href: "/shop" },
]}
buttonAnimation="slide-up"
@@ -283,4 +283,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}