Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #24.
This commit is contained in:
@@ -1,67 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Manrope, DM_Sans } from "next/font/google";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./styles/variables.css";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Tổ Chức Sự Kiện Chuyên Nghiệp Bangkok | Jabu Events",
|
||||
description: "Jabu Events - Công ty tổ chức sự kiện hàng đầu tại Bangkok. Chuyên sự kiện doanh nghiệp, ra mắt sản phẩm, hội nghị. Đánh giá 4.9 sao. Gọi: 061-384-4900",
|
||||
keywords: "tổ chức sự kiện Bangkok, công ty event Bangkok, sự kiện doanh nghiệp, ra mắt sản phẩm, hội nghị MICE",
|
||||
openGraph: {
|
||||
title: "Tổ Chức Sự Kiện Chuyên Nghiệp Bangkok | Jabu Events",
|
||||
description: "Jabu Events - Công ty tổ chức sự kiện hàng đầu tại Bangkok và Việt Nam. Chuyên sự kiện doanh nghiệp, ra mắt sản phẩm, hội nghị quy mô lớn.",
|
||||
siteName: "Jabu Events",
|
||||
type: "website",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Tổ Chức Sự Kiện Chuyên Nghiệp Bangkok | Jabu Events",
|
||||
description: "Công ty tổ chức sự kiện hàng đầu tại Bangkok. Chuyên sự kiện doanh nghiệp, ra mắt sản phẩm, hội nghị.",
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Jabu Events - Event Management in Bangkok", description: "Professional event organization services in Bangkok and Southeast Asia"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${manrope.variable} ${dmSans.variable} ${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1429,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -59,6 +59,7 @@ export default function HomePage() {
|
||||
{ text: "Gọi ngay: 061-384-4900", href: "tel:+66613844900" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonTextClassName="text-white"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWQNk3xYZ6e4jUtzgqkH0Yd8wU/uploaded-1772708795578-b9msvyt7.jpg", imageAlt: "Corporate event stage setup"
|
||||
@@ -300,4 +301,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user