From fdff53b41eb0b3f140f5e3b3d13c772561c800e9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 22:54:12 +0000 Subject: [PATCH 1/5] Update src/app/browse/page.tsx --- src/app/browse/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/browse/page.tsx b/src/app/browse/page.tsx index c5ea41d..2edcda4 100644 --- a/src/app/browse/page.tsx +++ b/src/app/browse/page.tsx @@ -88,42 +88,42 @@ export default function BrowsePage() { id: "1", name: "Ferrari Testarossa", price: "$487,000", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-33181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-33181.jpg?_wi=2", imageAlt: "Red Ferrari sports car", }, { id: "2", name: "Rolex Submariner Gold", price: "$42,500", - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-checking-time_23-2149322941.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-checking-time_23-2149322941.jpg?_wi=2", imageAlt: "Luxury gold watch", }, { id: "3", name: "Abstract Canvas #47", price: "$18,900", - imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148975307.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148975307.jpg?_wi=3", imageAlt: "Modern abstract painting", }, { id: "4", name: "Digital Realm NFT", price: "5.2 ETH", - imageSrc: "http://img.b2bpic.net/free-vector/linear-gradient-vintage-cassette_52683-60215.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/linear-gradient-vintage-cassette_52683-60215.jpg?_wi=2", imageAlt: "Digital collectible NFT", }, { id: "5", name: "1967 Jaguar E-Type", price: "$156,000", - imageSrc: "http://img.b2bpic.net/free-photo/lady-car_1157-7446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lady-car_1157-7446.jpg?_wi=2", imageAlt: "Classic collector car", }, { id: "6", name: "Cartier Diamond Watch", price: "$38,700", - imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-choosing-ring-together_1303-30658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-choosing-ring-together_1303-30658.jpg?_wi=2", imageAlt: "Diamond-studded luxury watch", }, ]} @@ -139,7 +139,7 @@ export default function BrowsePage() { textboxLayout="default" useInvertedBackground={false} imagePosition="left" - imageSrc="http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709120.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709120.jpg?_wi=3" imageAlt="Browse categories interface" bulletPoints={[ { @@ -176,7 +176,7 @@ export default function BrowsePage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/approved-agreement-allowed-validation-concept_53876-138635.jpg" + imageSrc="http://img.b2bpic.net/free-photo/approved-agreement-allowed-validation-concept_53876-138635.jpg?_wi=3" imageAlt="Bidding process" bulletPoints={[ { From 6867e7221dfcdffff1a77dba08331336f6360e3a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 22:54:12 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 59 ++++++++++++++++++++++++++++++++++++---------- 1 file changed, 47 insertions(+), 12 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c1f48a0..8dcc5be 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,27 +1,60 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Public_Sans } 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 { Public_Sans } 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 publicSans = Public_Sans({ variable: "--font-public-sans", subsets: ["latin"], }); -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); + +export const metadata: Metadata = { + title: "AuctionHub - Online Auction Marketplace | Cars, Watches, Art & NFTs", + description: "AuctionHub is the premier online auction platform for luxury cars, premium watches, fine art, and NFTs. Fast validation, transparent bidding, and secure transactions for collectors and enthusiasts worldwide.", + keywords: "online auction, luxury cars auction, watch auction, art auction, NFT marketplace, collector marketplace, authenticated auctions, blockchain auctions", + metadataBase: new URL("https://auctionhub.com"), + alternates: { + canonical: "https://auctionhub.com", + }, + openGraph: { + title: "AuctionHub - Premium Auction Marketplace", + description: "Discover and bid on luxury items - cars, watches, art, and NFTs with fast validation and secure transactions.", + url: "https://auctionhub.com", + siteName: "AuctionHub", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24275.jpg", + alt: "AuctionHub - Premium Auction Marketplace", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "AuctionHub - Premium Auction Marketplace", + description: "Bid on luxury cars, watches, art & NFTs with fast validation", + images: ["http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24275.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; export default function RootLayout({ children, @@ -31,7 +64,9 @@ export default function RootLayout({ return ( - + {children}