Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Utensils, Phone } from "lucide-react";
|
||||
import { Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,16 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
name: "À Propos", id: "about"},
|
||||
{
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Réserver", id: "reservation"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Ambiance", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Accueil", id: "hero" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Réserver", id: "reservation" },
|
||||
]}
|
||||
brandName="Croix Blanche"
|
||||
/>
|
||||
@@ -47,21 +42,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Restaurant de la Croix Blanche"
|
||||
description="Cuisine traditionnelle française au cœur de Giat"
|
||||
buttons={[
|
||||
{
|
||||
text: "Voir le menu", href: "#menu"},
|
||||
]}
|
||||
buttons={[{ text: "Voir le menu", href: "#menu" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/name-card-plate-christmas-set-up-table_8353-6628.jpg", imageAlt: "Restaurant ambiance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-lamb-ribs-dish-copy-space_23-2148516962.jpg", imageAlt: "Duck confit"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370827.jpg", imageAlt: "Boeuf bourguignon"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/name-card-plate-christmas-set-up-table_8353-6628.jpg", imageAlt: "Restaurant ambiance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grilled-lamb-ribs-dish-copy-space_23-2148516962.jpg", imageAlt: "Duck confit" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370827.jpg", imageAlt: "Boeuf bourguignon" },
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -86,18 +74,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Confit de Canard", descriptions: [
|
||||
"Cuisiné selon la tradition, fondant et savoureux."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-pasta-meal-served-with-vegetables-blue-plate-mix-colors-surface_140725-154544.jpg"},
|
||||
{
|
||||
id: "f2", title: "Bœuf Bourguignon", descriptions: [
|
||||
"Une recette familiale mijotée pendant plusieurs heures."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-food-bowl-mushrooms-potatoes-different-spices-cutting-board-bottle-oil-bowl-white-mushrooms-spruce-branches-with-cones_140725-118275.jpg"},
|
||||
{
|
||||
id: "f3", title: "Soupe à l'Oignon", descriptions: [
|
||||
"Un classique indémodable gratiné à la perfection."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-soup-soup-with-herbs-blue-bowl-table_140725-71670.jpg"},
|
||||
{ id: "f1", title: "Confit de Canard", descriptions: ["Cuisiné selon la tradition, fondant et savoureux."], imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-pasta-meal-served-with-vegetables-blue-plate-mix-colors-surface_140725-154544.jpg" },
|
||||
{ id: "f2", title: "Bœuf Bourguignon", descriptions: ["Une recette familiale mijotée pendant plusieurs heures."], imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-food-bowl-mushrooms-potatoes-different-spices-cutting-board-bottle-oil-bowl-white-mushrooms-spruce-branches-with-cones_140725-118275.jpg" },
|
||||
{ id: "f3", title: "Soupe à l'Oignon", descriptions: ["Un classique indémodable gratiné à la perfection."], imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-soup-soup-with-herbs-blue-bowl-table_140725-71670.jpg" },
|
||||
]}
|
||||
title="Nos Spécialités"
|
||||
description="Découvrez notre sélection de plats emblématiques."
|
||||
@@ -111,18 +90,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "m1", name: "Terrine Maison", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg"},
|
||||
{
|
||||
id: "m2", name: "Salade Auvergnate", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/side-close-view-dish-cutting-board-brown-bowl-mushrooms-potatoes-fork-cutting-board-spruce-branches-with-cones_140725-110575.jpg"},
|
||||
{
|
||||
id: "m3", name: "Truite de la Sioule", price: "22€", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-carrot-cream-soup_23-2150316469.jpg"},
|
||||
{
|
||||
id: "m4", name: "Entrecôte Grillée", price: "26€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-potatoes_23-2148847440.jpg"},
|
||||
{
|
||||
id: "m5", name: "Crème Brûlée", price: "8€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447783.jpg"},
|
||||
{
|
||||
id: "m6", name: "Tarte Tatin", price: "9€", imageSrc: "http://img.b2bpic.net/free-photo/side-view-soup-with-cauliflower-potatoes-white-bowl_140725-10203.jpg"},
|
||||
{ id: "m1", name: "Terrine Maison", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg" },
|
||||
{ id: "m2", name: "Salade Auvergnate", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/side-close-view-dish-cutting-board-brown-bowl-mushrooms-potatoes-fork-cutting-board-spruce-branches-with-cones_140725-110575.jpg" },
|
||||
{ id: "m3", name: "Truite de la Sioule", price: "22€", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-carrot-cream-soup_23-2150316469.jpg" },
|
||||
{ id: "m4", name: "Entrecôte Grillée", price: "26€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-potatoes_23-2148847440.jpg" },
|
||||
{ id: "m5", name: "Crème Brûlée", price: "8€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447783.jpg" },
|
||||
{ id: "m6", name: "Tarte Tatin", price: "9€", imageSrc: "http://img.b2bpic.net/free-photo/side-view-soup-with-cauliflower-potatoes-white-bowl_140725-10203.jpg" },
|
||||
]}
|
||||
title="Notre Menu"
|
||||
description="Un voyage gastronomique à travers nos plats."
|
||||
@@ -182,4 +155,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user