From dceca077471eb59863ba66f71f3e89e9c776e171 Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Sun, 18 Jan 2026 18:28:19 +0000 Subject: [PATCH] Update app/page.tsx --- app/page.tsx | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 app/page.tsx diff --git a/app/page.tsx b/app/page.tsx new file mode 100644 index 0000000..58fb338 --- /dev/null +++ b/app/page.tsx @@ -0,0 +1,73 @@ +import { Hero } from "@/components/hero"; +import { CategoryBar } from "@/components/category-bar"; +import { ProductGrid } from "@/components/product-grid"; +import { Footer } from "@/components/footer"; +import { Container } from "@/components/container"; + +export default function Home() { + return ( +
+ + + +
+ +
+
+

Flash Sale is Live!

+

Up to 70% off on selected international brands.

+
+
+
+ 12 + Hrs +
+
+ 45 + Min +
+
+ 30 + Sec +
+
+
+
+
+ + + +
+ +
+
+
🌍
+
+

Global Selection

+

Access products from top international marketplaces in one place.

+
+
+
+
💎
+
+

Curated Quality

+

Every product is hand-picked for quality and value for money.

+
+
+
+
🔗
+
+

Direct Links

+

Shop directly from trusted sellers with our secure affiliate links.

+
+
+
+
+
+ + + +
+ ); +}