13 Commits

Author SHA1 Message Date
0b4b4c73ac Update src/app/page.tsx 2026-03-06 21:34:55 +00:00
ea83201e4e Update src/app/layout.tsx 2026-03-06 21:34:54 +00:00
16f220658d Merge version_2 into main
Merge version_2 into main
2026-03-06 21:27:20 +00:00
99cfbdf201 Update src/app/page.tsx 2026-03-06 21:27:16 +00:00
161598ea25 Merge version_2 into main
Merge version_2 into main
2026-03-06 21:25:55 +00:00
8ed13969aa Update src/app/page.tsx 2026-03-06 21:25:50 +00:00
d6f6516e13 Merge version_2 into main
Merge version_2 into main
2026-03-06 21:24:28 +00:00
c5564e08b9 Update src/app/styles/variables.css 2026-03-06 21:24:24 +00:00
2345919a4a Update src/app/page.tsx 2026-03-06 21:24:23 +00:00
143450465f Update src/app/layout.tsx 2026-03-06 21:24:23 +00:00
56e413e251 Merge version_1 into main
Merge version_1 into main
2026-03-06 21:14:03 +00:00
e2688f14c8 Merge version_1 into main
Merge version_1 into main
2026-03-06 21:13:07 +00:00
fbc6121a4f Merge version_1 into main
Merge version_1 into main
2026-03-06 21:11:57 +00:00
3 changed files with 17 additions and 54 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"],
});
const inter = Inter({ subsets: ["latin"] });
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: "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={`${roboto.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1418,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Award, Coffee, Crown, Heart, Mail, Sparkles, Star, Zap } from 'lucide-react';
import { Award, Coffee, Crown, Heart, Mail, Sparkles, Star, Zap, Shield } from 'lucide-react';
export default function LandingPage() {
return (
@@ -35,8 +35,8 @@ export default function LandingPage() {
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Explore Chocolates", href: "products" }}
brandName="LEONIDAS"
button={{ text: "Order Now", href: "products" }}
/>
</div>
@@ -74,9 +74,9 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardThree
title="Signature Collections"
description="Discover our curated selection of premium Belgian chocolates, each piece a masterpiece of flavor and craftsmanship."
description="Discover our curated selection of premium Belgian chocolates. Handcrafted daily in small batches with certified premium ingredients. Every piece is a masterpiece of flavor, craftsmanship, and authentic Belgian tradition. ✓ Handmade Excellence ✓ Quality Assured ✓ Heritage Since 1910"
tag="Bestsellers"
tagIcon={Sparkles}
tagIcon={Shield}
products={[
{
id: "1", name: "Dark Praline Selection", price: "€18.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-truffles-bowls_23-2148542527.jpg?_wi=1", imageAlt: "Premium dark chocolate pralines assortment", initialQuantity: 1

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