17 Commits

Author SHA1 Message Date
99acb2e0dc Merge version_3 into main
Merge version_3 into main
2026-03-04 05:08:12 +00:00
ffe7c3c790 Update src/app/page.tsx 2026-03-04 05:08:08 +00:00
c6efeeee2a Merge version_3 into main
Merge version_3 into main
2026-03-04 05:07:07 +00:00
249ca528e3 Update src/app/page.tsx 2026-03-04 05:07:03 +00:00
21a55be3ff Update src/app/layout.tsx 2026-03-04 05:07:02 +00:00
4a646657f4 Switch to version 1: modified src/app/page.tsx 2026-03-04 04:59:57 +00:00
cf97e838f4 Switch to version 1: modified src/app/layout.tsx 2026-03-04 04:59:56 +00:00
6788576014 Merge version_2 into main
Merge version_2 into main
2026-03-04 04:07:31 +00:00
0319c1d84d Update src/app/page.tsx 2026-03-04 04:07:27 +00:00
2380aff423 Merge version_2 into main
Merge version_2 into main
2026-03-04 04:04:35 +00:00
63bada700e Update src/app/page.tsx 2026-03-04 04:04:31 +00:00
3b3a115efa Merge version_2 into main
Merge version_2 into main
2026-03-04 04:03:45 +00:00
220d0ea3c9 Update src/app/page.tsx 2026-03-04 04:03:41 +00:00
849877a04f Update src/app/layout.tsx 2026-03-04 04:03:41 +00:00
e73039e52a Merge version_1 into main
Merge version_1 into main
2026-03-04 04:02:42 +00:00
4e237f2268 Merge version_1 into main
Merge version_1 into main
2026-03-04 04:01:41 +00:00
e911e8f935 Merge version_1 into main
Merge version_1 into main
2026-03-04 04:00:42 +00:00
2 changed files with 10 additions and 42 deletions

View File

@@ -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>
);
}

View File

@@ -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?_wi=1", 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?_wi=2"
imageAlt="Cozy Chikusa Café interior with traditional Japanese elements"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"