3 Commits

Author SHA1 Message Date
80647572fd Switch to version 2: modified src/app/page.tsx 2026-03-07 12:28:17 +00:00
ffe56cc679 Switch to version 2: modified src/app/layout.tsx 2026-03-07 12:28:17 +00:00
f738b01e68 Merge version_3 into main
Merge version_3 into main
2026-03-07 12:25:41 +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="Premium athletic shoes engineered for performance and comfort"
description="Shop our latest collection of premium athletic shoes and performance gear"
tag="New Arrivals"
products={[
{
@@ -245,4 +245,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}