Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b4b4c73ac | |||
| ea83201e4e | |||
| 16f220658d | |||
| 99cfbdf201 | |||
| 161598ea25 | |||
| 8ed13969aa | |||
| d6f6516e13 | |||
| c5564e08b9 | |||
| 2345919a4a | |||
| 143450465f | |||
| 56e413e251 | |||
| e2688f14c8 | |||
| fbc6121a4f |
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user