5 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
161598ea25 Merge version_2 into main
Merge version_2 into main
2026-03-06 21:25:55 +00:00
d6f6516e13 Merge version_2 into main
Merge version_2 into main
2026-03-06 21:24:28 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -1,8 +1,11 @@
import type { Metadata } from "next";
import "./styles/globals.css";
import { Inter } from "next/font/google";
import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
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."};
title: "Create Next App", description: "Generated by create next app"};
export default function RootLayout({
children,
@@ -11,10 +14,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>{children}
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__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 (
@@ -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