From 6a69ebd7bf2212970db618e781561954c6808adf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:16:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 422 +++++++---------------------------------------- 1 file changed, 64 insertions(+), 358 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 892ac60..c41c64e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,116 +45,43 @@ export default function LandingPage() {
@@ -174,60 +93,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} products={[ - { - id: "p1", - brand: "Samsung", - name: "Galaxy A55", - price: "78,000 دج", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033614.jpg?_wi=13", - }, - { - id: "p2", - brand: "Xiaomi", - name: "Redmi Note 13 Pro", - price: "65,000 دج", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033614.jpg?_wi=14", - }, - { - id: "p3", - brand: "iPhone", - name: "iPhone 15", - price: "195,000 دج", - rating: 5, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033614.jpg?_wi=15", - }, - { - id: "p4", - brand: "OPPO", - name: "Reno 11", - price: "72,000 دج", - rating: 4, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033614.jpg?_wi=16", - }, - { - id: "p5", - brand: "Tecno", - name: "Camon 30", - price: "42,000 دج", - rating: 4, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033614.jpg?_wi=17", - }, - { - id: "p6", - brand: "Samsung", - name: "Galaxy S24", - price: "155,000 دج", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033614.jpg?_wi=18", - }, + { id: "p1", brand: "Samsung", name: "Galaxy A55", price: "78,000 دج", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033614.jpg" }, + { id: "p2", brand: "Xiaomi", name: "Redmi Note 13 Pro", price: "65,000 دج", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033614.jpg" }, + { id: "p3", brand: "iPhone", name: "iPhone 15", price: "195,000 دج", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033614.jpg" }, + { id: "p4", brand: "OPPO", name: "Reno 11", price: "72,000 دج", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033614.jpg" }, + { id: "p5", brand: "Tecno", name: "Camon 30", price: "42,000 دج", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033614.jpg" }, + { id: "p6", brand: "Samsung", name: "Galaxy S24", price: "155,000 دج", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033614.jpg" }, ]} title="أحدث الهواتف" description="اكتشف مجموعتنا المختارة من أفضل الهواتف الذكية" @@ -236,39 +107,13 @@ export default function LandingPage() {
@@ -435,54 +171,24 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1