7 Commits

Author SHA1 Message Date
b70f859591 Update src/app/layout.tsx 2026-03-05 09:34:01 +00:00
0c0aafe713 Merge version_2 into main
Merge version_2 into main
2026-03-05 08:18:34 +00:00
1c7ba96e04 Update src/app/page.tsx 2026-03-05 08:18:30 +00:00
2531163b9b Update src/app/layout.tsx 2026-03-05 08:18:30 +00:00
4268a403eb Merge version_1 into main
Merge version_1 into main
2026-03-05 08:16:32 +00:00
7b5fafa88b Merge version_1 into main
Merge version_1 into main
2026-03-05 08:15:41 +00:00
35dcf8cb21 Merge version_1 into main
Merge version_1 into main
2026-03-05 08:14:26 +00:00
2 changed files with 7 additions and 41 deletions

View File

@@ -1,54 +1,21 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Montserrat } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const montserrat = Montserrat({
variable: "--font-montserrat", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Luxe Café | Premium Specialty Coffee Experience", description: "Discover exceptional single-origin specialty coffee crafted by master baristas. Premium beans, artisan roasting, and pure excellence in every cup.", keywords: "specialty coffee, premium cafe, artisan roasting, single origin, luxury coffee shop", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Luxe Café | Premium Specialty Coffee", description: "Experience the finest specialty coffee crafted with premium beans and expert precision.", type: "website", siteName: "Luxe Café", images: [
{
url: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", alt: "Luxe Café Premium Interior"},
],
},
twitter: {
card: "summary_large_image", title: "Luxe Café | Premium Specialty Coffee", description: "Exceptional coffee crafted with passion and precision.", images: ["http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg"],
},
title: "Create Next App", description: "Generated by create next app"
};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1416,7 +1383,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -66,7 +66,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<AboutMetric
title="Where Passion Meets Perfection in Every Cup"
title="Where Passion Meets Perfection: 25+ Years of Excellence"
metrics={[
{ icon: Leaf, label: "Premium Sourced Beans", value: "18+ Origins" },
{ icon: Award, label: "Craft Excellence", value: "Award Winning" },