3 Commits

Author SHA1 Message Date
6e7f242f4a Update src/app/page.tsx 2026-03-04 05:03:49 +00:00
126497e68c Update src/app/layout.tsx 2026-03-04 05:03:49 +00:00
55f9a77d27 Merge version_2 into main
Merge version_2 into main
2026-03-04 05:01:51 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -113,7 +113,7 @@ export default function LandingPage() {
<ProductCardTwo <ProductCardTwo
title="Featured Collections" title="Featured Collections"
description="Explore our premium range of acrylic LED writing boards designed for every need and budget." description="Explore our premium range of acrylic LED writing boards designed for every need and budget."
tag="Free Shipping on Orders Over $150 | Handcrafted & Energy Efficient" tag="Free Shipping | 3-Year Warranty | 15,000+ Satisfied Customers"
tagIcon={Truck} tagIcon={Truck}
tagAnimation="slide-up" tagAnimation="slide-up"
products={[ products={[
@@ -268,4 +268,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }