From 807ba618a7c5a847cef140458541cfe3439fc33a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 11:57:10 +0000 Subject: [PATCH 1/4] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 9902b4f..3f2f018 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -83,7 +83,7 @@ export default function GalleryPage() { { title: "Premium Wine Selection", description: "Hand-picked wines from regions around the world, curated to delight every palate.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-bottles-glasses-filled-with-wine-liquor-booze-alcoholic-beverage-alcohol-addicts-background-chatting-intoxicated-drunk-people-with-unhealthy-addiction_482257-9415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-bottles-glasses-filled-with-wine-liquor-booze-alcoholic-beverage-alcohol-addicts-background-chatting-intoxicated-drunk-people-with-unhealthy-addiction_482257-9415.jpg?_wi=2", imageAlt: "Premium wine bottles collection display", }, { @@ -122,7 +122,7 @@ export default function GalleryPage() { name: "Premium Selection", handle: "@wine_enthusiasts", testimonial: "The wine collection is exceptional. Every bottle has been selected with care. A true gem for wine lovers.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-together-romantic-dinner_23-2148060525.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-together-romantic-dinner_23-2148060525.jpg?_wi=4", imageAlt: "happy customer smiling portrait photo", }, { @@ -130,7 +130,7 @@ export default function GalleryPage() { name: "Atmosphere & Ambiance", handle: "@ambiance_lovers", testimonial: "The warm gold accents and intimate lighting create the perfect evening setting. Simply elegant.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-friends-celebrating-toasting-wine-bar_23-2148037543.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-friends-celebrating-toasting-wine-bar_23-2148037543.jpg?_wi=3", imageAlt: "young professional happy portrait photo", }, { @@ -138,7 +138,7 @@ export default function GalleryPage() { name: "Live Music Magic", handle: "@live_music_fans", testimonial: "The performances are world-class. Combining live music with premium wine is pure magic.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-glass-wine_23-2148060470.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-glass-wine_23-2148060470.jpg?_wi=3", imageAlt: "woman laughing wine bar portrait", }, { @@ -146,7 +146,7 @@ export default function GalleryPage() { name: "Social Gathering", handle: "@social_events", testimonial: "Perfect venue for celebrations. Our group felt welcomed and cherished throughout the evening.", - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-wine-together-after-reuniting_23-2149256238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-wine-together-after-reuniting_23-2149256238.jpg?_wi=3", imageAlt: "man smiling wine bar customer portrait", }, { @@ -154,7 +154,7 @@ export default function GalleryPage() { name: "Exceptional Service", handle: "@hospitality_first", testimonial: "The staff treats you like family. Venicia and her team go above and beyond every time.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bubbles-glasses_23-2148339538.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bubbles-glasses_23-2148339538.jpg?_wi=3", imageAlt: "wine bar elegant interior gold lighting", }, { @@ -162,7 +162,7 @@ export default function GalleryPage() { name: "Worth Every Visit", handle: "@repeat_customers", testimonial: "This place keeps getting better. We visit regularly and always discover something new.", - imageSrc: "http://img.b2bpic.net/free-photo/band-stage-with-guitarist-vocalist_23-2148751625.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/band-stage-with-guitarist-vocalist_23-2148751625.jpg?_wi=2", imageAlt: "live music wine bar performance stage", }, ]} -- 2.49.1 From fead0fdfc92a302a2b9abd926d84380ce42d05da Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 11:57:11 +0000 Subject: [PATCH 2/4] Update src/app/layout.tsx --- src/app/layout.tsx | 50 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index da5b4f2..bebf1f5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,56 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Raleway } 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 { Raleway } 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 raleway = Raleway({ variable: "--font-raleway", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "¿wine Not? - Premium Wine Bar & Tapas Experience", + description: "Discover ¿wine Not?, your favorite wine bar featuring curated wines, homemade tapas, and live music. Book a table and experience unforgettable nights with friends.", + keywords: "wine bar, tapas, live music, wine tasting, premium drinks, wine bar near me", + openGraph: { + title: "¿wine Not? - Wine Bar & Tapas", + description: "Good wine. Bad decisions. Experience premium wines, live music, and homemade tapas in an intimate setting.", + type: "website", + siteName: "¿wine Not?", + images: [ + { + url: "http://img.b2bpic.net/free-photo/close-up-champagne-bubbles-glasses_23-2148339538.jpg", + alt: "¿wine Not? Wine Bar", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "¿wine Not? - Wine Bar Experience", + description: "Premium wines, live music, homemade tapas. Book your table today.", + images: ["http://img.b2bpic.net/free-photo/close-up-champagne-bubbles-glasses_23-2148339538.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +59,9 @@ export default function RootLayout({ return ( - + {children}