Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-03-03 13:49:27 +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>
);
}
}