Merge version_1 into main #1
237
src/app/page.tsx
237
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
name: "Le Concept",
|
||||
id: "about",
|
||||
},
|
||||
name: "Le Concept", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Réservations",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Réservations", id: "contact"},
|
||||
]}
|
||||
brandName="Chalon de Thé"
|
||||
/>
|
||||
@@ -59,35 +51,21 @@ export default function LandingPage() {
|
||||
description="Un moment de douceur… entouré de chats 🐱. Détendez-vous dans un salon de thé unique à Metz et Luxembourg."
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver une table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Réserver une table", href: "#contact"},
|
||||
{
|
||||
text: "Voir le menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Voir le menu", href: "#menu"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-doing-human-activity_23-2151876397.jpg",
|
||||
imageAlt: "Salon de thé cozy avec des chats",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-doing-human-activity_23-2151876397.jpg", imageAlt: "Salon de thé cozy avec des chats"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cat-enjoying-breakfast-with-coffee-cake_23-2151982933.jpg",
|
||||
imageAlt: "Un chat dans notre salon",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cat-enjoying-breakfast-with-coffee-cake_23-2151982933.jpg", imageAlt: "Un chat dans notre salon"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-playing-with-hairless-cat_23-2149078381.jpg",
|
||||
imageAlt: "Ambiance chaleureuse",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-playing-with-hairless-cat_23-2149078381.jpg", imageAlt: "Ambiance chaleureuse"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sleeping-cat-sunlight_23-2151936748.jpg",
|
||||
imageAlt: "Thé et chat",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sleeping-cat-sunlight_23-2151936748.jpg", imageAlt: "Thé et chat"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-cat_23-2149214365.jpg",
|
||||
imageAlt: "Détails premium",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-cat_23-2149214365.jpg", imageAlt: "Détails premium"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -112,40 +90,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Interaction féline",
|
||||
subtitle: "Rencontrez nos chats résidents dans un espace adapté.",
|
||||
category: "Expérience",
|
||||
value: "Unique",
|
||||
},
|
||||
id: "1", title: "Interaction féline", subtitle: "Rencontrez nos chats résidents dans un espace adapté.", category: "Expérience", value: "Unique"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Atmosphère zen",
|
||||
subtitle: "Un cadre conçu pour la relaxation et la sérénité.",
|
||||
category: "Vibe",
|
||||
value: "Apaisant",
|
||||
},
|
||||
id: "2", title: "Atmosphère zen", subtitle: "Un cadre conçu pour la relaxation et la sérénité.", category: "Vibe", value: "Apaisant"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Saveurs originales",
|
||||
subtitle: "Une sélection de thés, pâtisseries et cocktails maison.",
|
||||
category: "Dégustation",
|
||||
value: "Premium",
|
||||
},
|
||||
id: "3", title: "Saveurs originales", subtitle: "Une sélection de thés, pâtisseries et cocktails maison.", category: "Dégustation", value: "Premium"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Emplacement central",
|
||||
subtitle: "Situés en plein cœur de Metz et Luxembourg.",
|
||||
category: "Accès",
|
||||
value: "Pratique",
|
||||
},
|
||||
id: "4", title: "Emplacement central", subtitle: "Situés en plein cœur de Metz et Luxembourg.", category: "Accès", value: "Pratique"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Événements privés",
|
||||
subtitle: "Organisez vos moments spéciaux avec nos félins.",
|
||||
category: "Service",
|
||||
value: "Sur-mesure",
|
||||
},
|
||||
id: "5", title: "Événements privés", subtitle: "Organisez vos moments spéciaux avec nos félins.", category: "Service", value: "Sur-mesure"},
|
||||
]}
|
||||
title="Pourquoi nous choisir ?"
|
||||
description="L'expérience Chalon de Thé en quelques mots."
|
||||
@@ -160,50 +113,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Boisson",
|
||||
name: "Thé Earl Grey Premium",
|
||||
price: "6.50€",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-green-tea-drink_53876-20647.jpg",
|
||||
},
|
||||
id: "p1", brand: "Boisson", name: "Thé Earl Grey Premium", price: "6.50€", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-green-tea-drink_53876-20647.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Pâtisserie",
|
||||
name: "Cheesecake Framboise",
|
||||
price: "7.50€",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-plate-cake-cup-tea-lemon-star-anise-cinnamon-sweets_140725-123207.jpg",
|
||||
},
|
||||
id: "p2", brand: "Pâtisserie", name: "Cheesecake Framboise", price: "7.50€", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-plate-cake-cup-tea-lemon-star-anise-cinnamon-sweets_140725-123207.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Cocktail",
|
||||
name: "Mocktail Fleur d'Oranger",
|
||||
price: "9.00€",
|
||||
rating: 4,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-herbal-tea-white-cup_23-2148123907.jpg",
|
||||
},
|
||||
id: "p3", brand: "Cocktail", name: "Mocktail Fleur d'Oranger", price: "9.00€", rating: 4,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-herbal-tea-white-cup_23-2148123907.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Boisson",
|
||||
name: "Matcha Latte",
|
||||
price: "6.00€",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/piece-delicious-cake-with-honey-milk_114579-22341.jpg",
|
||||
},
|
||||
id: "p4", brand: "Boisson", name: "Matcha Latte", price: "6.00€", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/piece-delicious-cake-with-honey-milk_114579-22341.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Pâtisserie",
|
||||
name: "Cookie Chocolat Noir",
|
||||
price: "4.50€",
|
||||
rating: 4,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-cinnamon-dark-desk-drink-tea-sweet-color_140725-115589.jpg",
|
||||
},
|
||||
id: "p5", brand: "Pâtisserie", name: "Cookie Chocolat Noir", price: "4.50€", rating: 4,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-cinnamon-dark-desk-drink-tea-sweet-color_140725-115589.jpg"},
|
||||
]}
|
||||
title="Notre Menu"
|
||||
description="Découvrez nos spécialités artisanales."
|
||||
@@ -212,38 +135,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<TeamCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "g1",
|
||||
name: "Luna",
|
||||
role: "Chat résident",
|
||||
description: "Toujours prête pour une sieste.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-flash-tattoo_23-2151901357.jpg",
|
||||
},
|
||||
id: "g1", name: "Luna", role: "Chat résident", description: "Toujours prête pour une sieste.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-flash-tattoo_23-2151901357.jpg"},
|
||||
{
|
||||
id: "g2",
|
||||
name: "Milo",
|
||||
role: "Chat résident",
|
||||
description: "Expert en ronronnements.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-cozy-still-life-with-candle-teapot-home-coziness-comfort_169016-58911.jpg",
|
||||
},
|
||||
id: "g2", name: "Milo", role: "Chat résident", description: "Expert en ronronnements.", imageSrc: "http://img.b2bpic.net/free-photo/home-cozy-still-life-with-candle-teapot-home-coziness-comfort_169016-58911.jpg"},
|
||||
{
|
||||
id: "g3",
|
||||
name: "Ambiance",
|
||||
role: "Café",
|
||||
description: "Notre salon à Metz.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cup-coffee-with-present-kettle_23-2148720033.jpg",
|
||||
},
|
||||
id: "g3", name: "Ambiance", role: "Café", description: "Notre salon à Metz.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cup-coffee-with-present-kettle_23-2148720033.jpg"},
|
||||
{
|
||||
id: "g4",
|
||||
name: "Délices",
|
||||
role: "Menu",
|
||||
description: "Une douceur pour chaque moment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-black-cat-with-candle-book-tea_23-2152019590.jpg",
|
||||
},
|
||||
id: "g4", name: "Délices", role: "Menu", description: "Une douceur pour chaque moment.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-black-cat-with-candle-book-tea_23-2152019590.jpg"},
|
||||
]}
|
||||
title="Galerie Photos"
|
||||
description="Moments mignons et ambiance feutrée."
|
||||
@@ -255,30 +159,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sophie M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-her-cake-shop_23-2149210493.jpg",
|
||||
},
|
||||
id: "t1", name: "Sophie M.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-her-cake-shop_23-2149210493.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Thomas L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-girls-trendy-summer-casual-clothes-carefree-women-chatting-veranda-terrace-cafe-drinking-coffee-positive-models-having-fun-communicating_158538-15932.jpg",
|
||||
},
|
||||
id: "t2", name: "Thomas L.", imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-girls-trendy-summer-casual-clothes-carefree-women-chatting-veranda-terrace-cafe-drinking-coffee-positive-models-having-fun-communicating_158538-15932.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Julie D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-petting-cat_23-2148784575.jpg",
|
||||
},
|
||||
id: "t3", name: "Julie D.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-petting-cat_23-2148784575.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Marc B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-some-cake-restaurant_23-2148693093.jpg",
|
||||
},
|
||||
id: "t4", name: "Marc B.", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-some-cake-restaurant_23-2148693093.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Claire R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12122.jpg",
|
||||
},
|
||||
id: "t5", name: "Claire R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12122.jpg"},
|
||||
]}
|
||||
cardTitle="Ce que nos clients disent"
|
||||
cardTag="Avis Clients"
|
||||
@@ -292,15 +181,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Metz",
|
||||
content: "12 Rue des Clercs, 57000 Metz. Ouvert du mardi au samedi de 10h à 19h.",
|
||||
},
|
||||
id: "f1", title: "Metz", content: "12 Rue des Clercs, 57000 Metz. Ouvert du mardi au samedi de 10h à 19h."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Luxembourg",
|
||||
content: "45 Grand Rue, L-1661 Luxembourg. Ouvert du mercredi au dimanche de 11h à 20h.",
|
||||
},
|
||||
id: "f2", title: "Luxembourg", content: "45 Grand Rue, L-1661 Luxembourg. Ouvert du mercredi au dimanche de 11h à 20h."},
|
||||
]}
|
||||
title="Nos Adresses"
|
||||
description="Retrouvez-nous à Metz et Luxembourg."
|
||||
@@ -312,20 +195,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Réservations"
|
||||
title="Réservez votre moment avec nos chats"
|
||||
description="Un moment unique vous attend. Réservez dès maintenant pour garantir votre table et une rencontre privilégiée avec nos compagnons à quatre pattes."
|
||||
buttons={[
|
||||
{
|
||||
text: "Appelez-nous",
|
||||
href: "tel:+33000000000",
|
||||
},
|
||||
text: "Appelez-nous", href: "tel:+33000000000"},
|
||||
{
|
||||
text: "Envoyer un e-mail",
|
||||
href: "mailto:hello@chalondethe.com",
|
||||
},
|
||||
text: "Envoyer un e-mail", href: "mailto:hello@chalondethe.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -336,42 +214,27 @@ export default function LandingPage() {
|
||||
logoText="Chalon de Thé"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Accueil",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Accueil", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Informations",
|
||||
items: [
|
||||
title: "Informations", items: [
|
||||
{
|
||||
label: "Nos Adresses",
|
||||
href: "#location",
|
||||
},
|
||||
label: "Nos Adresses", href: "#location"},
|
||||
{
|
||||
label: "Réservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Réservations", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Suivez-nous",
|
||||
items: [
|
||||
title: "Suivez-nous", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user