Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 84bb4c7b12 | |||
| c34a9ad6ba | |||
| 610c13f4d7 | |||
| 4393bad524 | |||
| cb4280314d | |||
| 996181f258 | |||
| 994824f66e |
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const nunito = Nunito({
|
||||
variable: "--font-nunito",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-nunito", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "DISTILLERIE DE LA SALLE - Cognac Premium Val-de-Cognac",
|
||||
description: "Découvrez notre cognac premium élaboré selon les traditions ancestrales au cœur du Val-de-Cognac. Expertise, héritage et savoir-faire depuis des générations.",
|
||||
keywords: "cognac, distillerie, Val-de-Cognac, eau-de-vie, alcool premium, distillation traditionnelle, Charente, France",
|
||||
metadataBase: new URL("https://distilleriedelasalle.com"),
|
||||
title: "DISTILLERIE DE LA SALLE - Cognac Premium Val-de-Cognac", description: "Découvrez notre cognac premium élaboré selon les traditions ancestrales au cœur du Val-de-Cognac. Expertise, héritage et savoir-faire depuis des générations.", keywords: "cognac, distillerie, Val-de-Cognac, eau-de-vie, alcool premium, distillation traditionnelle, Charente, France", metadataBase: new URL("https://distilleriedelasalle.com"),
|
||||
alternates: {
|
||||
canonical: "https://distilleriedelasalle.com",
|
||||
},
|
||||
canonical: "https://distilleriedelasalle.com"},
|
||||
openGraph: {
|
||||
title: "DISTILLERIE DE LA SALLE - Cognac Traditionnel Premium",
|
||||
description: "Fabrique d'alcool au cœur du Val-de-Cognac. Cognacs et eaux-de-vie élaborés selon nos traditions ancestrales.",
|
||||
url: "https://distilleriedelasalle.com",
|
||||
siteName: "DISTILLERIE DE LA SALLE",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "DISTILLERIE DE LA SALLE - Cognac Traditionnel Premium", description: "Fabrique d'alcool au cœur du Val-de-Cognac. Cognacs et eaux-de-vie élaborés selon nos traditions ancestrales.", url: "https://distilleriedelasalle.com", siteName: "DISTILLERIE DE LA SALLE", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/california-vineyards-santa-barbara_181624-29275.jpg",
|
||||
alt: "Vignes du Val-de-Cognac",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/california-vineyards-santa-barbara_181624-29275.jpg", alt: "Vignes du Val-de-Cognac"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "DISTILLERIE DE LA SALLE - Cognac Premium",
|
||||
description: "Découvrez notre cognac traditionnel élaboré au cœur du Val-de-Cognac",
|
||||
images: ["http://img.b2bpic.net/free-photo/closeup-shot-bottles-tequila-black-background_181624-59578.jpg"],
|
||||
card: "summary_large_image", title: "DISTILLERIE DE LA SALLE - Cognac Premium", description: "Découvrez notre cognac traditionnel élaboré au cœur du Val-de-Cognac", images: ["http://img.b2bpic.net/free-photo/closeup-shot-bottles-tequila-black-background_181624-59578.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1424,4 +1409,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
113
src/app/page.tsx
113
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Accueil", href: "/" },
|
||||
{ label: "À Propos", href: "/about" },
|
||||
{ label: "Nos Produits", href: "/products" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Légal",
|
||||
items: [
|
||||
title: "Légal", items: [
|
||||
{ label: "Politique de Confidentialité", href: "#" },
|
||||
{ label: "Conditions d'Utilisation", href: "#" },
|
||||
{ label: "Mentions Légales", href: "#" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Email: info@distilleriedelasalle.com", href: "mailto:info@distilleriedelasalle.com" },
|
||||
{ label: "Tél: 05 45 35 91 03", href: "tel:+33545359103" },
|
||||
{ label: "Horaires: Lu-Ve 9h-17h", href: "#" },
|
||||
@@ -80,39 +77,23 @@ export default function HomePage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/california-vineyards-santa-barbara_181624-29275.jpg?_wi=1",
|
||||
imageAlt: "Vignes du Val-de-Cognac",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/california-vineyards-santa-barbara_181624-29275.jpg?_wi=1", imageAlt: "Vignes du Val-de-Cognac"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barrels-contemporary-winery_1398-4738.jpg",
|
||||
imageAlt: "Barriques de vieillissement",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barrels-contemporary-winery_1398-4738.jpg", imageAlt: "Barriques de vieillissement"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-beer-factory_23-2150573937.jpg?_wi=1",
|
||||
imageAlt: "Alambic en cuivre traditionnel",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-beer-factory_23-2150573937.jpg?_wi=1", imageAlt: "Alambic en cuivre traditionnel"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glassblower-holding-glassware_107420-74227.jpg?_wi=1",
|
||||
imageAlt: "Maître distillateur",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glassblower-holding-glassware_107420-74227.jpg?_wi=1", imageAlt: "Maître distillateur"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bottles-tequila-black-background_181624-59578.jpg?_wi=1",
|
||||
imageAlt: "Bouteilles de cognac premium",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bottles-tequila-black-background_181624-59578.jpg?_wi=1", imageAlt: "Bouteilles de cognac premium"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-beer-factory_23-2150573937.jpg?_wi=2",
|
||||
imageAlt: "Process de distillation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-beer-factory_23-2150573937.jpg?_wi=2", imageAlt: "Process de distillation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cognac-horizontal-glass_23-2148673802.jpg?_wi=1",
|
||||
imageAlt: "Réserve exceptionnelle",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cognac-horizontal-glass_23-2148673802.jpg?_wi=1", imageAlt: "Réserve exceptionnelle"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cornell-chimes-bell-tower-cornell-university-campus_649448-1870.jpg?_wi=1",
|
||||
imageAlt: "Distillerie historique",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cornell-chimes-bell-tower-cornell-university-campus_649448-1870.jpg?_wi=1", imageAlt: "Distillerie historique"},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
buttons={[
|
||||
@@ -145,32 +126,16 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "cognac-classic",
|
||||
name: "Cognac Classique",
|
||||
price: "65€",
|
||||
variant: "VS · Alcool 40%",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cognac-horizontal-glass_23-2148673802.jpg?_wi=2",
|
||||
imageAlt: "Cognac Classique",
|
||||
},
|
||||
id: "cognac-classic", name: "Cognac Classique", price: "65€", variant: "VS · Alcool 40%", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cognac-horizontal-glass_23-2148673802.jpg?_wi=2", imageAlt: "Cognac Classique"},
|
||||
{
|
||||
id: "cognac-reserve",
|
||||
name: "Réserve Exceptionnelle",
|
||||
price: "120€",
|
||||
variant: "VSOP · Alcool 40%",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cognac-horizontal-glass_23-2148673802.jpg?_wi=3",
|
||||
imageAlt: "Réserve Exceptionnelle",
|
||||
},
|
||||
id: "cognac-reserve", name: "Réserve Exceptionnelle", price: "120€", variant: "VSOP · Alcool 40%", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cognac-horizontal-glass_23-2148673802.jpg?_wi=3", imageAlt: "Réserve Exceptionnelle"},
|
||||
{
|
||||
id: "eau-de-vie",
|
||||
name: "Eau-de-Vie Premium",
|
||||
price: "85€",
|
||||
variant: "Blanche · Alcool 55%",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-bottles-glass-wine-marble-table-with-lemons-cherry-plums_114579-34138.jpg?_wi=1",
|
||||
imageAlt: "Eau-de-Vie Premium",
|
||||
},
|
||||
id: "eau-de-vie", name: "Eau-de-Vie Premium", price: "85€", variant: "Blanche · Alcool 55%", imageSrc: "http://img.b2bpic.net/free-photo/two-bottles-glass-wine-marble-table-with-lemons-cherry-plums_114579-34138.jpg?_wi=1", imageAlt: "Eau-de-Vie Premium"},
|
||||
{
|
||||
id: "cognac-xo", name: "Cognac X.O. Prestige", price: "180€", variant: "X.O. · Alcool 40%", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bottles-tequila-black-background_181624-59578.jpg?_wi=1", imageAlt: "Cognac X.O. Prestige"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Explorer la Collection", href: "/products" }]}
|
||||
@@ -187,32 +152,14 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "selection",
|
||||
title: "Sélection des Matières Premières",
|
||||
author: "Maître Distillateur",
|
||||
description: "Nous sélectionnons avec soin les raisins les plus nobles de la région du Val-de-Cognac pour garantir la qualité supérieure de nos eaux-de-vie.",
|
||||
tags: ["Raisins Premium", "Sélection Naturelle"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barrels-old-winery_1398-4735.jpg?_wi=1",
|
||||
imageAlt: "Sélection de barriques",
|
||||
},
|
||||
id: "selection", title: "Sélection des Matières Premières", author: "Maître Distillateur", description: "Nous sélectionnons avec soin les raisins les plus nobles de la région du Val-de-Cognac pour garantir la qualité supérieure de nos eaux-de-vie.", tags: ["Raisins Premium", "Sélection Naturelle"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barrels-old-winery_1398-4735.jpg?_wi=1", imageAlt: "Sélection de barriques"},
|
||||
{
|
||||
id: "fermentation",
|
||||
title: "Fermentation et Distillation",
|
||||
author: "Équipe Technique",
|
||||
description: "Le processus de fermentation minutieux est suivi d'une double distillation en alambic de cuivre, respectant les méthodes ancestrales.",
|
||||
tags: ["Alambic Cuivre", "Double Distillation"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-beer-factory_23-2150573937.jpg?_wi=3",
|
||||
imageAlt: "Processus de distillation",
|
||||
},
|
||||
id: "fermentation", title: "Fermentation et Distillation", author: "Équipe Technique", description: "Le processus de fermentation minutieux est suivi d'une double distillation en alambic de cuivre, respectant les méthodes ancestrales.", tags: ["Alambic Cuivre", "Double Distillation"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-beer-factory_23-2150573937.jpg?_wi=3", imageAlt: "Processus de distillation"},
|
||||
{
|
||||
id: "aging",
|
||||
title: "Vieillissement en Barriques",
|
||||
author: "Maître de Cave",
|
||||
description: "Un vieillissement patient en barriques de chêne français confère au cognac sa richesse aromatique et sa couleur ambrée caractéristique.",
|
||||
tags: ["Chêne Français", "Vieillissement Naturel"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/human-hand-making-turkish-coffee-sand-caf_23-2148209257.jpg?_wi=1",
|
||||
imageAlt: "Vieillissement en cave",
|
||||
},
|
||||
id: "aging", title: "Vieillissement en Barriques", author: "Maître de Cave", description: "Un vieillissement patient en barriques de chêne français confère au cognac sa richesse aromatique et sa couleur ambrée caractéristique.", tags: ["Chêne Français", "Vieillissement Naturel"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/human-hand-making-turkish-coffee-sand-caf_23-2148209257.jpg?_wi=1", imageAlt: "Vieillissement en cave"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -231,15 +178,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
names={["Hennessy", "Rémy Martin", "Martell", "Courvoisier", "Otard", "Camus", "Frapin", "Tesseron"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/whiskey-label-design_1198-163.jpg",
|
||||
"http://img.b2bpic.net/free-vector/vintage-background-design_1375-451.jpg",
|
||||
"http://img.b2bpic.net/free-vector/vintage-background-design_1375-451.jpg",
|
||||
"http://img.b2bpic.net/free-vector/vintage-background-design_1375-451.jpg",
|
||||
"http://img.b2bpic.net/free-vector/luxury-retro-logo-set_23-2148380231.jpg",
|
||||
"http://img.b2bpic.net/free-vector/vintage-background-design_1375-451.jpg",
|
||||
"http://img.b2bpic.net/free-vector/vintage-background-design_1375-451.jpg",
|
||||
"http://img.b2bpic.net/free-vector/vintage-background-design_1375-451.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/whiskey-label-design_1198-163.jpg", "http://img.b2bpic.net/free-vector/vintage-background-design_1375-451.jpg", "http://img.b2bpic.net/free-vector/vintage-background-design_1375-451.jpg", "http://img.b2bpic.net/free-vector/vintage-background-design_1375-451.jpg", "http://img.b2bpic.net/free-vector/luxury-retro-logo-set_23-2148380231.jpg", "http://img.b2bpic.net/free-vector/vintage-background-design_1375-451.jpg", "http://img.b2bpic.net/free-vector/vintage-background-design_1375-451.jpg", "http://img.b2bpic.net/free-vector/vintage-background-design_1375-451.jpg"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -251,7 +190,7 @@ export default function HomePage() {
|
||||
tagIcon={MapPin}
|
||||
tagAnimation="slide-up"
|
||||
title="Visitez Notre Distillerie"
|
||||
description="DISTILLERIE DE LA SALLE 14 Rte de la Garnerie 16370 Val-de-Cognac, France Téléphone: 05 45 35 91 03 Web: distilleriedelasalle.com"
|
||||
description="Val-de-Cognac, France — Ouvert Lu-Ve 9h-17h"
|
||||
buttons={[
|
||||
{ text: "Nous Contacter", href: "/contact" },
|
||||
{ text: "Localisation Google Maps", href: "https://maps.google.com" },
|
||||
@@ -271,4 +210,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user