14 Commits

Author SHA1 Message Date
32e5576ff7 Update theme fonts 2026-06-12 11:13:24 +00:00
688433b826 Update theme fonts 2026-06-12 11:13:24 +00:00
8c625ddf04 Update theme fonts 2026-06-12 11:13:17 +00:00
cf4428b10c Update theme fonts 2026-06-12 11:13:17 +00:00
254778b343 Update src/app/shop/page.tsx 2026-06-12 11:11:36 +00:00
d82d589571 Update src/app/page.tsx 2026-06-12 11:11:36 +00:00
6a28169594 Update src/app/shop/page.tsx 2026-06-12 11:11:12 +00:00
7df79ebb06 Update src/app/page.tsx 2026-06-12 11:11:11 +00:00
3ef25f1bb1 Update src/app/contact/page.tsx 2026-06-12 11:11:11 +00:00
5903370398 Update src/app/categories/page.tsx 2026-06-12 11:11:11 +00:00
e649fc4349 Update src/app/about/page.tsx 2026-06-12 11:11:10 +00:00
9465bc43d1 Update src/app/shop/page.tsx 2026-06-12 09:45:42 +00:00
8b411fac1f Update src/app/categories/page.tsx 2026-06-12 09:45:42 +00:00
fa7ac9dc38 Merge version_2 into main
Merge version_2 into main
2026-06-12 09:43:49 +00:00
7 changed files with 34 additions and 27 deletions

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
]}
brandName="FKTechnology"
button={{
text: "WhatsApp Us", href: "https://wa.me/+923001234567"}}
text: "WhatsApp Us", href: "https://wa.me/+923009296360"}}
/>
</div>

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
]}
brandName="FKTechnology"
button={{
text: "WhatsApp Us", href: "https://wa.me/+923001234567"}}
text: "WhatsApp Us", href: "https://wa.me/+923009296360"}}
/>
</div>
@@ -51,11 +51,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "cat1", label: "Mice", title: "Precision & Speed", items: [
id: "cat1", label: "Mouse", title: "Mouse: Precision & Speed", items: [
"Gaming mice for competitive play", "Ergonomic mice for comfort", "Wireless freedom"],
buttons: [
{
text: "View Mice", href: "/shop#mice"},
text: "View Mouse", href: "/shop#mouse"},
],
},
{
@@ -128,22 +128,22 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "fcp1", brand: "Audio Pro", name: "Wireless Noise-Cancelling Earbuds", price: "PKR 10,000", rating: 4,
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: "fcp2", brand: "Video Solutions", name: "HD Streaming Webcam", price: "PKR 7,500", rating: 5,
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: "fcp3", brand: "Drones", name: "Compact Foldable Drone", price: "PKR 48,000", rating: 5,
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: "fcp4", brand: "Wearables", name: "Smart Health Tracker Watch", price: "PKR 16,000", rating: 4,
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: "fcp5", brand: "Power Delivery", name: "Multi-Port Fast Charger", price: "PKR 3,800", rating: 5,
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: "fcp6", brand: "Computer Accessories", name: "USB-C Hub with Ethernet", price: "PKR 4,200", rating: 4,
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"},
]}
title="Featured Products in Categories"

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
]}
brandName="FKTechnology"
button={{
text: "WhatsApp Us", href: "https://wa.me/+923001234567"}}
text: "WhatsApp Us", href: "https://wa.me/+923009296360"}}
/>
</div>

View File

@@ -6,6 +6,7 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Open_Sans } from "next/font/google";
@@ -40,10 +41,16 @@ export const metadata: Metadata = {
},
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
});
export default function RootLayout({
children,
@@ -53,7 +60,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${inter.variable} antialiased`}>
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
]}
brandName="FKTechnology"
button={{
text: "WhatsApp Us", href: "https://wa.me/+923001234567"}}
text: "WhatsApp Us", href: "https://wa.me/+923009296360"}}
/>
</div>
@@ -57,7 +57,7 @@ export default function LandingPage() {
{
text: "Shop Now", href: "/shop"},
{
text: "Contact on WhatsApp", href: "https://wa.me/+923001234567"},
text: "Contact on WhatsApp", href: "https://wa.me/+923009296360"},
]}
buttonAnimation="slide-up"
mediaItems={[
@@ -96,7 +96,7 @@ export default function LandingPage() {
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,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"},
reviewCount: "400+", imageSrc: "http://img.b2bpic.net/free-vector/triangle-repeat-pattern-banner-set_1017-19681.jpg?_wi=1", imageAlt: "Extended Gaming Mouse Pad"},
{
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"},

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
]}
brandName="FKTechnology"
button={{
text: "WhatsApp Us", href: "https://wa.me/+923001234567"}}
text: "WhatsApp Us", href: "https://wa.me/+923009296360"}}
/>
</div>
@@ -52,28 +52,28 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "sp1", brand: "Gaming Gear", name: "Ergonomic RGB Gaming Mouse", price: "PKR 6,500", rating: 5,
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: "sp2", brand: "Mechanical", name: "Backlit Mechanical Keyboard", price: "PKR 13,000", rating: 4,
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: "sp3", brand: "Audio Pro", name: "Wireless Desktop Speakers", price: "PKR 9,000", rating: 5,
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: "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: "sp4", 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?_wi=2", imageAlt: "Extended Gaming Mouse Pad"},
{
id: "sp5", brand: "Storage Solutions", name: "Portable 1TB External SSD", price: "PKR 26,000", rating: 5,
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: "sp6", brand: "Photography", name: "4K Action Camera", price: "PKR 19,500", rating: 4,
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: "sp7", brand: "Audio Gear", name: "Wireless Noise-Cancelling Earbuds", price: "PKR 10,000", rating: 4,
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: "sp8", brand: "Video Solutions", name: "HD Streaming Webcam", price: "PKR 7,500", rating: 5,
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"},
]}
title="Shop All Electronics"
@@ -88,7 +88,7 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "sc1", label: "Mice", title: "Precision Control", items: [
id: "sc1", label: "Mouse", title: "Mouse: Precision Control", items: [
"Gaming mice", "Ergonomic mice", "Wireless options"],
},
{

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter), sans-serif;
font-family: var(--font-open-sans), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;