Merge version_2 into main #5

Merged
bender merged 2 commits from version_2 into main 2026-03-03 13:49:28 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -58,7 +58,7 @@ export default function HomePage() {
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Start Shopping", href: "/products" },
{ text: "Learn More", href: "#about" },
{ text: "Browse Deals", href: "#about" },
]}
buttonAnimation="slide-up"
ariaLabel="Hero section"
@@ -277,4 +277,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}