Merge version_1 into main #1
@@ -84,7 +84,7 @@ export default function BrowsePage() {
|
||||
{ text: "Back to Home", href: "/" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915841.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915841.jpg?_wi=1"
|
||||
imageAlt="Browse Categories"
|
||||
mediaAnimation="blur-reveal"
|
||||
background="radial-gradient"
|
||||
@@ -105,7 +105,7 @@ export default function BrowsePage() {
|
||||
name: "Electronics & Gadgets",
|
||||
price: "From $50",
|
||||
variant: "1,245 listings",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915841.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915841.jpg?_wi=2",
|
||||
imageAlt: "Electronics Category",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -114,7 +114,7 @@ export default function BrowsePage() {
|
||||
name: "Vehicles",
|
||||
price: "From $500",
|
||||
variant: "892 listings",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22680.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22680.jpg?_wi=1",
|
||||
imageAlt: "Vehicles Category",
|
||||
isFavorited: false,
|
||||
},
|
||||
|
||||
@@ -1,24 +1,60 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Nunito_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 { Nunito_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 nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "ClassifiedHub - Buy & Sell Online Classifieds",
|
||||
description: "Post free classified ads and browse millions of items. Safe, secure marketplace for buying and selling anything online.",
|
||||
keywords: "classifieds, buy sell online, marketplace, classified ads, free listings",
|
||||
metadataBase: new URL("https://classifiedhub.com"),
|
||||
alternates: {
|
||||
canonical: "https://classifiedhub.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "ClassifiedHub - Buy & Sell Online",
|
||||
description: "Secure marketplace for classified ads. Connect with buyers and sellers worldwide.",
|
||||
siteName: "ClassifiedHub",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-vector/flat-design-web-pop-up-collection_23-2149119270.jpg",
|
||||
alt: "ClassifiedHub Marketplace",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "ClassifiedHub - Buy & Sell Online",
|
||||
description: "Secure classified ads marketplace",
|
||||
images: ["http://img.b2bpic.net/free-vector/flat-design-web-pop-up-collection_23-2149119270.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +63,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${nunitoSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${nunitoSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +77,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -90,7 +90,7 @@ export default function HomePage() {
|
||||
{ text: "Browse Items", href: "/browse" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-web-pop-up-collection_23-2149119270.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-web-pop-up-collection_23-2149119270.jpg?_wi=1"
|
||||
imageAlt="ClassifiedHub Marketplace Platform"
|
||||
mediaAnimation="blur-reveal"
|
||||
background="radial-gradient"
|
||||
@@ -159,7 +159,7 @@ export default function HomePage() {
|
||||
name: "Modern Apartment",
|
||||
price: "$1,200/month",
|
||||
variant: "2BR/2BA - Downtown",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hotel-banner-with-photo_23-2148933981.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hotel-banner-with-photo_23-2148933981.jpg?_wi=1",
|
||||
imageAlt: "Modern Apartment",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -214,7 +214,7 @@ export default function HomePage() {
|
||||
tag="Security"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-green-coming-soon-stickers_23-2147627141.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-green-coming-soon-stickers_23-2147627141.jpg?_wi=1"
|
||||
imageAlt="Trust & Safety Badge"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
|
||||
@@ -87,7 +87,7 @@ export default function SafetyPage() {
|
||||
{ text: "Report Issue", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-green-coming-soon-stickers_23-2147627141.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-green-coming-soon-stickers_23-2147627141.jpg?_wi=2"
|
||||
imageAlt="Trust & Safety Badge"
|
||||
mediaAnimation="blur-reveal"
|
||||
background="radial-gradient"
|
||||
@@ -119,7 +119,7 @@ export default function SafetyPage() {
|
||||
tag="Security"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-green-coming-soon-stickers_23-2147627141.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-green-coming-soon-stickers_23-2147627141.jpg?_wi=3"
|
||||
imageAlt="Trust & Safety Badge"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
|
||||
@@ -86,7 +86,7 @@ export default function SellPage() {
|
||||
{ text: "Browse Categories", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-web-pop-up-collection_23-2149119270.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-web-pop-up-collection_23-2149119270.jpg?_wi=2"
|
||||
imageAlt="Start Selling on ClassifiedHub"
|
||||
mediaAnimation="blur-reveal"
|
||||
background="radial-gradient"
|
||||
@@ -146,7 +146,7 @@ export default function SellPage() {
|
||||
name: "Electronics",
|
||||
price: "High demand",
|
||||
variant: "Phones, Laptops, Accessories",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915841.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915841.jpg?_wi=3",
|
||||
imageAlt: "Electronics Category",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -155,7 +155,7 @@ export default function SellPage() {
|
||||
name: "Vehicles",
|
||||
price: "Peak season",
|
||||
variant: "Cars, Bikes, Accessories",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22680.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22680.jpg?_wi=2",
|
||||
imageAlt: "Vehicles Category",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -164,7 +164,7 @@ export default function SellPage() {
|
||||
name: "Real Estate",
|
||||
price: "Always active",
|
||||
variant: "Properties, Rentals, Land",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hotel-banner-with-photo_23-2148933981.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hotel-banner-with-photo_23-2148933981.jpg?_wi=2",
|
||||
imageAlt: "Real Estate Category",
|
||||
isFavorited: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user