From 9540c99f27d51c0a8ff10fe29236ad078f5ae506 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 20:59:48 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f11eee6..fef0fd3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -99,7 +99,7 @@ export default function AboutPage() { { title: "Quality First", description: "We source premium ingredients from trusted suppliers, ensuring every dish meets our exacting standards. Our commitment to quality extends beyond food to every aspect of your experience.", - imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727974.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727974.jpg?_wi=2", imageAlt: "Chef preparing premium ingredients with care", buttonIcon: ChefHat, buttonHref: "#", @@ -107,7 +107,7 @@ export default function AboutPage() { { title: "Genuine Care", description: "Our team treats every guest like family. We listen, anticipate needs, and go the extra mile to ensure your comfort and satisfaction from the moment you arrive.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-smart-phone-paying-bill-waiter-while-being-with-his-girlfriend-restaurant_637285-663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-smart-phone-paying-bill-waiter-while-being-with-his-girlfriend-restaurant_637285-663.jpg?_wi=2", imageAlt: "Staff providing genuine attentive service", buttonIcon: Heart, buttonHref: "#", @@ -115,7 +115,7 @@ export default function AboutPage() { { title: "Passion & Artistry", description: "Every plate is a work of art created by passionate chefs who believe cooking is a form of expression. Our culinary team continuously innovates while respecting tradition.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-musicians-working-studio_23-2150206709.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-musicians-working-studio_23-2150206709.jpg?_wi=2", imageAlt: "Musicians performing live with passion", buttonIcon: Music, buttonHref: "#", -- 2.49.1 From 248a5d77ca57eb5c58c2d5489de0d12b5f0d4144 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 20:59:48 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0a5c356..9b11e38 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -79,25 +79,25 @@ const ContactPage = () => { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-luxury-restaurant_23-2150598335.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-luxury-restaurant_23-2150598335.jpg?_wi=2", imageAlt: "Restaurant waiter providing attentive service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg?_wi=2", imageAlt: "Elegant table setting with fine dining place settings", }, { - imageSrc: "http://img.b2bpic.net/free-photo/home-still-life-with-candles-vase-living-room_169016-5976.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/home-still-life-with-candles-vase-living-room_169016-5976.jpg?_wi=3", imageAlt: "Elegant restaurant dining room with warm ambiance", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176765.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176765.jpg?_wi=2", imageAlt: "Craft cocktails prepared by professional bartender", }, { - imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173296.jpg?_wi=2", imageAlt: "Live music performance in intimate restaurant setting", }, { @@ -173,7 +173,7 @@ const ContactPage = () => { content: "We feature live music on select evenings. Check our website or call ahead to confirm the music schedule for your preferred date.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/chef-with-tablet_23-2148145531.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chef-with-tablet_23-2148145531.jpg?_wi=2" imageAlt="Professional restaurant kitchen" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1 From 1c6a595453a72ba4d0eaea10a35f62bd20292c70 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 20:59:49 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 48 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 40 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 82b392d..63129d6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,18 +1,22 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Roboto } 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 { Roboto } 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 roboto = Roboto({ variable: "--font-roboto", @@ -20,6 +24,32 @@ const roboto = Roboto({ weight: ["100", "300", "400", "500", "700", "900"], }); +export const metadata: Metadata = { + title: "Donacio - Luxury Restaurant with Live Music & Exceptional Dining", + description: "Experience culinary excellence at Donacio. Fine dining with live music, exceptional service, and gourmet cuisine. Reserve your table today.", + keywords: "luxury restaurant, fine dining, live music restaurant, gourmet cuisine, reservations, private dining", + metadataBase: new URL("https://donacio.com"), + alternates: { + canonical: "https://donacio.com", + }, + openGraph: { + title: "Donacio - Luxury Restaurant Experience", + description: "Discover exquisite cuisine, live music, and warm hospitality at Donacio. Reserve your unforgettable dining experience.", + url: "https://donacio.com", + siteName: "Donacio", + type: "website", + }, + twitter: { + card: "summary_large_image", + title: "Donacio - Luxury Dining Experience", + description: "Fine dining with live music, exceptional service, and gourmet cuisine.", + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -28,7 +58,9 @@ export default function RootLayout({ return ( - + {children}