diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 158a318..ef7181b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -86,7 +86,7 @@ export default function AboutPage() { tag="Our Story" tagIcon={Award} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/abstract-ferromagnetic-mirrored-metal-upside-down_23-2148253668.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-ferromagnetic-mirrored-metal-upside-down_23-2148253668.jpg?_wi=3" mediaAnimation="slide-up" metricsAnimation="slide-up" useInvertedBackground={false} @@ -115,7 +115,7 @@ export default function AboutPage() { title: "Uncompromising Authenticity", subtitle: "Trust through verification", description: "Every watch is authenticated by certified experts. We invest heavily in verification technology and horological knowledge to ensure every timepiece meets our rigorous standards.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-wristwatch_23-2147689138.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-wristwatch_23-2147689138.jpg?_wi=3", }, { id: 2, @@ -123,7 +123,7 @@ export default function AboutPage() { title: "Community Built on Passion", subtitle: "Collectors united", description: "We've created more than a marketplace—we've built a community where watch enthusiasts connect, share knowledge, and celebrate the art of horology together.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg?_wi=3", }, { id: 3, @@ -131,7 +131,7 @@ export default function AboutPage() { title: "Complete Transparency", subtitle: "No hidden costs", description: "We believe in clear communication. From pricing to valuations to shipping—everything is transparent. You always know exactly what you're getting and what to expect.", - imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-magnifying-glass_23-2150914195.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-magnifying-glass_23-2150914195.jpg?_wi=5", }, ]} /> @@ -148,32 +148,32 @@ export default function AboutPage() { { id: "testimonial-1-data", name: "James Mitchell", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-looking-his-watch_23-2148448875.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-looking-his-watch_23-2148448875.jpg?_wi=3", }, { id: "testimonial-2-data", name: "Victoria Chen", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-girl-she-sits-chair-stylish-black-outfit-real-emotion_197531-2614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-girl-she-sits-chair-stylish-black-outfit-real-emotion_197531-2614.jpg?_wi=3", }, { id: "testimonial-3-data", name: "David Kovalski", - imageSrc: "http://img.b2bpic.net/free-photo/man-is-looking-watch-his-wrist_8353-11434.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-is-looking-watch-his-wrist_8353-11434.jpg?_wi=2", }, { id: "testimonial-4-data", name: "Emma Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop-cafe-sitting-coach_1303-27367.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop-cafe-sitting-coach_1303-27367.jpg?_wi=2", }, { id: "testimonial-5-data", name: "Marcus Thompson", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-looking-his-watch_23-2148448875.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-looking-his-watch_23-2148448875.jpg?_wi=4", }, { id: "testimonial-6-data", name: "Sophie Laurent", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-girl-she-sits-chair-stylish-black-outfit-real-emotion_197531-2614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-girl-she-sits-chair-stylish-black-outfit-real-emotion_197531-2614.jpg?_wi=4", }, ]} /> diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0077e1c..8bda57d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,59 @@ 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/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-blue-suit-gray_158538-11109.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/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-blue-suit-gray_158538-11109.jpg", + ], + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +62,9 @@ export default function RootLayout({ return ( - + {children}