From cf3e4a6f9fabac4803d56e9f3703c856af2f1a78 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:12:26 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 00c2a0c..d503934 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -89,7 +89,7 @@ const AboutPage = () => { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/layered-glasses-with-shampagne_8353-9952.jpg" + imageSrc="http://img.b2bpic.net/free-photo/layered-glasses-with-shampagne_8353-9952.jpg?_wi=2" imageAlt="N Convention spacious venue interior" mediaAnimation="slide-up" imagePosition="right" @@ -144,21 +144,21 @@ const AboutPage = () => { title: "Wedding Setup", description: "Elegantly decorated venue perfect for wedding ceremonies and receptions with professional decoration support", - imageSrc: "http://img.b2bpic.net/free-photo/glass-tower-full-champaigne-mosaic-background_8353-10398.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-tower-full-champaigne-mosaic-background_8353-10398.jpg?_wi=4", button: { text: "Inquire", href: "#contact" }, }, { title: "Dining Area", description: "Spacious dining hall with professional catering setup and comfortable seating for large groups", - imageSrc: "http://img.b2bpic.net/free-photo/table-serving-decoration-with-greenery-white-candles-grey-table_8353-11499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-serving-decoration-with-greenery-white-candles-grey-table_8353-11499.jpg?_wi=3", button: { text: "Inquire", href: "#contact" }, }, { title: "Stage & Lighting", description: "Professional stage with ambient lighting system for performances, speeches, and celebrations", - imageSrc: "http://img.b2bpic.net/free-vector/neon-lights-background-concept_52683-35553.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/neon-lights-background-concept_52683-35553.jpg?_wi=4", button: { text: "Inquire", href: "#contact" }, }, ]} @@ -185,7 +185,7 @@ const AboutPage = () => { tag: "Wedding", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-woman-playing-with-party-accesories_1187-3499.jpg", avatarAlt: "Priya Sharma", - imageSrc: "http://img.b2bpic.net/free-photo/glass-tower-full-champaigne-mosaic-background_8353-10398.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-tower-full-champaigne-mosaic-background_8353-10398.jpg?_wi=5", imageAlt: "Wedding setup at N Convention", }, { @@ -198,7 +198,7 @@ const AboutPage = () => { tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg", avatarAlt: "Rajesh Kumar", - imageSrc: "http://img.b2bpic.net/free-vector/neon-lights-background-concept_52683-35553.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/neon-lights-background-concept_52683-35553.jpg?_wi=5", imageAlt: "Stage lighting at N Convention", }, { @@ -211,7 +211,7 @@ const AboutPage = () => { tag: "Engagement", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-successful-woman-with-blue-shirt_1098-3627.jpg", avatarAlt: "Anjali Reddy", - imageSrc: "http://img.b2bpic.net/free-photo/table-serving-decoration-with-greenery-white-candles-grey-table_8353-11499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-serving-decoration-with-greenery-white-candles-grey-table_8353-11499.jpg?_wi=4", imageAlt: "Dining area at N Convention", }, ]} -- 2.49.1 From 9a345fcb07645ce19c908ae1e887ab5d56f2db7b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:12:26 +0000 Subject: [PATCH 2/4] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index e2c165d..80fa92b 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -88,7 +88,7 @@ export default function GalleryPage() { { title: "Wedding Setup", description: "Elegantly decorated venue perfect for wedding ceremonies and receptions", - imageSrc: "http://img.b2bpic.net/free-photo/glass-tower-full-champaigne-mosaic-background_8353-10398.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-tower-full-champaigne-mosaic-background_8353-10398.jpg?_wi=6", button: { text: "Learn More", href: "/gallery", @@ -97,7 +97,7 @@ export default function GalleryPage() { { title: "Dining Area", description: "Spacious dining hall with professional catering setup and comfortable seating", - imageSrc: "http://img.b2bpic.net/free-photo/table-serving-decoration-with-greenery-white-candles-grey-table_8353-11499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-serving-decoration-with-greenery-white-candles-grey-table_8353-11499.jpg?_wi=5", button: { text: "Learn More", href: "/gallery", @@ -106,7 +106,7 @@ export default function GalleryPage() { { title: "Stage & Lighting", description: "Professional stage with ambient lighting for performances and celebrations", - imageSrc: "http://img.b2bpic.net/free-vector/neon-lights-background-concept_52683-35553.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/neon-lights-background-concept_52683-35553.jpg?_wi=6", button: { text: "Learn More", href: "/gallery", @@ -115,7 +115,7 @@ export default function GalleryPage() { { title: "Outdoor Space", description: "Beautiful outdoor area for pre-event gatherings and open-air celebrations", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-flower-decoration-park_181624-38092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-flower-decoration-park_181624-38092.jpg?_wi=3", button: { text: "Learn More", href: "/gallery", -- 2.49.1 From 4b9f525f42eb6f1a4d26684599c10a848bf4198f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:12:27 +0000 Subject: [PATCH 3/4] Update src/app/layout.tsx --- src/app/layout.tsx | 55 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7eeade6..fa61fc5 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 { Poppins } 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 { Poppins } 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 poppins = Poppins({ variable: "--font-poppins", @@ -20,6 +24,39 @@ const poppins = Poppins({ weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); +export const metadata: Metadata = { + title: "N Convention - Wedding & Event Venue in Proddatur", + description: "Elegant convention hall for weddings, corporate events, and celebrations in Proddatur. Spacious venue with parking, stage, and modern facilities. Book now!", + keywords: "convention hall Proddatur, wedding hall, event venue, function hall, marriage hall, best venue in Proddatur", + metadataBase: new URL("https://nconvention.com"), + alternates: { + canonical: "https://nconvention.com", + }, + openGraph: { + title: "N Convention - Premium Event Venue in Proddatur", + description: "Book your special event at N Convention. Spacious, elegant venue with modern facilities and professional service.", + url: "https://nconvention.com", + siteName: "N Convention", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-tables-white-napoleon-chairs-red-curtains-brick-walls-chandeliers_140725-8446.jpg", + alt: "N Convention elegant wedding venue", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "N Convention - Premium Event Venue", + description: "Book your wedding, corporate event, or celebration at N Convention in Proddatur.", + images: ["http://img.b2bpic.net/free-photo/restaurant-hall-with-round-tables-white-napoleon-chairs-red-curtains-brick-walls-chandeliers_140725-8446.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -28,7 +65,9 @@ export default function RootLayout({ return ( - + {children}