4 Commits

Author SHA1 Message Date
5e1fa345d2 Merge version_3 into main
Merge version_3 into main
2026-03-07 14:58:10 +00:00
1b04040cee Update src/app/page.tsx 2026-03-07 14:58:06 +00:00
75cfbad668 Update src/app/layout.tsx 2026-03-07 14:58:06 +00:00
12cc88dcd2 Merge version_2 into main
Merge version_2 into main
2026-03-07 12:56:12 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -77,7 +77,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardThree
title="Featured Products"
description="Browse our curated selection of quality items available at CENTRO"
description="Premium Quality at Best Prices - Browse our curated selection of quality items available at CENTRO. Authentic merchandise backed by customer satisfaction guarantee."
products={[
{
id: "1", name: "Premium Fashion Collection", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/rack-with-overclothes-shop_23-2147784096.jpg", imageAlt: "Fashion collection display", initialQuantity: 1,
@@ -226,4 +226,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}