Merge version_1 into main #1
@@ -51,7 +51,7 @@ export default function AboutPage() {
|
||||
description="With years of experience in event decoration, NG Events specializes in creating stunning, personalized experiences for every occasion."
|
||||
subdescription="We believe every event deserves to be special. Our team combines creativity, attention to detail, and passion to transform venues into magical spaces that reflect your unique vision and celebrate your most important moments."
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-woman-decorating-her-home-with-orchid-flower_23-2151074447.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-woman-decorating-her-home-with-orchid-flower_23-2151074447.jpg?_wi=2"
|
||||
imageAlt="Event decoration professional at work"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
|
||||
@@ -51,7 +51,7 @@ export default function ContactPage() {
|
||||
description="Ready to transform your celebration into an unforgettable experience? Our team is here to help you create the perfect event decoration."
|
||||
subdescription="Contact us today to discuss your vision, explore our services, and receive a personalized quote. We're excited to bring your event dreams to life with elegant, creative, and professional decoration services."
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-woman-decorating-her-home-with-orchid-flower_23-2151074447.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-woman-decorating-her-home-with-orchid-flower_23-2151074447.jpg?_wi=3"
|
||||
imageAlt="Event decoration professional ready to assist"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
|
||||
@@ -1,24 +1,60 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Mulish } 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 { Mulish } 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 mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "NG Events - Professional Event Decoration Services",
|
||||
description: "Transform your celebration with NG Events. Expert event decoration for weddings, corporate events, and private parties. Book your consultation today.",
|
||||
keywords: "event decoration, wedding decoration, party decoration, event planning, decoration services, celebration design",
|
||||
metadataBase: new URL("https://ngevents.com"),
|
||||
alternates: {
|
||||
canonical: "https://ngevents.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "NG Events - Professional Event Decoration",
|
||||
description: "Create unforgettable celebrations with our expert event decoration services.",
|
||||
siteName: "NG Events",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/litle-candles-burn-golden-shots-which-stand-around_8353-779.jpg",
|
||||
alt: "NG Events event decoration portfolio",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "NG Events - Event Decoration Services",
|
||||
description: "Professional event decoration for all occasions",
|
||||
images: ["http://img.b2bpic.net/free-photo/litle-candles-burn-golden-shots-which-stand-around_8353-779.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +63,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +77,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -113,32 +113,32 @@ export default function HomePage() {
|
||||
slides={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/litle-candles-burn-golden-shots-which-stand-around_8353-779.jpg",
|
||||
"http://img.b2bpic.net/free-photo/litle-candles-burn-golden-shots-which-stand-around_8353-779.jpg?_wi=1",
|
||||
imageAlt: "Luxury wedding decoration with elegant setup",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-photo-huge-bouquet-made-hydrangeas-standing-table-large-luxurious-room_627829-8201.jpg",
|
||||
"http://img.b2bpic.net/free-photo/closeup-photo-huge-bouquet-made-hydrangeas-standing-table-large-luxurious-room_627829-8201.jpg?_wi=1",
|
||||
imageAlt: "Colorful birthday party decoration",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-top-view-table-setting-valentines-white_24972-1456.jpg",
|
||||
"http://img.b2bpic.net/free-photo/beautiful-top-view-table-setting-valentines-white_24972-1456.jpg?_wi=1",
|
||||
imageAlt: "Wedding reception table decoration",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-birthday-garland-with-ribbon-straws_23-2148409054.jpg",
|
||||
"http://img.b2bpic.net/free-photo/happy-birthday-garland-with-ribbon-straws_23-2148409054.jpg?_wi=1",
|
||||
imageAlt: "Formal quinceañera celebration",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/friends-partying-2018-celebrations_23-2147717241.jpg",
|
||||
"http://img.b2bpic.net/free-photo/friends-partying-2018-celebrations_23-2147717241.jpg?_wi=1",
|
||||
imageAlt: "Corporate gala decoration elegant",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-woman-enjoying-drink-outdoors_23-2147974697.jpg",
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-woman-enjoying-drink-outdoors_23-2147974697.jpg?_wi=1",
|
||||
imageAlt: "Garden wedding outdoor setup",
|
||||
},
|
||||
]}
|
||||
@@ -157,7 +157,7 @@ export default function HomePage() {
|
||||
description="With years of experience in event decoration, NG Events specializes in creating stunning, personalized experiences for every occasion."
|
||||
subdescription="We believe every event deserves to be special. Our team combines creativity, attention to detail, and passion to transform venues into magical spaces that reflect your unique vision and celebrate your most important moments."
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-woman-decorating-her-home-with-orchid-flower_23-2151074447.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-woman-decorating-her-home-with-orchid-flower_23-2151074447.jpg?_wi=1"
|
||||
imageAlt="Event decoration professional at work"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -244,7 +244,7 @@ export default function HomePage() {
|
||||
rating: 5,
|
||||
reviewCount: "12 reviews",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-woman-enjoying-drink-outdoors_23-2147974697.jpg",
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-woman-enjoying-drink-outdoors_23-2147974697.jpg?_wi=2",
|
||||
imageAlt: "Beautiful garden wedding decoration",
|
||||
},
|
||||
{
|
||||
@@ -255,7 +255,7 @@ export default function HomePage() {
|
||||
rating: 5,
|
||||
reviewCount: "8 reviews",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/friends-partying-2018-celebrations_23-2147717241.jpg",
|
||||
"http://img.b2bpic.net/free-photo/friends-partying-2018-celebrations_23-2147717241.jpg?_wi=2",
|
||||
imageAlt: "Elegant corporate gala decoration",
|
||||
},
|
||||
{
|
||||
@@ -266,7 +266,7 @@ export default function HomePage() {
|
||||
rating: 5,
|
||||
reviewCount: "15 reviews",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-photo-huge-bouquet-made-hydrangeas-standing-table-large-luxurious-room_627829-8201.jpg",
|
||||
"http://img.b2bpic.net/free-photo/closeup-photo-huge-bouquet-made-hydrangeas-standing-table-large-luxurious-room_627829-8201.jpg?_wi=2",
|
||||
imageAlt: "Colorful birthday party setup",
|
||||
},
|
||||
{
|
||||
@@ -277,7 +277,7 @@ export default function HomePage() {
|
||||
rating: 5,
|
||||
reviewCount: "10 reviews",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-top-view-table-setting-valentines-white_24972-1456.jpg",
|
||||
"http://img.b2bpic.net/free-photo/beautiful-top-view-table-setting-valentines-white_24972-1456.jpg?_wi=2",
|
||||
imageAlt: "Wedding reception table decoration",
|
||||
},
|
||||
]}
|
||||
@@ -304,28 +304,28 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Maria Santos",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg?_wi=1",
|
||||
imageAlt: "Maria Santos - happy wedding client",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Juan Rodriguez",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-woman-posing-together_23-2148618938.jpg",
|
||||
"http://img.b2bpic.net/free-photo/man-woman-posing-together_23-2148618938.jpg?_wi=1",
|
||||
imageAlt: "Juan Rodriguez - satisfied groom",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sofia Garcia",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empowered-business-woman-office_23-2149279555.jpg",
|
||||
"http://img.b2bpic.net/free-photo/empowered-business-woman-office_23-2149279555.jpg?_wi=1",
|
||||
imageAlt: "Sofia Garcia - birthday party organizer",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Miguel Torres",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt-isolated-yellow-wall_141793-86933.jpg",
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt-isolated-yellow-wall_141793-86933.jpg?_wi=1",
|
||||
imageAlt: "Miguel Torres - corporate event coordinator",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -97,7 +97,7 @@ export default function PortfolioPage() {
|
||||
rating: 5,
|
||||
reviewCount: "12 reviews",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-woman-enjoying-drink-outdoors_23-2147974697.jpg",
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-woman-enjoying-drink-outdoors_23-2147974697.jpg?_wi=3",
|
||||
imageAlt: "Beautiful garden wedding decoration",
|
||||
},
|
||||
{
|
||||
@@ -108,7 +108,7 @@ export default function PortfolioPage() {
|
||||
rating: 5,
|
||||
reviewCount: "8 reviews",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/friends-partying-2018-celebrations_23-2147717241.jpg",
|
||||
"http://img.b2bpic.net/free-photo/friends-partying-2018-celebrations_23-2147717241.jpg?_wi=3",
|
||||
imageAlt: "Elegant corporate gala decoration",
|
||||
},
|
||||
{
|
||||
@@ -119,7 +119,7 @@ export default function PortfolioPage() {
|
||||
rating: 5,
|
||||
reviewCount: "15 reviews",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-photo-huge-bouquet-made-hydrangeas-standing-table-large-luxurious-room_627829-8201.jpg",
|
||||
"http://img.b2bpic.net/free-photo/closeup-photo-huge-bouquet-made-hydrangeas-standing-table-large-luxurious-room_627829-8201.jpg?_wi=3",
|
||||
imageAlt: "Colorful birthday party setup",
|
||||
},
|
||||
{
|
||||
@@ -130,7 +130,7 @@ export default function PortfolioPage() {
|
||||
rating: 5,
|
||||
reviewCount: "10 reviews",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-top-view-table-setting-valentines-white_24972-1456.jpg",
|
||||
"http://img.b2bpic.net/free-photo/beautiful-top-view-table-setting-valentines-white_24972-1456.jpg?_wi=3",
|
||||
imageAlt: "Wedding reception table decoration",
|
||||
},
|
||||
{
|
||||
@@ -141,7 +141,7 @@ export default function PortfolioPage() {
|
||||
rating: 5,
|
||||
reviewCount: "14 reviews",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-birthday-garland-with-ribbon-straws_23-2148409054.jpg",
|
||||
"http://img.b2bpic.net/free-photo/happy-birthday-garland-with-ribbon-straws_23-2148409054.jpg?_wi=2",
|
||||
imageAlt: "Quinceañera party decoration setup",
|
||||
},
|
||||
{
|
||||
@@ -152,7 +152,7 @@ export default function PortfolioPage() {
|
||||
rating: 5,
|
||||
reviewCount: "11 reviews",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/litle-candles-burn-golden-shots-which-stand-around_8353-779.jpg",
|
||||
"http://img.b2bpic.net/free-photo/litle-candles-burn-golden-shots-which-stand-around_8353-779.jpg?_wi=2",
|
||||
imageAlt: "Luxury wedding decoration with elegant setup",
|
||||
},
|
||||
]}
|
||||
@@ -179,28 +179,28 @@ export default function PortfolioPage() {
|
||||
id: "1",
|
||||
name: "Maria Santos",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg?_wi=2",
|
||||
imageAlt: "Maria Santos - happy wedding client",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Juan Rodriguez",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-woman-posing-together_23-2148618938.jpg",
|
||||
"http://img.b2bpic.net/free-photo/man-woman-posing-together_23-2148618938.jpg?_wi=2",
|
||||
imageAlt: "Juan Rodriguez - satisfied groom",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sofia Garcia",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empowered-business-woman-office_23-2149279555.jpg",
|
||||
"http://img.b2bpic.net/free-photo/empowered-business-woman-office_23-2149279555.jpg?_wi=2",
|
||||
imageAlt: "Sofia Garcia - birthday party organizer",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Miguel Torres",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt-isolated-yellow-wall_141793-86933.jpg",
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt-isolated-yellow-wall_141793-86933.jpg?_wi=2",
|
||||
imageAlt: "Miguel Torres - corporate event coordinator",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user