Merge version_3 into main #4

Merged
bender merged 2 commits from version_3 into main 2026-03-07 12:25:42 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -63,7 +63,7 @@ export default function HomePage() {
<div id="featured" data-section="featured">
<ProductCardOne
title="Featured Products"
description="Shop our latest collection of premium athletic shoes and performance gear"
description="Premium athletic shoes engineered for performance and comfort"
tag="New Arrivals"
products={[
{
@@ -245,4 +245,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}