Merge version_1 into main #1
@@ -110,56 +110,56 @@ export default function BusinessesPage() {
|
||||
id: "1",
|
||||
name: "TechFlow Solutions",
|
||||
price: "Software Development",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template-infographic_23-2148368929.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template-infographic_23-2148368929.jpg?_wi=2",
|
||||
imageAlt: "TechFlow Solutions office",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Urban Fitness Hub",
|
||||
price: "Health & Fitness",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tired-man-working-late-office_23-2149006073.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tired-man-working-late-office_23-2149006073.jpg?_wi=2",
|
||||
imageAlt: "Urban Fitness Hub gym",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Artisan Bakery Co",
|
||||
price: "Food & Beverage",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-business-card-template-with-photo_23-2148353833.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-business-card-template-with-photo_23-2148353833.jpg?_wi=2",
|
||||
imageAlt: "Artisan Bakery Co storefront",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Green Landscaping",
|
||||
price: "Landscaping Services",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/group-people-starting-business-project_52683-57145.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/group-people-starting-business-project_52683-57145.jpg?_wi=2",
|
||||
imageAlt: "Green Landscaping project",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Bright Photography",
|
||||
price: "Photography Services",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/search-concept-landing-page_52683-12761.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/search-concept-landing-page_52683-12761.jpg?_wi=2",
|
||||
imageAlt: "Bright Photography portfolio",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Premier Consulting",
|
||||
price: "Business Consulting",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template-infographic_23-2148368929.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template-infographic_23-2148368929.jpg?_wi=3",
|
||||
imageAlt: "Premier Consulting office",
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
name: "Digital Marketing Pro",
|
||||
price: "Marketing Services",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tired-man-working-late-office_23-2149006073.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tired-man-working-late-office_23-2149006073.jpg?_wi=3",
|
||||
imageAlt: "Digital Marketing Pro studio",
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
name: "Health Wellness Center",
|
||||
price: "Healthcare Services",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-business-card-template-with-photo_23-2148353833.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-business-card-template-with-photo_23-2148353833.jpg?_wi=3",
|
||||
imageAlt: "Health Wellness Center facility",
|
||||
},
|
||||
]}
|
||||
@@ -225,7 +225,7 @@ export default function BusinessesPage() {
|
||||
role: "Owner",
|
||||
company: "TechFlow Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
@@ -234,7 +234,7 @@ export default function BusinessesPage() {
|
||||
role: "Manager",
|
||||
company: "Urban Fitness Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
@@ -243,7 +243,7 @@ export default function BusinessesPage() {
|
||||
role: "Founder",
|
||||
company: "Artisan Bakery Co",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg?_wi=2",
|
||||
imageAlt: "Emma Williams",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,28 +1,54 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Public_Sans } from "next/font/google";
|
||||
import { Inter } 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";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "UK Business Directory - Find & List Trusted Businesses",
|
||||
description: "Discover thousands of verified businesses across the UK. Increase your online visibility with a free listing on the UK Business Directory - trusted by 10,000+ businesses.",
|
||||
keywords: "UK business directory, find businesses, local directory, business listings, online directory, business search",
|
||||
metadataBase: new URL("https://ukbusinessdirectory.com"),
|
||||
alternates: {
|
||||
canonical: "https://ukbusinessdirectory.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "UK Business Directory - Find & List Trusted Businesses",
|
||||
description: "Discover thousands of verified businesses across the UK. Increase your online visibility with a free listing.",
|
||||
url: "https://ukbusinessdirectory.com",
|
||||
siteName: "UK Business Directory",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template-infographic_23-2148368929.jpg",
|
||||
alt: "UK Business Directory Platform",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "UK Business Directory - Find & List Trusted Businesses",
|
||||
description: "Discover thousands of verified businesses across the UK and boost your visibility.",
|
||||
images: ["http://img.b2bpic.net/free-vector/dashboard-user-panel-template-infographic_23-2148368929.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -31,7 +57,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${publicSans.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${publicSans.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +71,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -202,35 +202,35 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "TechFlow Solutions",
|
||||
price: "Software Development",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-business-card-template-with-photo_23-2148353833.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-business-card-template-with-photo_23-2148353833.jpg?_wi=1",
|
||||
imageAlt: "TechFlow Solutions office",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Urban Fitness Hub",
|
||||
price: "Health & Fitness",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tired-man-working-late-office_23-2149006073.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tired-man-working-late-office_23-2149006073.jpg?_wi=1",
|
||||
imageAlt: "Urban Fitness Hub gym",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Artisan Bakery Co",
|
||||
price: "Food & Beverage",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/group-people-starting-business-project_52683-57145.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/group-people-starting-business-project_52683-57145.jpg?_wi=1",
|
||||
imageAlt: "Artisan Bakery Co storefront",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Green Landscaping",
|
||||
price: "Landscaping Services",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/search-concept-landing-page_52683-12761.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/search-concept-landing-page_52683-12761.jpg?_wi=1",
|
||||
imageAlt: "Green Landscaping project",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Bright Photography",
|
||||
price: "Photography Services",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template-infographic_23-2148368929.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template-infographic_23-2148368929.jpg?_wi=1",
|
||||
imageAlt: "Bright Photography portfolio",
|
||||
},
|
||||
]}
|
||||
@@ -253,7 +253,7 @@ export default function HomePage() {
|
||||
role: "Owner",
|
||||
company: "TechFlow Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
@@ -262,7 +262,7 @@ export default function HomePage() {
|
||||
role: "Manager",
|
||||
company: "Urban Fitness Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
@@ -271,7 +271,7 @@ export default function HomePage() {
|
||||
role: "Founder",
|
||||
company: "Artisan Bakery Co",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg?_wi=1",
|
||||
imageAlt: "Emma Williams",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user