From 1435388120bd41610cf8f0488548f4d276702e80 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 14:41:23 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e6e1159..f259bbe 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -88,7 +88,7 @@ export default function AboutPage() { tag="Our Story" tagIcon={Zap} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/small-business-manager-his-workshop_23-2149094601.jpg" + imageSrc="http://img.b2bpic.net/free-photo/small-business-manager-his-workshop_23-2149094601.jpg?_wi=3" mediaAnimation="slide-up" metricsAnimation="slide-up" useInvertedBackground={false} @@ -117,7 +117,7 @@ export default function AboutPage() { title: "Unwavering Integrity", subtitle: "Trust as foundation", description: "Every transaction is rooted in complete transparency. We maintain rigorous authentication standards and provide full documentation because your confidence is our greatest asset.", - imageSrc: "http://img.b2bpic.net/free-photo/passports-with-watch-beton-background_23-2148328912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/passports-with-watch-beton-background_23-2148328912.jpg?_wi=3", }, { id: 2, @@ -125,7 +125,7 @@ export default function AboutPage() { title: "Master Horologists", subtitle: "Decades of knowledge", description: "Our team includes certified watchmakers and collectors with generations of combined expertise. We don't just facilitate transactions—we curate collections with deep market knowledge.", - imageSrc: "http://img.b2bpic.net/free-photo/small-business-manager-his-workshop_23-2149094601.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/small-business-manager-his-workshop_23-2149094601.jpg?_wi=4", }, { id: 3, @@ -133,7 +133,7 @@ export default function AboutPage() { title: "Passionate Collectors", subtitle: "Global brotherhood", description: "We celebrate the love of horology. Whether you're a seasoned collector or discovering your first luxury piece, Headless Angel connects you with others who share your passion.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-terrace_23-2148103941.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-terrace_23-2148103941.jpg?_wi=3", }, { id: 4, @@ -141,7 +141,7 @@ export default function AboutPage() { title: "Modern Marketplace", subtitle: "Technology meets tradition", description: "We blend cutting-edge e-commerce with the timeless craftsmanship of luxury watches. Our 3D gallery and secure platform showcase tradition through innovation.", - imageSrc: "http://img.b2bpic.net/free-photo/cup-portrait-job-technology-person_1157-4199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-portrait-job-technology-person_1157-4199.jpg?_wi=3", }, ]} /> @@ -158,32 +158,32 @@ export default function AboutPage() { { id: "testimonial-1-data", name: "James Mitchell", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10521.jpg?_wi=3", }, { id: "testimonial-2-data", name: "Victoria Chen", - imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-woman-office_23-2149279674.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-woman-office_23-2149279674.jpg?_wi=3", }, { id: "testimonial-3-data", name: "David Kovalski", - imageSrc: "http://img.b2bpic.net/free-photo/man-checking-time-his-watch_329181-19661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-checking-time-his-watch_329181-19661.jpg?_wi=2", }, { id: "testimonial-4-data", name: "Emma Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-looking-watch_23-2147762392.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-looking-watch_23-2147762392.jpg?_wi=2", }, { id: "testimonial-5-data", name: "Marcus Thompson", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10521.jpg?_wi=4", }, { id: "testimonial-6-data", name: "Sophie Laurent", - imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-woman-office_23-2149279674.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-woman-office_23-2149279674.jpg?_wi=4", }, ]} /> -- 2.49.1 From affb6d9ba84d039fa46c91aeeec68f5f84d6e021 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 14:41:23 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 51 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 43 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0077e1c..bb13ef0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,57 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Montserrat } 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 { Montserrat } 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 montserrat = Montserrat({ variable: "--font-montserrat", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Headless Angel - Buy & Sell Luxury Watches | Premium Timepiece Marketplace", + description: "Discover, buy, and sell authentic luxury watches on Headless Angel. Curated collections, expert authentication, secure transactions, and white-glove delivery.", + keywords: "luxury watches, buy watches, sell watches, premium timepieces, watch marketplace, authenticated watches, luxury timepieces", + metadataBase: new URL("https://headlessangel.com"), + alternates: { + canonical: "https://headlessangel.com", + }, + openGraph: { + title: "Headless Angel - Luxury Watch Marketplace", + description: "Buy and sell authentic luxury watches with expert authentication and secure transactions.", + url: "https://headlessangel.com", + siteName: "Headless Angel", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/young-man-checking-time-his-watch-against-black-background_23-2147937487.jpg", + alt: "Luxury Watch Collection", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Headless Angel - Premium Luxury Watches", + description: "Explore our curated collection of authentic luxury timepieces.", + images: ["http://img.b2bpic.net/free-photo/young-man-checking-time-his-watch-against-black-background_23-2147937487.jpg"], + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +60,9 @@ export default function RootLayout({ return ( - + {children}