Merge version_1 into main #1
@@ -72,7 +72,7 @@ export default function AboutPage() {
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/quail-eggs-with-herbs-metallic-cup_114579-76320.jpg",
|
||||
"http://img.b2bpic.net/free-photo/quail-eggs-with-herbs-metallic-cup_114579-76320.jpg?_wi=3",
|
||||
imageAlt: "Vintage art deco ceramic vase collection",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -53,13 +53,13 @@ export default function CollectionPage() {
|
||||
buttonAnimation="slide-up"
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tin-can-plate-kitchen-knife-fork_23-2147826763.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tin-can-plate-kitchen-knife-fork_23-2147826763.jpg?_wi=2",
|
||||
imageAlt: "Blue and white vintage ceramic collection",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-sunlight-splitting-into-spectrum-white-background_23-2147949036.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-sunlight-splitting-into-spectrum-white-background_23-2147949036.jpg?_wi=2",
|
||||
imageAlt: "Crystal stemware vintage collection",
|
||||
},
|
||||
]}
|
||||
@@ -85,42 +85,42 @@ export default function CollectionPage() {
|
||||
id: "product-1",
|
||||
name: "French Porcelain Dinner Set",
|
||||
price: "Upon Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filled-champagne-glasses_23-2147729194.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filled-champagne-glasses_23-2147729194.jpg?_wi=3",
|
||||
imageAlt: "French porcelain dinner set",
|
||||
},
|
||||
{
|
||||
id: "product-2",
|
||||
name: "Blue & White Ceramic Collection",
|
||||
price: "Upon Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tin-can-plate-kitchen-knife-fork_23-2147826763.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tin-can-plate-kitchen-knife-fork_23-2147826763.jpg?_wi=3",
|
||||
imageAlt: "Blue and white ceramics",
|
||||
},
|
||||
{
|
||||
id: "product-3",
|
||||
name: "Crystal Stemware Set",
|
||||
price: "Upon Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-sunlight-splitting-into-spectrum-white-background_23-2147949036.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-sunlight-splitting-into-spectrum-white-background_23-2147949036.jpg?_wi=3",
|
||||
imageAlt: "Crystal stemware",
|
||||
},
|
||||
{
|
||||
id: "product-4",
|
||||
name: "Art Deco Ceramic Vase",
|
||||
price: "Upon Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-with-herbs-metallic-cup_114579-76320.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-with-herbs-metallic-cup_114579-76320.jpg?_wi=2",
|
||||
imageAlt: "Art deco vase",
|
||||
},
|
||||
{
|
||||
id: "product-5",
|
||||
name: "Ornate Serving Platter",
|
||||
price: "Upon Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157824.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157824.jpg?_wi=2",
|
||||
imageAlt: "Ornate serving platter",
|
||||
},
|
||||
{
|
||||
id: "product-6",
|
||||
name: "Frosted Glass Bowls",
|
||||
price: "Upon Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-roses-iron-bowl-white-background_114579-74449.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-roses-iron-bowl-white-background_114579-74449.jpg?_wi=2",
|
||||
imageAlt: "Frosted glass bowls",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -51,14 +51,14 @@ export default function ContactPage() {
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157824.jpg",
|
||||
"http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157824.jpg?_wi=3",
|
||||
imageAlt: "Vintage ornate serving collection",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/white-roses-iron-bowl-white-background_114579-74449.jpg",
|
||||
"http://img.b2bpic.net/free-photo/white-roses-iron-bowl-white-background_114579-74449.jpg?_wi=3",
|
||||
imageAlt: "Frosted glass decorative collection",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Mulish } 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 { Mulish } 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 mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Maison Blanche & Bleu - Vintage & Antique Glassware",
|
||||
description: "Discover curated vintage and antique glassware, porcelain, ceramics, and collectibles. Authentic pieces for collectors and interior designers. Call to inquire.",
|
||||
keywords: "vintage glassware, antique porcelain, collectible ceramics, vintage decor, antique tableware, luxury collectibles",
|
||||
metadataBase: new URL("https://maisonblanchebleu.com"),
|
||||
alternates: {
|
||||
canonical: "https://maisonblanchebleu.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Maison Blanche & Bleu - Timeless Vintage Treasures",
|
||||
description: "Explore our exclusive collection of vintage and antique glassware, porcelain, ceramics, and decorative collectibles.",
|
||||
url: "https://maisonblanchebleu.com",
|
||||
siteName: "Maison Blanche & Bleu",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/confiture-stand-red-towel-with-tea_114579-16501.jpg",
|
||||
alt: "Maison Blanche & Bleu vintage antique collection",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Maison Blanche & Bleu - Vintage & Antique Glassware",
|
||||
description: "Curated vintage and antique pieces for collectors and elegant homes.",
|
||||
images: ["http://img.b2bpic.net/free-photo/confiture-stand-red-towel-with-tea_114579-16501.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -71,7 +71,7 @@ export default function HomePage() {
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filled-champagne-glasses_23-2147729194.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filled-champagne-glasses_23-2147729194.jpg?_wi=1",
|
||||
imageAlt: "Elegant vintage French porcelain plate",
|
||||
},
|
||||
]}
|
||||
@@ -97,42 +97,42 @@ export default function HomePage() {
|
||||
id: "product-1",
|
||||
name: "French Porcelain Dinner Set",
|
||||
price: "Upon Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filled-champagne-glasses_23-2147729194.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filled-champagne-glasses_23-2147729194.jpg?_wi=2",
|
||||
imageAlt: "Vintage French porcelain plate collection",
|
||||
},
|
||||
{
|
||||
id: "product-2",
|
||||
name: "Blue & White Ceramic Collection",
|
||||
price: "Upon Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tin-can-plate-kitchen-knife-fork_23-2147826763.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tin-can-plate-kitchen-knife-fork_23-2147826763.jpg?_wi=1",
|
||||
imageAlt: "Antique blue and white ceramic dishes",
|
||||
},
|
||||
{
|
||||
id: "product-3",
|
||||
name: "Crystal Stemware Set",
|
||||
price: "Upon Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-sunlight-splitting-into-spectrum-white-background_23-2147949036.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-sunlight-splitting-into-spectrum-white-background_23-2147949036.jpg?_wi=1",
|
||||
imageAlt: "Vintage crystal wine glass collection",
|
||||
},
|
||||
{
|
||||
id: "product-4",
|
||||
name: "Art Deco Ceramic Vase",
|
||||
price: "Upon Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-with-herbs-metallic-cup_114579-76320.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-with-herbs-metallic-cup_114579-76320.jpg?_wi=1",
|
||||
imageAlt: "Antique art deco ceramic vase",
|
||||
},
|
||||
{
|
||||
id: "product-5",
|
||||
name: "Ornate Serving Platter",
|
||||
price: "Upon Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157824.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157824.jpg?_wi=1",
|
||||
imageAlt: "Vintage ornate porcelain serving platter",
|
||||
},
|
||||
{
|
||||
id: "product-6",
|
||||
name: "Frosted Glass Bowls",
|
||||
price: "Upon Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-roses-iron-bowl-white-background_114579-74449.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-roses-iron-bowl-white-background_114579-74449.jpg?_wi=1",
|
||||
imageAlt: "Vintage frosted glass decorative bowls",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user