Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b4b4c73ac | |||
| ea83201e4e | |||
| 16f220658d | |||
| 161598ea25 | |||
| d6f6516e13 |
@@ -1,8 +1,11 @@
|
|||||||
import type { Metadata } from "next";
|
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 = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -11,10 +14,7 @@ export default function RootLayout({
|
|||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<body className={inter.className}>{children}
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
||||||
</head>
|
|
||||||
<body>{children}
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -74,9 +74,9 @@ export default function LandingPage() {
|
|||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
title="Signature Collections"
|
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"
|
tag="Bestsellers"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Shield}
|
||||||
products={[
|
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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user