Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-08 17:26:46 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -83,7 +83,7 @@ export default function HomePage() {
]}
buttons={[
{
text: "Start Shopping", href: "/products"
text: "Shop Now & Save 15%", href: "/products"
},
{
text: "Learn More", href: "#features"
@@ -305,4 +305,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}