Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-17 14:43:23 +00:00
5 changed files with 81 additions and 44 deletions

View File

@@ -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",
},
]}
/>

View File

@@ -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 (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${montserrat.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +76,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -110,7 +110,7 @@ export default function HomePage() {
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-chest-part-man-dressed-stylish-black-suit-precious-watch-man-s-hands_8353-11493.jpg",
"http://img.b2bpic.net/free-photo/front-view-chest-part-man-dressed-stylish-black-suit-precious-watch-man-s-hands_8353-11493.jpg?_wi=1",
imageAlt: "Luxury Watch 3",
},
{
@@ -120,7 +120,7 @@ export default function HomePage() {
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-chest-part-man-dressed-stylish-black-suit-precious-watch-man-s-hands_8353-11493.jpg",
"http://img.b2bpic.net/free-photo/front-view-chest-part-man-dressed-stylish-black-suit-precious-watch-man-s-hands_8353-11493.jpg?_wi=2",
imageAlt: "Luxury Watch 5",
},
{
@@ -150,7 +150,7 @@ export default function HomePage() {
description:
"All watches undergo rigorous authentication and certification by our expert horologists. Your investment is guaranteed genuine.",
imageSrc:
"http://img.b2bpic.net/free-photo/businessman-looking-wristwatch_23-2147689138.jpg",
"http://img.b2bpic.net/free-photo/businessman-looking-wristwatch_23-2147689138.jpg?_wi=1",
},
{
id: 2,
@@ -170,7 +170,7 @@ export default function HomePage() {
description:
"Our luxury watch specialists are available to help with valuations, appraisals, and personalized recommendations tailored to your collection.",
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",
"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=1",
},
{
id: 4,
@@ -180,7 +180,7 @@ export default function HomePage() {
description:
"Every timepiece is insured and delivered with white-glove service, arriving in pristine condition with full documentation.",
imageSrc:
"http://img.b2bpic.net/free-photo/businessman-consulting-wristwatch_1262-18365.jpg",
"http://img.b2bpic.net/free-photo/businessman-consulting-wristwatch_1262-18365.jpg?_wi=1",
},
]}
/>
@@ -203,21 +203,21 @@ export default function HomePage() {
name: "Sports Chronograph Pro",
price: "$8,500",
imageSrc:
"http://img.b2bpic.net/free-photo/friends-going-hiking-winter_23-2150198170.jpg",
"http://img.b2bpic.net/free-photo/friends-going-hiking-winter_23-2150198170.jpg?_wi=1",
},
{
id: "watch-dress-1",
name: "Elegant Dress Watch",
price: "$6,200",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-man-s-hand-with-wrist-watch_23-2147941432.jpg",
"http://img.b2bpic.net/free-photo/close-up-man-s-hand-with-wrist-watch_23-2147941432.jpg?_wi=1",
},
{
id: "watch-vintage-1",
name: "Vintage Heritage Timepiece",
price: "$5,800",
imageSrc:
"http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-magnifying-glass_23-2150914195.jpg",
"http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-magnifying-glass_23-2150914195.jpg?_wi=1",
},
]}
/>
@@ -230,7 +230,7 @@ export default function HomePage() {
tag="Our Story"
tagIcon={Zap}
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=1"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -255,37 +255,37 @@ export default function HomePage() {
id: "testimonial-1-data",
name: "James Mitchell",
imageSrc:
"http://img.b2bpic.net/free-photo/handsome-man-looking-his-watch_23-2148448875.jpg",
"http://img.b2bpic.net/free-photo/handsome-man-looking-his-watch_23-2148448875.jpg?_wi=1",
},
{
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",
"http://img.b2bpic.net/free-photo/portrait-beautiful-young-girl-she-sits-chair-stylish-black-outfit-real-emotion_197531-2614.jpg?_wi=1",
},
{
id: "testimonial-3-data",
name: "David Kovalski",
imageSrc:
"http://img.b2bpic.net/free-photo/man-is-looking-watch-his-wrist_8353-11434.jpg",
"http://img.b2bpic.net/free-photo/man-is-looking-watch-his-wrist_8353-11434.jpg?_wi=1",
},
{
id: "testimonial-4-data",
name: "Emma Rodriguez",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-working-laptop-cafe-sitting-coach_1303-27367.jpg",
"http://img.b2bpic.net/free-photo/woman-working-laptop-cafe-sitting-coach_1303-27367.jpg?_wi=1",
},
{
id: "testimonial-5-data",
name: "Marcus Thompson",
imageSrc:
"http://img.b2bpic.net/free-photo/handsome-man-looking-his-watch_23-2148448875.jpg",
"http://img.b2bpic.net/free-photo/handsome-man-looking-his-watch_23-2148448875.jpg?_wi=2",
},
{
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",
"http://img.b2bpic.net/free-photo/portrait-beautiful-young-girl-she-sits-chair-stylish-black-outfit-real-emotion_197531-2614.jpg?_wi=2",
},
]}
/>

