Merge version_2 into main #4

Merged
bender merged 3 commits from version_2 into main 2026-03-06 21:24:28 +00:00
3 changed files with 17 additions and 53 deletions

View File

@@ -1,56 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Roboto } 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 roboto = Roboto({
variable: "--font-roboto", subsets: ["latin"],
weight: ["100", "300", "400", "500", "700", "900"],
});
import "./styles/globals.css";
export const metadata: Metadata = {
title: "Leonidas Groenplaats | Luxury Belgian Chocolate Café Antwerp", description: "Experience authentic Belgian chocolate at Leonidas Groenplaats in Antwerp's historic center. Premium handcrafted pralines, luxury hot chocolate, and warm hospitality since 1910.", keywords: "Belgian chocolate, pralines, Antwerp café, luxury chocolate, handcrafted pralines, hot chocolate, Belgian heritage, chocolate shop", openGraph: {
title: "Leonidas Groenplaats | Belgian Chocolate Luxury", description: "Discover the finest handcrafted Belgian chocolates and authentic café experience in Antwerp's heart.", siteName: "Leonidas Groenplaats", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/two-glasses-dessert-with-vanilla-cream-chocolate-sauce-served-with-espresso_140725-8901.jpg", alt: "Leonidas Groenplaats luxury Belgian chocolate café"
}
]
},
twitter: {
card: "summary_large_image", title: "Leonidas Groenplaats | Belgian Chocolate", description: "Luxury handcrafted pralines and warm hospitality in Antwerp's historic center.", images: ["http://img.b2bpic.net/free-photo/two-glasses-dessert-with-vanilla-cream-chocolate-sauce-served-with-espresso_140725-8901.jpg"]
},
robots: {
index: true,
follow: true
}
};
title: "Leonidas Groenplaats - Belgian Chocolate Café", description: "Luxury Belgian chocolate café in the heart of Antwerp. Handcrafted pralines, premium hot chocolate, and authentic hospitality since 1910."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${roboto.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1418,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -37,6 +37,7 @@ export default function LandingPage() {
]}
button={{ text: "Explore Chocolates", href: "products" }}
brandName="LEONIDAS"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa8iUb3smFN4KcY512ORhuarJy/uploaded-1772832218937-sy36ozye.png"
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f514c;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #1f7cff;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta: #010101;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
--accent: #1f7cff;
--background-accent: #0d3a7d;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);