Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-20 11:24:51 +00:00
5 changed files with 59 additions and 37 deletions

View File

@@ -103,7 +103,7 @@ export default function AboutPage() {
icon: Lock,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/line-wine-bottles-wineglasses_23-2148214970.jpg"
imageSrc="http://img.b2bpic.net/free-photo/line-wine-bottles-wineglasses_23-2148214970.jpg?_wi=2"
imageAlt="premium wine bottles collection display"
mediaAnimation="slide-up"
imagePosition="right"
@@ -162,7 +162,7 @@ export default function AboutPage() {
quote: "Vinocave transformed how I store my collection. The precision climate control gives me complete peace of mind knowing my wines are aging in perfect conditions.",
name: "James Richardson",
role: "Wine Collector & Vintner",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg?_wi=2",
imageAlt: "professional man portrait dark background",
},
{
@@ -171,7 +171,7 @@ export default function AboutPage() {
quote: "The attention to detail in every aspect of the Vinocave cellar is remarkable. It's not just storage—it's a statement piece for my home.",
name: "Sophie Arnault",
role: "Sommelier & Wine Expert",
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-young-woman-posing-with-suitcase-standing-hotel-hallway_23-2148033329.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-young-woman-posing-with-suitcase-standing-hotel-hallway_23-2148033329.jpg?_wi=2",
imageAlt: "professional woman sommelier portrait",
},
{
@@ -180,7 +180,7 @@ export default function AboutPage() {
quote: "After ten years with Vinocave, I can confidently say my collection's value has been preserved and enhanced. This is the gold standard in wine storage.",
name: "Michael Chen",
role: "Fine Wine Investor",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-asian-man-with-hands-chin_1262-1560.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-asian-man-with-hands-chin_1262-1560.jpg?_wi=2",
imageAlt: "asian businessman professional portrait",
},
{
@@ -189,7 +189,7 @@ export default function AboutPage() {
quote: "The Vault Prestige system exceeds every expectation. It combines stunning aesthetics with flawless functionality. Highly recommended for serious collectors.",
name: "Isabella Rossi",
role: "Museum Curator",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-trendy-looking-androgynal-female-with-make-up-hair-combed-back-posing-dressed-oversize-gray-men-s-jacket-looking-with-serious-facial-expression_343059-3174.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-trendy-looking-androgynal-female-with-make-up-hair-combed-back-posing-dressed-oversize-gray-men-s-jacket-looking-with-serious-facial-expression_343059-3174.jpg?_wi=2",
imageAlt: "professional woman curator portrait",
},
{
@@ -198,7 +198,7 @@ export default function AboutPage() {
quote: "From consultation to installation, the Vinocave team demonstrated extraordinary expertise and dedication to my project.",
name: "David Thompson",
role: "Luxury Residential Developer",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-backpack_23-2149915916.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-backpack_23-2149915916.jpg?_wi=2",
imageAlt: "male developer professional headshot",
},
{
@@ -207,7 +207,7 @@ export default function AboutPage() {
quote: "Vinocave cellars are not just functional—they're investment-grade pieces that add significant value to any residence.",
name: "Catherine LaFond",
role: "High-Net-Worth Individual",
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=2",
imageAlt: "high-net-worth woman portrait elegant",
},
]}

View File

@@ -101,21 +101,21 @@ export default function InsightsPage() {
id: "cellier-elite",
name: "Cellier Elite Series",
price: "$18,500",
imageSrc: "http://img.b2bpic.net/free-photo/pullout-drawer-black-cabinet-countertop-modern-organization_169016-71206.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pullout-drawer-black-cabinet-countertop-modern-organization_169016-71206.jpg?_wi=3",
imageAlt: "modern wine cooler glass doors premium",
},
{
id: "vault-prestige",
name: "Vault Prestige",
price: "$32,000",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wineglasses-base-reflective-surface_23-2148253236.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wineglasses-base-reflective-surface_23-2148253236.jpg?_wi=3",
imageAlt: "luxury wine vault storage system premium",
},
{
id: "collection-platinum",
name: "Collection Platinum",
price: "$28,750",
imageSrc: "http://img.b2bpic.net/free-photo/bottles-tasty-wine-posh-reastoraunt-are-stored-shelf_613910-17445.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bottles-tasty-wine-posh-reastoraunt-are-stored-shelf_613910-17445.jpg?_wi=4",
imageAlt: "platinum wine storage elegant design",
},
]}

View File

@@ -1,29 +1,49 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Libre_Baskerville, 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 { Libre_Baskerville } from "next/font/google";
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville",
subsets: ["latin"],
weight: ["400", "700"],
});
const inter = Inter({
const interFont = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Vinocave - Premium Wine Storage & Cellar Solutions",
description: "Discover luxury wine cellars and premium wine storage solutions from Vinocave. Climate-controlled, handcrafted wine storage systems for discerning collectors worldwide.",
keywords: "wine storage, wine cellar, climate control wine storage, luxury wine cellar, wine preservation, premium wine storage solutions",
openGraph: {
title: "Vinocave - Preserve Excellence. Elevate Your Wine Experience.",
description: "Premium wine storage and cellar solutions designed for collectors who demand excellence.",
type: "website",
siteName: "Vinocave",
images: [
{
url: "http://img.b2bpic.net/free-photo/virtual-love-cute-blonde-girl-red-dress-distance-date-with-wine-candles-holding-glass_140725-163882.jpg",
alt: "Vinocave luxury wine cellar"
}
]
},
twitter: {
card: "summary_large_image",
title: "Vinocave - Premium Wine Storage",
description: "Experience the pinnacle of wine preservation with Vinocave luxury cellars.",
images: ["http://img.b2bpic.net/free-photo/virtual-love-cute-blonde-girl-red-dress-distance-date-with-wine-candles-holding-glass_140725-163882.jpg"]
},
robots: {
index: true,
follow: true
}
};
export default function RootLayout({
children,
}: Readonly<{
@@ -32,7 +52,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
<body
className={`${libreBaskerville.variable} ${interFont.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -44,4 +66,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -137,7 +137,7 @@ export default function HomePage() {
icon: Lock,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/line-wine-bottles-wineglasses_23-2148214970.jpg"
imageSrc="http://img.b2bpic.net/free-photo/line-wine-bottles-wineglasses_23-2148214970.jpg?_wi=1"
imageAlt="Premium wine collection displayed in elegant cellar"
mediaAnimation="slide-up"
imagePosition="right"
@@ -170,7 +170,7 @@ export default function HomePage() {
name: "Cellier Elite Series",
price: "$18,500",
imageSrc:
"http://img.b2bpic.net/free-photo/pullout-drawer-black-cabinet-countertop-modern-organization_169016-71206.jpg",
"http://img.b2bpic.net/free-photo/pullout-drawer-black-cabinet-countertop-modern-organization_169016-71206.jpg?_wi=1",
imageAlt: "Cellier Elite wine storage unit with glass doors",
},
{
@@ -178,7 +178,7 @@ export default function HomePage() {
name: "Vault Prestige",
price: "$32,000",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-wineglasses-base-reflective-surface_23-2148253236.jpg",
"http://img.b2bpic.net/free-photo/close-up-wineglasses-base-reflective-surface_23-2148253236.jpg?_wi=1",
imageAlt: "Luxury Vault Prestige wine cellar system",
},
{
@@ -186,7 +186,7 @@ export default function HomePage() {
name: "Collection Platinum",
price: "$28,750",
imageSrc:
"http://img.b2bpic.net/free-photo/bottles-tasty-wine-posh-reastoraunt-are-stored-shelf_613910-17445.jpg",
"http://img.b2bpic.net/free-photo/bottles-tasty-wine-posh-reastoraunt-are-stored-shelf_613910-17445.jpg?_wi=1",
imageAlt: "Collection Platinum premium wine storage",
},
]}
@@ -245,7 +245,7 @@ export default function HomePage() {
name: "James Richardson",
role: "Wine Collector & Vintner",
imageSrc:
"http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg",
"http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg?_wi=1",
imageAlt: "professional man portrait dark background",
},
{
@@ -256,7 +256,7 @@ export default function HomePage() {
name: "Sophie Arnault",
role: "Sommelier & Wine Expert",
imageSrc:
"http://img.b2bpic.net/free-photo/fashionable-young-woman-posing-with-suitcase-standing-hotel-hallway_23-2148033329.jpg",
"http://img.b2bpic.net/free-photo/fashionable-young-woman-posing-with-suitcase-standing-hotel-hallway_23-2148033329.jpg?_wi=1",
imageAlt: "professional woman sommelier portrait",
},
{
@@ -267,7 +267,7 @@ export default function HomePage() {
name: "Michael Chen",
role: "Fine Wine Investor",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-mature-asian-man-with-hands-chin_1262-1560.jpg",
"http://img.b2bpic.net/free-photo/portrait-mature-asian-man-with-hands-chin_1262-1560.jpg?_wi=1",
imageAlt: "asian businessman professional portrait",
},
{
@@ -278,7 +278,7 @@ export default function HomePage() {
name: "Isabella Rossi",
role: "Museum Curator",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-image-trendy-looking-androgynal-female-with-make-up-hair-combed-back-posing-dressed-oversize-gray-men-s-jacket-looking-with-serious-facial-expression_343059-3174.jpg",
"http://img.b2bpic.net/free-photo/close-up-image-trendy-looking-androgynal-female-with-make-up-hair-combed-back-posing-dressed-oversize-gray-men-s-jacket-looking-with-serious-facial-expression_343059-3174.jpg?_wi=1",
imageAlt: "professional woman curator portrait",
},
{
@@ -289,7 +289,7 @@ export default function HomePage() {
name: "David Thompson",
role: "Luxury Residential Developer",
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-backpack_23-2149915916.jpg",
"http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-backpack_23-2149915916.jpg?_wi=1",
imageAlt: "male developer professional headshot",
},
{
@@ -300,7 +300,7 @@ export default function HomePage() {
name: "Catherine LaFond",
role: "High-Net-Worth Individual",
imageSrc:
"http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg",
"http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=1",
imageAlt: "high-net-worth woman portrait elegant",
},
]}

View File

@@ -105,7 +105,7 @@ export default function ProductsPage() {
name: "Cellier Elite Series",
price: "$18,500",
imageSrc:
"http://img.b2bpic.net/free-photo/pullout-drawer-black-cabinet-countertop-modern-organization_169016-71206.jpg",
"http://img.b2bpic.net/free-photo/pullout-drawer-black-cabinet-countertop-modern-organization_169016-71206.jpg?_wi=2",
imageAlt: "Cellier Elite wine storage unit with glass doors",
},
{
@@ -113,7 +113,7 @@ export default function ProductsPage() {
name: "Vault Prestige",
price: "$32,000",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-wineglasses-base-reflective-surface_23-2148253236.jpg",
"http://img.b2bpic.net/free-photo/close-up-wineglasses-base-reflective-surface_23-2148253236.jpg?_wi=2",
imageAlt: "Luxury Vault Prestige wine cellar system",
},
{
@@ -121,7 +121,7 @@ export default function ProductsPage() {
name: "Collection Platinum",
price: "$28,750",
imageSrc:
"http://img.b2bpic.net/free-photo/bottles-tasty-wine-posh-reastoraunt-are-stored-shelf_613910-17445.jpg",
"http://img.b2bpic.net/free-photo/bottles-tasty-wine-posh-reastoraunt-are-stored-shelf_613910-17445.jpg?_wi=2",
imageAlt: "Collection Platinum premium wine storage",
},
]}
@@ -149,7 +149,7 @@ export default function ProductsPage() {
"Showcase your collection with museum-quality lighting that protects wine from harmful rays",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/bottles-tasty-wine-posh-reastoraunt-are-stored-shelf_613910-17445.jpg"
imageSrc="http://img.b2bpic.net/free-photo/bottles-tasty-wine-posh-reastoraunt-are-stored-shelf_613910-17445.jpg?_wi=3"
imageAlt="Vinocave product collection details"
mediaAnimation="slide-up"
imagePosition="left"