diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 75c2752..bf25413 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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", }, ]} diff --git a/src/app/insights/page.tsx b/src/app/insights/page.tsx index 3bb17ca..3f2081d 100644 --- a/src/app/insights/page.tsx +++ b/src/app/insights/page.tsx @@ -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", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 83bcc55..a8e1505 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - + {children}