Merge version_3 into main #7
@@ -1,53 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Montserrat } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Chikusa Café | Premium Japanese Coffee Since 1998", description: "Experience warmth and craftsmanship at Chikusa Café. Premium coffee, artisan pastries, and Japanese café tradition since 1998. Reserve your table today.", keywords: "café, Japanese coffee, artisan pastries, premium blend, Tokyo café culture", metadataBase: new URL("https://chikusa-cafe.com"),
|
||||
alternates: {
|
||||
canonical: "https://chikusa-cafe.com"
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
},
|
||||
openGraph: {
|
||||
title: "Chikusa Café | Premium Japanese Coffee Since 1998", description: "Experience warmth and craftsmanship at Chikusa Café. Premium coffee, artisan pastries, and Japanese café tradition.", url: "https://chikusa-cafe.com", siteName: "Chikusa Café", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/high-angle-woman-with-coffee-cup_23-2150244119.jpg", alt: "Chikusa Café signature coffee"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Chikusa Café | Premium Japanese Coffee", description: "Experience warmth and craftsmanship. Premium coffee & pastries since 1998.", images: ["http://img.b2bpic.net/free-photo/high-angle-woman-with-coffee-cup_23-2150244119.jpg"]
|
||||
}
|
||||
};
|
||||
title: "CHIKUSA - Japanese Café Since 1998", description: "Experience the warmth of Japanese café tradition at Chikusa, crafting moments in every cup since 1998."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${montserrat.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.variable}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1415,7 +1384,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -42,17 +42,17 @@ export default function LandingPage() {
|
||||
description="Since 1998 — Crafted moments in every cup. Discover the warmth of Japanese café tradition."
|
||||
buttons={[
|
||||
{ text: "Explore Menu", href: "menu" },
|
||||
{ text: "Visit Us", href: "contact" }
|
||||
{ text: "Call for Reservation", href: "contact" }
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serene-tea-ceremony-with-flowers-sunlight_23-2152023655.jpg?_wi=1", imageAlt: "Warm café ambiance with traditional Japanese décor"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR4k4r3Ay5B7EcoP2spt0ot8NW/uploaded-1772600796953-llskx8eu.png", imageAlt: "Warm café ambiance with traditional Japanese décor"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-coffee-cup_23-2150244119.jpg", imageAlt: "Artisan coffee cup with latte art"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR4k4r3Ay5B7EcoP2spt0ot8NW/uploaded-1772600796953-6u9akufd.png", imageAlt: "Artisan coffee cup with latte art"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg", imageAlt: "Minimalist café interior with wooden furnishings"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR4k4r3Ay5B7EcoP2spt0ot8NW/uploaded-1772600796954-kfkqgfbc.png", imageAlt: "Minimalist café interior with wooden furnishings"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
||||
{ value: "26+", title: "Years of Excellence" },
|
||||
{ value: "10K+", title: "Happy Visitors Monthly" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serene-tea-ceremony-with-flowers-sunlight_23-2152023655.jpg?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR4k4r3Ay5B7EcoP2spt0ot8NW/uploaded-1772600796953-llskx8eu.png"
|
||||
imageAlt="Cozy Chikusa Café interior with traditional Japanese elements"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user