Compare commits
38 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ac0d4c7b52 | |||
| 09159ae46a | |||
| 5b2efe42ec | |||
| 8875b602cb | |||
| df116b278d | |||
| 0a6d0ee64f | |||
| 68f757562f | |||
| b62c21655b | |||
| 81cab24e87 | |||
| 197ce2d773 | |||
| fcb64b4e33 | |||
| 0286c7cb2c | |||
| 500074d8b1 | |||
| a87535ea47 | |||
| cb09e8a5e5 | |||
| 592b1d91a5 | |||
| 7041729ea9 | |||
| 520919a2f4 | |||
| c79e270a46 | |||
| 7862dcc60f | |||
| 6f6d5366d0 | |||
| 7e3c47c4a7 | |||
| 0c3887b86c | |||
| 5c3f620338 | |||
| ce6ae2e6db | |||
| ae2a366495 | |||
| 149cf3dd7e | |||
| d556870242 | |||
| c072f4c945 | |||
| a9a4f43f86 | |||
| 2079463f37 | |||
| 47264e5e26 | |||
| 70d2181fb8 | |||
| de575bed56 | |||
| 4a204dd3b7 | |||
| 7516d1379e | |||
| c0dfd1434c | |||
| 6cb46e7684 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f8f5ffe6;
|
||||
--primary-cta: #70256d;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--primary-cta-text: #FFFFFf;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #f8f5ffe6;
|
||||
--secondary-cta-text: #FFFFFf;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user