Update src/app/layout.tsx

This commit is contained in:
2026-03-04 17:14:03 +00:00
parent 804feea836
commit 6bf26d8d6c

View File

@@ -7,47 +7,32 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const interTight = Inter_Tight({
variable: "--font-inter-tight",
subsets: ["latin"],
variable: "--font-inter-tight", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = {
title: "Premium Sustainable Furniture - FurniturePro",
description: "Discover eco-friendly, premium furniture designed for modern living. Sustainable craftsmanship meets contemporary style at FurniturePro.",
keywords: "furniture, sustainable, eco-friendly, premium, modern design, home decor",
robots: {
title: "Sell Your Products Online - Home Business Platform", description: "Start selling online today. A platform designed for home-based businesses to reach customers worldwide. Easy to use, powerful tools, and complete support.", keywords: "sell online, home business, e-commerce, small business, online store", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Premium Sustainable Furniture - FurniturePro",
description: "Discover eco-friendly, premium furniture designed for modern living. Sustainable craftsmanship meets contemporary style.",
type: "website",
siteName: "FurniturePro",
images: [
title: "Sell Your Products Online - Home Business Platform", description: "Start selling online today. A platform for home-based businesses to reach customers worldwide.", type: "website", siteName: "HomeSellerHub", images: [
{
url: "http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg",
alt: "FurniturePro Premium Furniture Collection",
},
url: "http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg", alt: "Home Business Platform"},
],
},
twitter: {
card: "summary_large_image",
title: "Premium Sustainable Furniture - FurniturePro",
description: "Discover eco-friendly, premium furniture for modern living.",
images: ["http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg"],
card: "summary_large_image", title: "Sell Your Products Online - Home Business Platform", description: "Start selling online today from home.", images: ["http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg"],
},
};
@@ -1435,4 +1420,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}