3 Commits

Author SHA1 Message Date
4530c72f8e Switch to version 1: modified src/app/page.tsx 2026-03-03 14:08:51 +00:00
043ce8255d Switch to version 1: modified src/app/layout.tsx 2026-03-03 14:08:50 +00:00
253bb4e9f4 Merge version_2 into main
Merge version_2 into main
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: "Browse Deals", href: "#about" },
{ text: "Learn More", href: "#about" },
]}
buttonAnimation="slide-up"
ariaLabel="Hero section"
@@ -277,4 +277,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}