From d67966d30326ea1e1cdefcad83f579dee6ee6043 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:40:35 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 45 +++++++++------------------------------- 1 file changed, 10 insertions(+), 35 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6806ee2..9128181 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,20 +25,12 @@ export default function LandingPage() { @@ -46,8 +38,7 @@ export default function LandingPage() { -- 2.49.1 From d02691bca225ecab194fcc58ffc418d81be63451 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:40:35 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 166 ++++++++--------------------------------------- 1 file changed, 28 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a614b73..5f063d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,61 +28,28 @@ export default function LandingPage() {
@@ -93,27 +60,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Latest Mobiles", - subtitle: "Trending devices", - category: "Hardware", - value: "Premium selection", - }, - { - id: "f2", - title: "Quality Accessories", - subtitle: "Original gear", - category: "Hardware", - value: "Chargers & cables", - }, - { - id: "f3", - title: "SIM Solutions", - subtitle: "Travel & Local", - category: "Support", - value: "Foreigner friendly", - }, + { id: "f1", title: "Latest Mobiles", subtitle: "Trending devices", category: "Hardware", value: "Premium selection" }, + { id: "f2", title: "Quality Accessories", subtitle: "Original gear", category: "Hardware", value: "Chargers & cables" }, + { id: "f3", title: "SIM Solutions", subtitle: "Travel & Local", category: "Support", value: "Foreigner friendly" }, ]} title="Everything You Need" description="We specialize in high-quality mobile products and reliable support for all your connectivity needs." @@ -124,42 +73,13 @@ export default function LandingPage() { @@ -213,8 +108,7 @@ export default function LandingPage() { -- 2.49.1 From 9f2eac7f0c7af8ba884f017305753ebdf5ce7ddf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:40:36 +0000 Subject: [PATCH 3/3] Update src/app/products/page.tsx --- src/app/products/page.tsx | 75 +++++++-------------------------------- 1 file changed, 13 insertions(+), 62 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 0db14b9..311069f 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -25,20 +25,12 @@ export default function LandingPage() { @@ -49,48 +41,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Mobile Phones", - price: "From Store", - variant: "New Arrivals", - imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913301.jpg", - }, - { - id: "p2", - name: "Fast Chargers", - price: "Available", - variant: "Essential", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-orange-slices-drinkl_23-2149418285.jpg", - }, - { - id: "p3", - name: "Premium Cables", - price: "Available", - variant: "Reliable", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994346.jpg", - }, - { - id: "p4", - name: "Wireless Audio", - price: "Available", - variant: "Latest", - imageSrc: "http://img.b2bpic.net/free-photo/diary-cellphone-camera-earphone-coffee-cup-paperclip-alarm-clock-pencil-white-desk_23-2148061608.jpg", - }, - { - id: "p5", - name: "Power Banks", - price: "Available", - variant: "High Capacity", - imageSrc: "http://img.b2bpic.net/free-photo/white-usb-charging-gadgets-blurred-background-room-closeup_169016-15164.jpg", - }, - { - id: "p6", - name: "SIM Cards", - price: "Support", - variant: "Connect", - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-surrounded-with-scrub-glove-soap-perfume-bottle-towel-sponge-marble-backdrop_23-2147926923.jpg", - }, + { id: "p1", name: "Mobile Phones", price: "From Store", variant: "New Arrivals", imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913301.jpg" }, + { id: "p2", name: "Fast Chargers", price: "Available", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-orange-slices-drinkl_23-2149418285.jpg" }, + { id: "p3", name: "Premium Cables", price: "Available", variant: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994346.jpg" }, + { id: "p4", name: "Wireless Audio", price: "Available", variant: "Latest", imageSrc: "http://img.b2bpic.net/free-photo/diary-cellphone-camera-earphone-coffee-cup-paperclip-alarm-clock-pencil-white-desk_23-2148061608.jpg" }, + { id: "p5", name: "Power Banks", price: "Available", variant: "High Capacity", imageSrc: "http://img.b2bpic.net/free-photo/white-usb-charging-gadgets-blurred-background-room-closeup_169016-15164.jpg" }, + { id: "p6", name: "SIM Cards", price: "Support", variant: "Connect", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-surrounded-with-scrub-glove-soap-perfume-bottle-towel-sponge-marble-backdrop_23-2147926923.jpg" }, ]} title="Our Product Range" description="Premium accessories and devices tailored to your needs. Availability may vary." @@ -102,8 +58,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Shop Support" description={[ - "Product availability changes frequently. Please call us or visit us to confirm the latest stock and pricing before coming by. We are always happy to help you select the best device or accessory for your needs.", - ]} + "Product availability changes frequently. Please call us or visit us to confirm the latest stock and pricing before coming by. We are always happy to help you select the best device or accessory for your needs."]} /> @@ -111,13 +66,9 @@ export default function LandingPage() { -- 2.49.1