Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 95796c4cd5 | |||
| ad8de3c53f | |||
| fbd59b7941 | |||
| 393bcd0f1b |
@@ -1412,4 +1412,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -63,7 +63,7 @@ export default function HomePage() {
|
|||||||
<div id="featured" data-section="featured">
|
<div id="featured" data-section="featured">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
title="Featured Products"
|
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"
|
tag="New Arrivals"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
@@ -245,4 +245,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user