Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-10 10:12:33 +00:00
4 changed files with 69 additions and 30 deletions

View File

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

View File

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

View File

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

View File

@@ -112,7 +112,7 @@ const HomePage = () => {
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=1"
imageAlt="N Convention spacious venue interior"
mediaAnimation="slide-up"
imagePosition="right"
@@ -167,28 +167,28 @@ const HomePage = () => {
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=1",
button: { text: "Learn More", href: "#gallery" },
},
{
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=1",
button: { text: "Learn More", href: "#gallery" },
},
{
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=1",
button: { text: "Learn More", href: "#gallery" },
},
{
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=1",
button: { text: "Learn More", href: "#gallery" },
},
]}
@@ -215,7 +215,7 @@ const HomePage = () => {
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=2",
imageAlt: "Wedding setup at N Convention",
},
{
@@ -228,7 +228,7 @@ const HomePage = () => {
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=2",
imageAlt: "Stage lighting at N Convention",
},
{
@@ -241,7 +241,7 @@ const HomePage = () => {
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=2",
imageAlt: "Dining area at N Convention",
},
{
@@ -254,7 +254,7 @@ const HomePage = () => {
tag: "Birthday",
avatarSrc: "http://img.b2bpic.net/free-photo/personification-van-gogh_52683-98037.jpg",
avatarAlt: "Vikram Patel",
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=2",
imageAlt: "Outdoor space at N Convention",
},
{
@@ -267,7 +267,7 @@ const HomePage = () => {
tag: "Cultural",
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg",
avatarAlt: "Divya Nair",
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=3",
imageAlt: "Stage setup at N Convention",
},
{
@@ -280,7 +280,7 @@ const HomePage = () => {
tag: "Wedding",
avatarSrc: "http://img.b2bpic.net/free-photo/young-male-holding-hands-his-jacket-white-shirt-jacket-looking-confident-front-view_176474-99665.jpg",
avatarAlt: "Suresh Desai",
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=3",
imageAlt: "Wedding reception at N Convention",
},
]}