4 Commits

Author SHA1 Message Date
95796c4cd5 Update src/app/page.tsx 2026-03-07 12:25:37 +00:00
ad8de3c53f Update src/app/layout.tsx 2026-03-07 12:25:37 +00:00
fbd59b7941 Merge version_2 into main
Merge version_2 into main
2026-03-07 12:24:09 +00:00
393bcd0f1b Merge version_2 into main
Merge version_2 into main
2026-03-07 12:22:19 +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>
);
}
}