Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-03 13:53:29 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -71,7 +71,7 @@ export default function AppPage() {
<div id="products" data-section="products">
<ProductCardTwo
title="Featured Products"
description="Handpicked selections from our premium collection. Each product is quality-assured and ready to ship."
description="Handpicked selections from our premium collection. Each product is quality-assured, backed by our 30-day guarantee, and ready to ship."
tag="Best Sellers"
tagIcon={Star}
tagAnimation="slide-up"
@@ -270,4 +270,4 @@ export default function AppPage() {
</div>
</ThemeProvider>
);
}
}