View File

@@ -95,7 +95,7 @@ export default function SellPage() {
title: "Submit Your Watch",
subtitle: "Share details and photos",
description: "Provide high-quality photos and detailed information about your timepiece. Include condition, service history, original box, and papers.",
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=2",
},
{
id: 2,
@@ -103,7 +103,7 @@ export default function SellPage() {
title: "Professional Evaluation",
subtitle: "Expert assessment",
description: "Our certified horologists inspect your watch, verify authenticity, assess condition, and provide a competitive valuation based on current market trends.",
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=2",
},
{
id: 3,
@@ -111,7 +111,7 @@ export default function SellPage() {
title: "Receive Your Offer",
subtitle: "Fair market price",
description: "Accept our transparent offer or counter-offer. Once agreed, we handle all logistics and buyer verification for you.",
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=4",
},
{
id: 4,
@@ -119,7 +119,7 @@ export default function SellPage() {
title: "Get Paid Securely",
subtitle: "Fast settlement",
description: "Funds are transferred via secure escrow upon buyer confirmation of delivery. We handle all documentation and insurance.",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-consulting-wristwatch_1262-18365.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-consulting-wristwatch_1262-18365.jpg?_wi=2",
},
]}
/>
@@ -132,7 +132,7 @@ export default function SellPage() {
tag="Seller Advantages"
tagIcon={Zap}
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=2"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={true}

View File

@@ -97,42 +97,42 @@ export default function ShopPage() {
name: "Sports Chronograph Pro",
price: "$8,500",
imageSrc:
"http://img.b2bpic.net/free-photo/friends-going-hiking-winter_23-2150198170.jpg",
"http://img.b2bpic.net/free-photo/friends-going-hiking-winter_23-2150198170.jpg?_wi=2",
},
{
id: "watch-dress-1",
name: "Elegant Dress Watch",
price: "$6,200",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-man-s-hand-with-wrist-watch_23-2147941432.jpg",
"http://img.b2bpic.net/free-photo/close-up-man-s-hand-with-wrist-watch_23-2147941432.jpg?_wi=2",
},
{
id: "watch-vintage-1",
name: "Vintage Heritage Timepiece",
price: "$5,800",
imageSrc:
"http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-magnifying-glass_23-2150914195.jpg",
"http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-magnifying-glass_23-2150914195.jpg?_wi=2",
},
{
id: "watch-sports-2",
name: "Diving Watch Professional",
price: "$7,900",
imageSrc:
"http://img.b2bpic.net/free-photo/friends-going-hiking-winter_23-2150198170.jpg",
"http://img.b2bpic.net/free-photo/friends-going-hiking-winter_23-2150198170.jpg?_wi=3",
},
{
id: "watch-dress-2",
name: "Executive Dress Collection",
price: "$6,800",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-man-s-hand-with-wrist-watch_23-2147941432.jpg",
"http://img.b2bpic.net/free-photo/close-up-man-s-hand-with-wrist-watch_23-2147941432.jpg?_wi=3",
},
{
id: "watch-vintage-2",
name: "Classic Vintage Reserve",
price: "$4,500",
imageSrc:
"http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-magnifying-glass_23-2150914195.jpg",
"http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-magnifying-glass_23-2150914195.jpg?_wi=3",
},
]}
/>