From 7332036ce5c9c1f4bc43ba4fc86872cba8af4f67 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 09:43:44 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 82 ++++++++++-------------------------------- 1 file changed, 19 insertions(+), 63 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d69810a..6604de9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,35 +26,21 @@ export default function LandingPage() { @@ -66,9 +52,7 @@ export default function LandingPage() { tag="About Us" buttons={[ { - text: "Our Mission", - href: "/about#mission", - }, + text: "Our Mission", href: "/about#mission"}, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/business-executives-reading-sticky-notes_1170-1720.jpg" @@ -83,44 +67,20 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "m1", - label: "Innovation", - title: "Pioneering the Future", - items: [ - "Continuously exploring new technologies", - "Bringing the latest gadgets to Pakistan", - "Fostering a culture of creativity", - ], + id: "m1", label: "Innovation", title: "Pioneering the Future", items: [ + "Continuously exploring new technologies", "Bringing the latest gadgets to Pakistan", "Fostering a culture of creativity"], }, { - id: "m2", - label: "Customer Focus", - title: "Your Satisfaction, Our Priority", - items: [ - "Tailored solutions for every client", - "Exceptional pre- and post-sales support", - "Building long-term customer relationships", - ], + id: "m2", label: "Customer Focus", title: "Your Satisfaction, Our Priority", items: [ + "Tailored solutions for every client", "Exceptional pre- and post-sales support", "Building long-term customer relationships"], }, { - id: "m3", - label: "Quality", - title: "Excellence in Every Product", - items: [ - "Strict adherence to global quality standards", - "Only genuine and durable products", - "Ensuring peak performance and longevity", - ], + id: "m3", label: "Quality", title: "Excellence in Every Product", items: [ + "Strict adherence to global quality standards", "Only genuine and durable products", "Ensuring peak performance and longevity"], }, { - id: "m4", - label: "Integrity", - title: "Trust and Transparency", - items: [ - "Operating with honesty and ethical practices", - "Transparent pricing and policies", - "Building trust with every interaction", - ], + id: "m4", label: "Integrity", title: "Trust and Transparency", items: [ + "Operating with honesty and ethical practices", "Transparent pricing and policies", "Building trust with every interaction"], }, ]} title="Our Vision & Core Values" @@ -132,16 +92,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From a206ab40353f163668bfe103ba38df91f43e42b5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 09:43:44 +0000 Subject: [PATCH 2/5] Update src/app/categories/page.tsx --- src/app/categories/page.tsx | 216 ++++++++---------------------------- 1 file changed, 46 insertions(+), 170 deletions(-) diff --git a/src/app/categories/page.tsx b/src/app/categories/page.tsx index be64c24..6c28f00 100644 --- a/src/app/categories/page.tsx +++ b/src/app/categories/page.tsx @@ -26,35 +26,21 @@ export default function LandingPage() { @@ -65,131 +51,67 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "cat1", - label: "Mice", - title: "Precision & Speed", - items: [ - "Gaming mice for competitive play", - "Ergonomic mice for comfort", - "Wireless freedom", - ], + id: "cat1", label: "Mice", title: "Precision & Speed", items: [ + "Gaming mice for competitive play", "Ergonomic mice for comfort", "Wireless freedom"], buttons: [ { - text: "View Mice", - href: "/shop#mice", - }, + text: "View Mice", href: "/shop#mice"}, ], }, { - id: "cat2", - label: "Keyboards", - title: "Tactile & Responsive", - items: [ - "Mechanical keyboards for ultimate feedback", - "RGB lighting for customization", - "Compact and full-size options", - ], + id: "cat2", label: "Keyboards", title: "Tactile & Responsive", items: [ + "Mechanical keyboards for ultimate feedback", "RGB lighting for customization", "Compact and full-size options"], buttons: [ { - text: "View Keyboards", - href: "/shop#keyboards", - }, + text: "View Keyboards", href: "/shop#keyboards"}, ], }, { - id: "cat3", - label: "Speakers", - title: "Immersive Audio", - items: [ - "Desktop speakers for rich sound", - "Portable Bluetooth speakers", - "High-fidelity soundbars", - ], + id: "cat3", label: "Speakers", title: "Immersive Audio", items: [ + "Desktop speakers for rich sound", "Portable Bluetooth speakers", "High-fidelity soundbars"], buttons: [ { - text: "View Speakers", - href: "/shop#speakers", - }, + text: "View Speakers", href: "/shop#speakers"}, ], }, { - id: "cat4", - label: "Mouse Pads", - title: "Enhanced Control", - items: [ - "Gaming mouse pads for precision", - "Extended pads for large setups", - "Ergonomic surfaces", - ], + id: "cat4", label: "Mouse Pads", title: "Enhanced Control", items: [ + "Gaming mouse pads for precision", "Extended pads for large setups", "Ergonomic surfaces"], buttons: [ { - text: "View Mouse Pads", - href: "/shop#mousepads", - }, + text: "View Mouse Pads", href: "/shop#mousepads"}, ], }, { - id: "cat5", - label: "Hard Drives", - title: "Secure Storage", - items: [ - "External SSDs for speed", - "HDDs for mass storage", - "Network Attached Storage (NAS)", - ], + id: "cat5", label: "Hard Drives", title: "Secure Storage", items: [ + "External SSDs for speed", "HDDs for mass storage", "Network Attached Storage (NAS)"], buttons: [ { - text: "View Hard Drives", - href: "/shop#harddrives", - }, + text: "View Hard Drives", href: "/shop#harddrives"}, ], }, { - id: "cat6", - label: "Cameras", - title: "Capture Every Moment", - items: [ - "DSLR and mirrorless cameras", - "Action cameras for adventure", - "Webcams for clear communication", - ], + id: "cat6", label: "Cameras", title: "Capture Every Moment", items: [ + "DSLR and mirrorless cameras", "Action cameras for adventure", "Webcams for clear communication"], buttons: [ { - text: "View Cameras", - href: "/shop#cameras", - }, + text: "View Cameras", href: "/shop#cameras"}, ], }, { - id: "cat7", - label: "Computer Accessories", - title: "Essential Peripherals", - items: [ - "USB hubs and adapters", - "Monitor stands and mounts", - "Cable management solutions", - ], + id: "cat7", label: "Computer Accessories", title: "Essential Peripherals", items: [ + "USB hubs and adapters", "Monitor stands and mounts", "Cable management solutions"], buttons: [ { - text: "View Accessories", - href: "/shop#accessories", - }, + text: "View Accessories", href: "/shop#accessories"}, ], }, { - id: "cat8", - label: "Electronics & Tech Gadgets", - title: "Smart & Innovative", - items: [ - "Smartwatches and wearables", - "Drones and robotics", - "Smart home devices", - ], + id: "cat8", label: "Electronics & Tech Gadgets", title: "Smart & Innovative", items: [ + "Smartwatches and wearables", "Drones and robotics", "Smart home devices"], buttons: [ { - text: "View Gadgets", - href: "/shop#gadgets", - }, + text: "View Gadgets", href: "/shop#gadgets"}, ], }, ]} @@ -206,65 +128,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "fcp1", - brand: "Audio Pro", - name: "Wireless Noise-Cancelling Earbuds", - price: "PKR 9,500", - rating: 4, - reviewCount: "100+", - imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-earphones-close-up_23-2148989848.jpg", - imageAlt: "Wireless Noise-Cancelling Earbuds", - }, + id: "fcp1", brand: "Audio Pro", name: "Wireless Noise-Cancelling Earbuds", price: "PKR 10,000", rating: 4, + reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-earphones-close-up_23-2148989848.jpg", imageAlt: "Wireless Noise-Cancelling Earbuds"}, { - id: "fcp2", - brand: "Video Solutions", - name: "HD Streaming Webcam", - price: "PKR 7,200", - rating: 5, - reviewCount: "90+", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-golden-eye_23-2152011743.jpg", - imageAlt: "HD Streaming Webcam", - }, + id: "fcp2", brand: "Video Solutions", name: "HD Streaming Webcam", price: "PKR 7,500", rating: 5, + reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-golden-eye_23-2152011743.jpg", imageAlt: "HD Streaming Webcam"}, { - id: "fcp3", - brand: "Drones", - name: "Compact Foldable Drone", - price: "PKR 45,000", - rating: 5, - reviewCount: "75+", - imageSrc: "http://img.b2bpic.net/free-photo/urban-adventurer-explorer_346278-250.jpg", - imageAlt: "Compact Foldable Drone", - }, + id: "fcp3", brand: "Drones", name: "Compact Foldable Drone", price: "PKR 48,000", rating: 5, + reviewCount: "75+", imageSrc: "http://img.b2bpic.net/free-photo/urban-adventurer-explorer_346278-250.jpg", imageAlt: "Compact Foldable Drone"}, { - id: "fcp4", - brand: "Wearables", - name: "Smart Health Tracker Watch", - price: "PKR 15,000", - rating: 4, - reviewCount: "110+", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-caucasian-male-coach-does-stretching-exercise_273609-43692.jpg", - imageAlt: "Smart Health Tracker Watch", - }, + id: "fcp4", brand: "Wearables", name: "Smart Health Tracker Watch", price: "PKR 16,000", rating: 4, + reviewCount: "110+", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-caucasian-male-coach-does-stretching-exercise_273609-43692.jpg", imageAlt: "Smart Health Tracker Watch"}, { - id: "fcp5", - brand: "Power Delivery", - name: "Multi-Port Fast Charger", - price: "PKR 3,500", - rating: 5, - reviewCount: "130+", - imageSrc: "http://img.b2bpic.net/free-photo/factory-businessmen-shaking-hands-with-shareholders-after-sales-presentation_482257-119732.jpg", - imageAlt: "Multi-Port Fast Charger", - }, + id: "fcp5", brand: "Power Delivery", name: "Multi-Port Fast Charger", price: "PKR 3,800", rating: 5, + reviewCount: "130+", imageSrc: "http://img.b2bpic.net/free-photo/factory-businessmen-shaking-hands-with-shareholders-after-sales-presentation_482257-119732.jpg", imageAlt: "Multi-Port Fast Charger"}, { - id: "fcp6", - brand: "Computer Accessories", - name: "USB-C Hub with Ethernet", - price: "PKR 4,000", - rating: 4, - reviewCount: "80+", - imageSrc: "http://img.b2bpic.net/free-photo/view-items-creative-illustration_23-2149863264.jpg", - imageAlt: "USB-C Hub with Ethernet", - }, + id: "fcp6", brand: "Computer Accessories", name: "USB-C Hub with Ethernet", price: "PKR 4,200", rating: 4, + reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/view-items-creative-illustration_23-2149863264.jpg", imageAlt: "USB-C Hub with Ethernet"}, ]} title="Featured Products in Categories" description="Handpicked items showcasing the best from our most popular categories." @@ -275,16 +155,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 863840afa9daaf0617abc950457352a33ec3c1d5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 09:43:45 +0000 Subject: [PATCH 3/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 96 ++++++++++------------------------------ 1 file changed, 23 insertions(+), 73 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6ceddf8..c36944d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,35 +26,21 @@ export default function LandingPage() { @@ -65,28 +51,17 @@ export default function LandingPage() { description="Have a question or need support? Our team is here to help. Fill out the form below or reach us directly via our contact details." inputs={[ { - name: "Name", - type: "text", - placeholder: "Your Name", - required: true, + name: "Name", type: "text", placeholder: "Your Name", required: true, }, { - name: "Email", - type: "email", - placeholder: "Your Email", - required: true, + name: "Email", type: "email", placeholder: "Your Email", required: true, }, { - name: "Subject", - type: "text", - placeholder: "Subject", - required: true, + name: "Subject", type: "text", placeholder: "Subject", required: true, }, ]} textarea={{ - name: "Message", - placeholder: "Your Message", - rows: 4, + name: "Message", placeholder: "Your Message", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/office-workplace-with-laptop-glasses-wood-table_1423-43.jpg" @@ -104,48 +79,27 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "ci1", - label: "Phone", - title: "Call Us Directly", - items: [ - "+92 300 1234567 (WhatsApp available)", - "Mon-Fri, 9 AM - 6 PM PST", - ], + id: "ci1", label: "Phone", title: "Call Us Directly", items: [ + "+92 300 1234567 (WhatsApp available)", "Mon-Fri, 9 AM - 6 PM PST"], buttons: [ { - text: "Call Now", - href: "tel:+923001234567", - }, + text: "Call Now", href: "tel:+923001234567"}, ], }, { - id: "ci2", - label: "Email", - title: "Send Us an Email", - items: [ - "info@fktechnology.com", - "Expect a response within 24 hours", - ], + id: "ci2", label: "Email", title: "Send Us an Email", items: [ + "info@fktechnology.com", "Expect a response within 24 hours"], buttons: [ { - text: "Email Us", - href: "mailto:info@fktechnology.com", - }, + text: "Email Us", href: "mailto:info@fktechnology.com"}, ], }, { - id: "ci3", - label: "Address", - title: "Visit Our Store in Karachi", - items: [ - "123 Tech Avenue, Saddar", - "Karachi, Sindh, Pakistan", - ], + id: "ci3", label: "Address", title: "Visit Our Store in Karachi", items: [ + "123 Tech Avenue, Saddar", "Karachi, Sindh, Pakistan"], buttons: [ { - text: "Get Directions", - href: "https://maps.app.goo.gl/YOUR_GOOGLE_MAPS_LINK", - }, + text: "Get Directions", href: "https://maps.app.goo.gl/YOUR_GOOGLE_MAPS_LINK"}, ], }, ]} @@ -158,16 +112,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 9268a222f8329a1010427654307bfb21fb604a17 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 09:43:45 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 240 +++++++++++------------------------------------ 1 file changed, 53 insertions(+), 187 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06ed0de..9641354 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,81 +29,50 @@ export default function LandingPage() {
@@ -117,65 +86,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - brand: "Gaming Gear", - name: "Ergonomic RGB Gaming Mouse", - price: "PKR 5,999", - rating: 5, - reviewCount: "250+", - imageSrc: "http://img.b2bpic.net/free-photo/gaming-setup-arrangement-high-angle_23-2149680236.jpg", - imageAlt: "Ergonomic RGB Gaming Mouse", - }, + id: "p1", brand: "Gaming Gear", name: "Ergonomic RGB Gaming Mouse", price: "PKR 6,500", rating: 5, + reviewCount: "250+", imageSrc: "http://img.b2bpic.net/free-photo/gaming-setup-arrangement-high-angle_23-2149680236.jpg", imageAlt: "Ergonomic RGB Gaming Mouse"}, { - id: "p2", - brand: "Mechanical", - name: "Backlit Mechanical Keyboard", - price: "PKR 12,499", - rating: 4, - reviewCount: "180+", - imageSrc: "http://img.b2bpic.net/free-photo/fidget-pop-it-toy-rainbow-color-antistress-fun-educational_58702-5550.jpg", - imageAlt: "Backlit Mechanical Keyboard", - }, + id: "p2", brand: "Mechanical", name: "Backlit Mechanical Keyboard", price: "PKR 13,000", rating: 4, + reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/fidget-pop-it-toy-rainbow-color-antistress-fun-educational_58702-5550.jpg", imageAlt: "Backlit Mechanical Keyboard"}, { - id: "p3", - brand: "Audio Pro", - name: "Wireless Desktop Speakers", - price: "PKR 8,750", - rating: 5, - reviewCount: "300+", - imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-29.jpg", - imageAlt: "Wireless Desktop Speakers", - }, + id: "p3", brand: "Audio Pro", name: "Wireless Desktop Speakers", price: "PKR 9,000", rating: 5, + reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-29.jpg", imageAlt: "Wireless Desktop Speakers"}, { - id: "p4", - brand: "Precision", - name: "Extended Gaming Mouse Pad", - price: "PKR 1,200", - rating: 4, - reviewCount: "400+", - imageSrc: "http://img.b2bpic.net/free-vector/triangle-repeat-pattern-banner-set_1017-19681.jpg", - imageAlt: "Extended Gaming Mouse Pad", - }, + id: "p4", brand: "Precision", name: "Extended Gaming Mouse Pad", price: "PKR 1,500", rating: 4, + reviewCount: "400+", imageSrc: "http://img.b2bpic.net/free-vector/triangle-repeat-pattern-banner-set_1017-19681.jpg", imageAlt: "Extended Gaming Mouse Pad"}, { - id: "p5", - brand: "Storage Solutions", - name: "Portable 1TB External SSD", - price: "PKR 25,000", - rating: 5, - reviewCount: "150+", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-old-hard-disk_58702-17223.jpg", - imageAlt: "Portable 1TB External SSD", - }, + id: "p5", brand: "Storage Solutions", name: "Portable 1TB External SSD", price: "PKR 26,000", rating: 5, + reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-old-hard-disk_58702-17223.jpg", imageAlt: "Portable 1TB External SSD"}, { - id: "p6", - brand: "Photography", - name: "4K Action Camera", - price: "PKR 18,999", - rating: 4, - reviewCount: "120+", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-photo-camera-indoors-still-life_23-2150630619.jpg", - imageAlt: "4K Action Camera", - }, + id: "p6", brand: "Photography", name: "4K Action Camera", price: "PKR 19,500", rating: 4, + reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-photo-camera-indoors-still-life_23-2150630619.jpg", imageAlt: "4K Action Camera"}, ]} title="Explore Our Top Categories" description="Dive into our curated selection of high-performance mice, keyboards, speakers, and more. Find exactly what you need to upgrade your setup." @@ -189,34 +116,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - label: "Quality Products", - title: "Unmatched Quality & Durability", - items: [ - "Carefully selected, high-performance electronics", - "Rigorous quality checks for every product", - "Partnerships with leading global brands", - ], + id: "f1", label: "Quality Products", title: "Unmatched Quality & Durability", items: [ + "Carefully selected, high-performance electronics", "Rigorous quality checks for every product", "Partnerships with leading global brands"], }, { - id: "f2", - label: "Expert Support", - title: "Dedicated Customer Service", - items: [ - "Responsive and knowledgeable support team", - "Assistance via WhatsApp, phone, and email", - "After-sales support for peace of mind", - ], + id: "f2", label: "Expert Support", title: "Dedicated Customer Service", items: [ + "Responsive and knowledgeable support team", "Assistance via WhatsApp, phone, and email", "After-sales support for peace of mind"], }, { - id: "f3", - label: "Fast Delivery", - title: "Quick & Reliable Shipping", - items: [ - "Expedited delivery across Karachi and Pakistan", - "Secure packaging for product safety", - "Trackable shipments for transparency", - ], + id: "f3", label: "Fast Delivery", title: "Quick & Reliable Shipping", items: [ + "Expedited delivery across Karachi and Pakistan", "Secure packaging for product safety", "Trackable shipments for transparency"], }, ]} title="Why Choose FKTechnology?" @@ -231,59 +140,28 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Ayesha Khan", - role: "Software Engineer", - company: "Tech Innovations", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/serious-clerk-with-phone-glass-handrail_1262-7287.jpg", - }, + id: "t1", name: "Ayesha Khan", role: "Software Engineer", company: "Tech Innovations", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/serious-clerk-with-phone-glass-handrail_1262-7287.jpg"}, { - id: "t2", - name: "Usman Malik", - role: "Gaming Enthusiast", - company: "Pro Gamers Guild", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", - }, + id: "t2", name: "Usman Malik", role: "Gaming Enthusiast", company: "Pro Gamers Guild", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg"}, { - id: "t3", - name: "Fatima Sohail", - role: "Digital Marketer", - company: "Growth Hub", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-senior-man-using-digital-tablet_1262-1985.jpg", - }, + id: "t3", name: "Fatima Sohail", role: "Digital Marketer", company: "Growth Hub", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-senior-man-using-digital-tablet_1262-1985.jpg"}, { - id: "t4", - name: "Ali Raza", - role: "University Student", - company: "Karachi University", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-woman-with-painted-palms_23-2148263464.jpg", - }, + id: "t4", name: "Ali Raza", role: "University Student", company: "Karachi University", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-woman-with-painted-palms_23-2148263464.jpg"}, { - id: "t5", - name: "Sana Tariq", - role: "Small Business Owner", - company: "Creative Solutions", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg", - }, + id: "t5", name: "Sana Tariq", role: "Small Business Owner", company: "Creative Solutions", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg"}, ]} kpiItems={[ { - value: "5000+", - label: "Happy Customers", - }, + value: "5000+", label: "Happy Customers"}, { - value: "99%", - label: "Satisfaction Rate", - }, + value: "99%", label: "Satisfaction Rate"}, { - value: "10+", - label: "Years in Business", - }, + value: "10+", label: "Years in Business"}, ]} title="What Our Customers Say" description="Hear from our satisfied clients about their experience with FKTechnology's products and services." @@ -297,22 +175,14 @@ export default function LandingPage() { description="Our team is ready to help you with any queries or support. Reach out via WhatsApp or our contact form." inputs={[ { - name: "Name", - type: "text", - placeholder: "Your Name", - required: true, + name: "Name", type: "text", placeholder: "Your Name", required: true, }, { - name: "Email", - type: "email", - placeholder: "Your Email", - required: true, + name: "Email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "Message", - placeholder: "Your Message", - rows: 4, + name: "Message", placeholder: "Your Message", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/white-collar-worker-office-interior_329181-10337.jpg" @@ -327,16 +197,12 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From e7601f91d11462ad3b9c60efbe30101f05821943 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 09:43:46 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 166 +++++++++--------------------------------- 1 file changed, 34 insertions(+), 132 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 2ef3b76..f9f2a4d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -26,35 +26,21 @@ export default function LandingPage() { @@ -66,85 +52,29 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "sp1", - brand: "Gaming Gear", - name: "Ergonomic RGB Gaming Mouse", - price: "PKR 5,999", - rating: 5, - reviewCount: "250+", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746589.jpg", - imageAlt: "Ergonomic RGB Gaming Mouse", - }, + id: "sp1", brand: "Gaming Gear", name: "Ergonomic RGB Gaming Mouse", price: "PKR 6,500", rating: 5, + reviewCount: "250+", imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746589.jpg", imageAlt: "Ergonomic RGB Gaming Mouse"}, { - id: "sp2", - brand: "Mechanical", - name: "Backlit Mechanical Keyboard", - price: "PKR 12,499", - rating: 4, - reviewCount: "180+", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-gaming-setup-with-rgb-keyboard_23-2149829134.jpg", - imageAlt: "Backlit Mechanical Keyboard", - }, + id: "sp2", brand: "Mechanical", name: "Backlit Mechanical Keyboard", price: "PKR 13,000", rating: 4, + reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gaming-setup-with-rgb-keyboard_23-2149829134.jpg", imageAlt: "Backlit Mechanical Keyboard"}, { - id: "sp3", - brand: "Audio Pro", - name: "Wireless Desktop Speakers", - price: "PKR 8,750", - rating: 5, - reviewCount: "300+", - imageSrc: "http://img.b2bpic.net/free-photo/composition-smart-speaker-table_23-2149036841.jpg", - imageAlt: "Wireless Desktop Speakers", - }, + id: "sp3", brand: "Audio Pro", name: "Wireless Desktop Speakers", price: "PKR 9,000", rating: 5, + reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/composition-smart-speaker-table_23-2149036841.jpg", imageAlt: "Wireless Desktop Speakers"}, { - id: "sp4", - brand: "Precision", - name: "Extended Gaming Mouse Pad", - price: "PKR 1,200", - rating: 4, - reviewCount: "400+", - imageSrc: "http://img.b2bpic.net/free-photo/gray-stars-fabric-texture_1194-5683.jpg", - imageAlt: "Extended Gaming Mouse Pad", - }, + id: "sp4", brand: "Precision", name: "Extended Gaming Mouse Pad", price: "PKR 1,500", rating: 4, + reviewCount: "400+", imageSrc: "http://img.b2bpic.net/free-photo/gray-stars-fabric-texture_1194-5683.jpg", imageAlt: "Extended Gaming Mouse Pad"}, { - id: "sp5", - brand: "Storage Solutions", - name: "Portable 1TB External SSD", - price: "PKR 25,000", - rating: 5, - reviewCount: "150+", - imageSrc: "http://img.b2bpic.net/free-photo/server-hub-worker-troubleshooting-server-connectivity-issues-using-mockup-device-close-up-admin_482257-136402.jpg", - imageAlt: "Portable 1TB External SSD", - }, + id: "sp5", brand: "Storage Solutions", name: "Portable 1TB External SSD", price: "PKR 26,000", rating: 5, + reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/server-hub-worker-troubleshooting-server-connectivity-issues-using-mockup-device-close-up-admin_482257-136402.jpg", imageAlt: "Portable 1TB External SSD"}, { - id: "sp6", - brand: "Photography", - name: "4K Action Camera", - price: "PKR 18,999", - rating: 4, - reviewCount: "120+", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-photo-camera-indoors-still-life_23-2150630628.jpg", - imageAlt: "4K Action Camera", - }, + id: "sp6", brand: "Photography", name: "4K Action Camera", price: "PKR 19,500", rating: 4, + reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-photo-camera-indoors-still-life_23-2150630628.jpg", imageAlt: "4K Action Camera"}, { - id: "sp7", - brand: "Audio Gear", - name: "Wireless Noise-Cancelling Earbuds", - price: "PKR 9,500", - rating: 4, - reviewCount: "100+", - imageSrc: "http://img.b2bpic.net/free-photo/frowning-young-pretty-girl-wearing-sunglasses-taking-headphones-off_141793-117595.jpg", - imageAlt: "Wireless Noise-Cancelling Earbuds", - }, + id: "sp7", brand: "Audio Gear", name: "Wireless Noise-Cancelling Earbuds", price: "PKR 10,000", rating: 4, + reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/frowning-young-pretty-girl-wearing-sunglasses-taking-headphones-off_141793-117595.jpg", imageAlt: "Wireless Noise-Cancelling Earbuds"}, { - id: "sp8", - brand: "Video Solutions", - name: "HD Streaming Webcam", - price: "PKR 7,200", - rating: 5, - reviewCount: "90+", - imageSrc: "http://img.b2bpic.net/free-photo/our-client-was-completely-honest-polygraph-examiner-works-office-with-his-lie-detector-s-equipment_146671-17251.jpg", - imageAlt: "HD Streaming Webcam", - }, + id: "sp8", brand: "Video Solutions", name: "HD Streaming Webcam", price: "PKR 7,500", rating: 5, + reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/our-client-was-completely-honest-polygraph-examiner-works-office-with-his-lie-detector-s-equipment_146671-17251.jpg", imageAlt: "HD Streaming Webcam"}, ]} title="Shop All Electronics" description="Explore our vast selection of cutting-edge electronics, from high-performance components to smart accessories. Find the perfect gear to power your passion." @@ -158,44 +88,20 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "sc1", - label: "Mice", - title: "Precision Control", - items: [ - "Gaming mice", - "Ergonomic mice", - "Wireless options", - ], + id: "sc1", label: "Mice", title: "Precision Control", items: [ + "Gaming mice", "Ergonomic mice", "Wireless options"], }, { - id: "sc2", - label: "Keyboards", - title: "Tactile Typing Experience", - items: [ - "Mechanical keyboards", - "RGB backlit", - "Compact designs", - ], + id: "sc2", label: "Keyboards", title: "Tactile Typing Experience", items: [ + "Mechanical keyboards", "RGB backlit", "Compact designs"], }, { - id: "sc3", - label: "Speakers", - title: "Immersive Audio", - items: [ - "Desktop speakers", - "Bluetooth speakers", - "Soundbars", - ], + id: "sc3", label: "Speakers", title: "Immersive Audio", items: [ + "Desktop speakers", "Bluetooth speakers", "Soundbars"], }, { - id: "sc4", - label: "Hard Drives", - title: "Reliable Storage", - items: [ - "External SSDs", - "Portable HDDs", - "Network storage", - ], + id: "sc4", label: "Hard Drives", title: "Reliable Storage", items: [ + "External SSDs", "Portable HDDs", "Network storage"], }, ]} title="Browse by Category" @@ -207,16 +113,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1