Merge version_1 into main #1
@@ -88,7 +88,7 @@ export default function AboutPage() {
|
||||
title: "Casio Collection",
|
||||
description: "Digital and analog Casio watches in various styles and conditions",
|
||||
tag: "Popular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg?_wi=5",
|
||||
imageAlt: "Casio Watch Collection",
|
||||
},
|
||||
{
|
||||
@@ -96,7 +96,7 @@ export default function AboutPage() {
|
||||
title: "Seiko Selection",
|
||||
description: "Premium Japanese Seiko timepieces with steel bracelets",
|
||||
tag: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-businesman-summer-city_1157-25611.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-businesman-summer-city_1157-25611.jpg?_wi=2",
|
||||
imageAlt: "Seiko Watch Selection",
|
||||
},
|
||||
{
|
||||
@@ -104,7 +104,7 @@ export default function AboutPage() {
|
||||
title: "Other Brands",
|
||||
description: "Telva, Lotus, Omax and more authentic pre-owned watches",
|
||||
tag: "Diverse",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-sharing-feelings-emotions-therapy-session_23-2151073976.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-sharing-feelings-emotions-therapy-session_23-2151073976.jpg?_wi=3",
|
||||
imageAlt: "Other Brand Watches",
|
||||
},
|
||||
]}
|
||||
@@ -160,7 +160,7 @@ export default function AboutPage() {
|
||||
role: "Verified Buyer",
|
||||
company: "Karachi",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-nurse_23-2151061623.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-nurse_23-2151061623.jpg?_wi=2",
|
||||
imageAlt: "Pakistani professional man portrait headshot",
|
||||
},
|
||||
{
|
||||
@@ -169,7 +169,7 @@ export default function AboutPage() {
|
||||
role: "Verified Buyer",
|
||||
company: "Lahore",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
|
||||
imageAlt: "Pakistani professional woman portrait headshot",
|
||||
},
|
||||
{
|
||||
@@ -178,7 +178,7 @@ export default function AboutPage() {
|
||||
role: "Verified Buyer",
|
||||
company: "Islamabad",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-front-view_23-2149915914.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-front-view_23-2149915914.jpg?_wi=2",
|
||||
imageAlt: "Pakistani man customer portrait professional",
|
||||
},
|
||||
{
|
||||
@@ -187,7 +187,7 @@ export default function AboutPage() {
|
||||
role: "Verified Buyer",
|
||||
company: "Multan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg?_wi=2",
|
||||
imageAlt: "Pakistani woman customer portrait professional",
|
||||
},
|
||||
{
|
||||
@@ -196,7 +196,7 @@ export default function AboutPage() {
|
||||
role: "Verified Buyer",
|
||||
company: "Peshawar",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colored-background-man-laughing_23-2147631736.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colored-background-man-laughing_23-2147631736.jpg?_wi=2",
|
||||
imageAlt: "Pakistani professional man portrait smiling",
|
||||
},
|
||||
{
|
||||
@@ -205,7 +205,7 @@ export default function AboutPage() {
|
||||
role: "Verified Buyer",
|
||||
company: "Faisalabad",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-lucky-enthusiastic-cute-redhead-joyful-middleaged-woman-pump-fists-vigorous-excitement-celebratory-smiling-broadly-winning-celebrating-triumphing-success-good-news_1258-46267.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-lucky-enthusiastic-cute-redhead-joyful-middleaged-woman-pump-fists-vigorous-excitement-celebratory-smiling-broadly-winning-celebrating-triumphing-success-good-news_1258-46267.jpg?_wi=2",
|
||||
imageAlt: "Pakistani professional woman portrait smiling",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Poppins } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Poppins } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const poppins = Poppins({
|
||||
variable: "--font-poppins",
|
||||
@@ -20,6 +24,41 @@ const poppins = Poppins({
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Flux Watches - Original Pre-Owned Watches Pakistan",
|
||||
description: "100% authentic pre-owned watches from Casio, Seiko, Telva & more. Trusted across Pakistan. Fast delivery, cash on delivery, WhatsApp support.",
|
||||
keywords: "pre-owned watches Pakistan, original Casio watches, Seiko timepieces, authentic watches Multan, buy watches online Pakistan",
|
||||
metadataBase: new URL("https://fluxwatches.pk"),
|
||||
alternates: {
|
||||
canonical: "https://fluxwatches.pk",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Flux Watches - Original Pre-Owned Timepieces",
|
||||
description: "100% authentic Japanese watches delivered across Pakistan. Casio, Seiko, Telva and more.",
|
||||
url: "https://fluxwatches.pk",
|
||||
siteName: "Flux Watches",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773595400989-kszuf82n.png",
|
||||
alt: "Flux Watches - Original Pre-Owned Timepieces",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Flux Watches - Original Pre-Owned Watches",
|
||||
description: "Authentic Japanese timepieces. Trusted by thousands across Pakistan.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773595400989-kszuf82n.png",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +67,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${poppins.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +81,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -147,7 +147,7 @@ export default function HomePage() {
|
||||
name: "Original Casio MQ - White Dial",
|
||||
price: "RS 4,500",
|
||||
variant: "Metal Bracelet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg?_wi=1",
|
||||
imageAlt: "Casio MQ White Dial Metal Bracelet",
|
||||
},
|
||||
{
|
||||
@@ -155,7 +155,7 @@ export default function HomePage() {
|
||||
name: "Original Seiko 7S26 - Green Dial",
|
||||
price: "RS 12,000",
|
||||
variant: "Steel Bracelet",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773595400989-4t2zuvqs.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773595400989-4t2zuvqs.png?_wi=1",
|
||||
imageAlt: "Seiko 7S26 Green Dial Steel Bracelet",
|
||||
},
|
||||
{
|
||||
@@ -163,7 +163,7 @@ export default function HomePage() {
|
||||
name: "Telva Radio Controlled - Red Strap",
|
||||
price: "RS 8,500",
|
||||
variant: "Red Leather Strap",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773595400989-1qo0lzi2.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773595400989-1qo0lzi2.png?_wi=1",
|
||||
imageAlt: "Telva Radio Controlled Red Leather Strap",
|
||||
},
|
||||
{
|
||||
@@ -171,7 +171,7 @@ export default function HomePage() {
|
||||
name: "Original Casio - Blue Square Dial",
|
||||
price: "RS 5,200",
|
||||
variant: "Grey Strap",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773595400989-gngalced.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773595400989-gngalced.png?_wi=1",
|
||||
imageAlt: "Casio Blue Square Dial Grey Strap",
|
||||
},
|
||||
{
|
||||
@@ -179,7 +179,7 @@ export default function HomePage() {
|
||||
name: "Casio Chronograph - Two-Tone",
|
||||
price: "RS 7,800",
|
||||
variant: "Metal Bracelet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-data-analytics-display_23-2151957123.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-data-analytics-display_23-2151957123.jpg?_wi=1",
|
||||
imageAlt: "Casio Chronograph Two-Tone",
|
||||
},
|
||||
{
|
||||
@@ -187,7 +187,7 @@ export default function HomePage() {
|
||||
name: "Original Casio F-84W - Digital",
|
||||
price: "RS 3,500",
|
||||
variant: "Black Resin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-checking-her-watch_23-2149436744.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-checking-her-watch_23-2149436744.jpg?_wi=1",
|
||||
imageAlt: "Casio F-84W Digital Black",
|
||||
},
|
||||
]}
|
||||
@@ -247,7 +247,7 @@ export default function HomePage() {
|
||||
title: "Casio Collection",
|
||||
description: "Digital and analog Casio watches in various styles and conditions",
|
||||
tag: "Popular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg?_wi=2",
|
||||
imageAlt: "Casio Watch Collection",
|
||||
},
|
||||
{
|
||||
@@ -255,7 +255,7 @@ export default function HomePage() {
|
||||
title: "Seiko Selection",
|
||||
description: "Premium Japanese Seiko timepieces with steel bracelets",
|
||||
tag: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-businesman-summer-city_1157-25611.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-businesman-summer-city_1157-25611.jpg?_wi=1",
|
||||
imageAlt: "Seiko Watch Selection",
|
||||
},
|
||||
{
|
||||
@@ -263,7 +263,7 @@ export default function HomePage() {
|
||||
title: "Other Brands",
|
||||
description: "Telva, Lotus, Omax and more authentic pre-owned watches",
|
||||
tag: "Diverse",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-sharing-feelings-emotions-therapy-session_23-2151073976.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-sharing-feelings-emotions-therapy-session_23-2151073976.jpg?_wi=1",
|
||||
imageAlt: "Other Brand Watches",
|
||||
},
|
||||
]}
|
||||
@@ -317,7 +317,7 @@ export default function HomePage() {
|
||||
role: "Verified Buyer",
|
||||
company: "Karachi",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-nurse_23-2151061623.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-nurse_23-2151061623.jpg?_wi=1",
|
||||
imageAlt: "Pakistani professional man portrait headshot",
|
||||
},
|
||||
{
|
||||
@@ -326,7 +326,7 @@ export default function HomePage() {
|
||||
role: "Verified Buyer",
|
||||
company: "Lahore",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
|
||||
imageAlt: "Pakistani professional woman portrait headshot",
|
||||
},
|
||||
{
|
||||
@@ -335,7 +335,7 @@ export default function HomePage() {
|
||||
role: "Verified Buyer",
|
||||
company: "Islamabad",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-front-view_23-2149915914.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-front-view_23-2149915914.jpg?_wi=1",
|
||||
imageAlt: "Pakistani man customer portrait professional",
|
||||
},
|
||||
{
|
||||
@@ -344,7 +344,7 @@ export default function HomePage() {
|
||||
role: "Verified Buyer",
|
||||
company: "Multan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg?_wi=1",
|
||||
imageAlt: "Pakistani woman customer portrait professional",
|
||||
},
|
||||
{
|
||||
@@ -353,7 +353,7 @@ export default function HomePage() {
|
||||
role: "Verified Buyer",
|
||||
company: "Peshawar",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colored-background-man-laughing_23-2147631736.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colored-background-man-laughing_23-2147631736.jpg?_wi=1",
|
||||
imageAlt: "Pakistani professional man portrait smiling",
|
||||
},
|
||||
{
|
||||
@@ -362,7 +362,7 @@ export default function HomePage() {
|
||||
role: "Verified Buyer",
|
||||
company: "Faisalabad",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-lucky-enthusiastic-cute-redhead-joyful-middleaged-woman-pump-fists-vigorous-excitement-celebratory-smiling-broadly-winning-celebrating-triumphing-success-good-news_1258-46267.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-lucky-enthusiastic-cute-redhead-joyful-middleaged-woman-pump-fists-vigorous-excitement-celebratory-smiling-broadly-winning-celebrating-triumphing-success-good-news_1258-46267.jpg?_wi=1",
|
||||
imageAlt: "Pakistani professional woman portrait smiling",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -88,7 +88,7 @@ export default function ShopPage() {
|
||||
name: "Original Casio MQ - White Dial",
|
||||
price: "RS 4,500",
|
||||
variant: "Metal Bracelet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg?_wi=3",
|
||||
imageAlt: "Casio MQ White Dial Metal Bracelet",
|
||||
},
|
||||
{
|
||||
@@ -96,7 +96,7 @@ export default function ShopPage() {
|
||||
name: "Original Seiko 7S26 - Green Dial",
|
||||
price: "RS 12,000",
|
||||
variant: "Steel Bracelet",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773595400989-4t2zuvqs.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773595400989-4t2zuvqs.png?_wi=2",
|
||||
imageAlt: "Seiko 7S26 Green Dial Steel Bracelet",
|
||||
},
|
||||
{
|
||||
@@ -104,7 +104,7 @@ export default function ShopPage() {
|
||||
name: "Telva Radio Controlled - Red Strap",
|
||||
price: "RS 8,500",
|
||||
variant: "Red Leather Strap",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773595400989-1qo0lzi2.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773595400989-1qo0lzi2.png?_wi=2",
|
||||
imageAlt: "Telva Radio Controlled Red Leather Strap",
|
||||
},
|
||||
{
|
||||
@@ -112,7 +112,7 @@ export default function ShopPage() {
|
||||
name: "Original Casio - Blue Square Dial",
|
||||
price: "RS 5,200",
|
||||
variant: "Grey Strap",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773595400989-gngalced.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773595400989-gngalced.png?_wi=2",
|
||||
imageAlt: "Casio Blue Square Dial Grey Strap",
|
||||
},
|
||||
{
|
||||
@@ -120,7 +120,7 @@ export default function ShopPage() {
|
||||
name: "Casio Chronograph - Two-Tone",
|
||||
price: "RS 7,800",
|
||||
variant: "Metal Bracelet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-data-analytics-display_23-2151957123.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-data-analytics-display_23-2151957123.jpg?_wi=2",
|
||||
imageAlt: "Casio Chronograph Two-Tone",
|
||||
},
|
||||
{
|
||||
@@ -128,7 +128,7 @@ export default function ShopPage() {
|
||||
name: "Original Casio F-84W - Digital",
|
||||
price: "RS 3,500",
|
||||
variant: "Black Resin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-checking-her-watch_23-2149436744.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-checking-her-watch_23-2149436744.jpg?_wi=2",
|
||||
imageAlt: "Casio F-84W Digital Black",
|
||||
},
|
||||
]}
|
||||
@@ -158,7 +158,7 @@ export default function ShopPage() {
|
||||
title: "Casio Collection",
|
||||
description: "Digital and analog Casio watches in various styles and conditions",
|
||||
tag: "Popular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg?_wi=4",
|
||||
imageAlt: "Casio Watch Collection",
|
||||
},
|
||||
{
|
||||
@@ -174,7 +174,7 @@ export default function ShopPage() {
|
||||
title: "Other Brands",
|
||||
description: "Telva, Lotus, Omax and more authentic pre-owned watches",
|
||||
tag: "Diverse",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-sharing-feelings-emotions-therapy-session_23-2151073976.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-sharing-feelings-emotions-therapy-session_23-2151073976.jpg?_wi=2",
|
||||
imageAlt: "Other Brand Watches",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user