Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-17 11:57:16 +00:00
4 changed files with 70 additions and 36 deletions

View File

@@ -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",
},
]}

View File

@@ -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 (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${raleway.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +73,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -119,7 +119,7 @@ export default function HomePage() {
handle: "@sarahloves_wine",
testimonial: "The staff treated us like family. Venicia is amazing!",
rating: 5,
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=1",
imageAlt: "Sarah M.",
},
{
@@ -127,7 +127,7 @@ export default function HomePage() {
handle: "@foodie_nights",
testimonial: "Live music every night. The wine selection is impeccable.",
rating: 5,
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=1",
imageAlt: "Miguel R.",
},
{
@@ -135,7 +135,7 @@ export default function HomePage() {
handle: "@nightlife_jess",
testimonial: "Hidden gem in the city. Great atmosphere, great people.",
rating: 5,
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=1",
imageAlt: "Jessica T.",
},
{
@@ -143,13 +143,13 @@ export default function HomePage() {
handle: "@wine_explorer",
testimonial: "Homemade tapas are incredible. Worth every visit.",
rating: 5,
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=1",
imageAlt: "David L.",
},
]}
testimonialRotationInterval={6000}
useInvertedBackground={false}
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=1"
imageAlt="Wine bar interior with gold accents"
mediaAnimation="slide-up"
ariaLabel="Hero section for wine bar"
@@ -186,13 +186,13 @@ export default function HomePage() {
{
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=1",
imageAlt: "Premium wine collection",
},
{
title: "Live Music Every Night",
description: "Experience incredible performances from local artists in an intimate, electric setting.",
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=1",
imageAlt: "Live music performance",
},
{
@@ -225,7 +225,7 @@ export default function HomePage() {
name: "Venicia's Work",
handle: "@staff_excellence",
testimonial: "The staff, especially Venicia, makes you feel like family from the moment you walk in. Exceptional hospitality.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-bartender-classic-suit-standing-posing-white-wall-night-club-male-bar-drink-alcohol_140725-121363.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-bartender-classic-suit-standing-posing-white-wall-night-club-male-bar-drink-alcohol_140725-121363.jpg?_wi=1",
imageAlt: "Venicia",
},
{
@@ -233,7 +233,7 @@ export default function HomePage() {
name: "Live Music Nights",
handle: "@live_entertainment",
testimonial: "The live music is a game-changer. World-class performances in an intimate setting. Absolutely recommend.",
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=2",
imageAlt: "Guest enjoying live music",
},
{
@@ -241,7 +241,7 @@ export default function HomePage() {
name: "Wine & Tapas Perfect",
handle: "@food_wine_pairing",
testimonial: "The wine selection pairs beautifully with the homemade tapas. Every visit is a culinary experience.",
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=2",
imageAlt: "Wine and food pairing",
},
{
@@ -249,7 +249,7 @@ export default function HomePage() {
name: "Hidden Gem Vibes",
handle: "@urban_explorer",
testimonial: "Found this place and it's become my favorite night out spot. Great atmosphere, great people, great night.",
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=2",
imageAlt: "Happy guests at bar",
},
{
@@ -257,7 +257,7 @@ export default function HomePage() {
name: "Dancing & Energy",
handle: "@night_owl",
testimonial: "The energy is unmatched. Good wine, good music, and room to dance. What else could you want?",
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=2",
imageAlt: "Vibrant atmosphere",
},
{
@@ -265,7 +265,7 @@ export default function HomePage() {
name: "Perfect for All",
handle: "@social_butterfly",
testimonial: "Whether you're a wine connoisseur or just looking for a fun night out, this place delivers 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=2",
imageAlt: "Wine bar interior",
},
]}
@@ -291,7 +291,7 @@ export default function HomePage() {
title: "Venicia",
subtitle: "Head of Hospitality",
detail: "The heart of ¿wine Not?. Venicia's warmth and genuine care make every guest feel like family.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-bartender-classic-suit-standing-posing-white-wall-night-club-male-bar-drink-alcohol_140725-121363.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-bartender-classic-suit-standing-posing-white-wall-night-club-male-bar-drink-alcohol_140725-121363.jpg?_wi=2",
imageAlt: "Venicia",
},
{
@@ -299,7 +299,7 @@ export default function HomePage() {
title: "Our Team",
subtitle: "Passionate & Welcoming",
detail: "Carefully selected professionals dedicated to creating unforgettable moments for every guest.",
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=3",
imageAlt: "Team members",
},
],

View File

@@ -82,7 +82,7 @@ export default function ReviewsPage() {
name: "Venicia's Work",
handle: "@staff_excellence",
testimonial: "The staff, especially Venicia, makes you feel like family from the moment you walk in. Exceptional hospitality.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-bartender-classic-suit-standing-posing-white-wall-night-club-male-bar-drink-alcohol_140725-121363.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-bartender-classic-suit-standing-posing-white-wall-night-club-male-bar-drink-alcohol_140725-121363.jpg?_wi=3",
imageAlt: "Venicia",
},
{
@@ -90,7 +90,7 @@ export default function ReviewsPage() {
name: "Live Music Nights",
handle: "@live_entertainment",
testimonial: "The live music is a game-changer. World-class performances in an intimate setting. Absolutely recommend.",
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=5",
imageAlt: "Guest enjoying live music",
},
{
@@ -98,7 +98,7 @@ export default function ReviewsPage() {
name: "Wine & Tapas Perfect",
handle: "@food_wine_pairing",
testimonial: "The wine selection pairs beautifully with the homemade tapas. Every visit is a culinary experience.",
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=4",
imageAlt: "Wine and food pairing",
},
{
@@ -106,7 +106,7 @@ export default function ReviewsPage() {
name: "Hidden Gem Vibes",
handle: "@urban_explorer",
testimonial: "Found this place and it's become my favorite night out spot. Great atmosphere, great people, great night.",
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=4",
imageAlt: "Happy guests at bar",
},
{
@@ -114,7 +114,7 @@ export default function ReviewsPage() {
name: "Dancing & Energy",
handle: "@night_owl",
testimonial: "The energy is unmatched. Good wine, good music, and room to dance. What else could you want?",
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=4",
imageAlt: "Vibrant atmosphere",
},
{
@@ -122,7 +122,7 @@ export default function ReviewsPage() {
name: "Perfect for All",
handle: "@social_butterfly",
testimonial: "Whether you're a wine connoisseur or just looking for a fun night out, this place delivers 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=4",
imageAlt: "Wine bar interior",
},
]}