Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #6.
This commit is contained in:
106
src/app/page.tsx
106
src/app/page.tsx
@@ -29,14 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Notre Histoire", id: "about"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Accueil", id: "hero" },
|
||||
{ name: "Menu", id: "/products" },
|
||||
{ name: "Notre Histoire", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Focaccia"
|
||||
/>
|
||||
@@ -44,15 +40,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="L'ITALIE À PALAISEAU JUSQU'À MINUIT."
|
||||
description="Pizza au feu de bois · Pâtes maison · Burrata à la truffe"
|
||||
buttons={[
|
||||
{
|
||||
text: "Commander maintenant", href: "#menu"},
|
||||
{
|
||||
text: "Voir la carte", href: "#menu"},
|
||||
{ text: "Voir la carte", href: "/products" },
|
||||
{ text: "Commander maintenant", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-chef-breaking-egg-flour_23-2148763168.jpg"
|
||||
/>
|
||||
@@ -64,18 +57,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "4,8/5", title: "Note Google", items: [
|
||||
"309 avis vérifiés", "Clients satisfaits"],
|
||||
},
|
||||
{
|
||||
id: "m2", value: "00:00", title: "Late Night", items: [
|
||||
"Ouvert 7j/7", "Service continu"],
|
||||
},
|
||||
{
|
||||
id: "m3", value: "100%", title: "Fait Maison", items: [
|
||||
"Pâtes fraîches", "Produits d'exception"],
|
||||
},
|
||||
{ id: "m1", value: "4,8/5", title: "Note Google", items: ["309 avis vérifiés", "Clients satisfaits"] },
|
||||
{ id: "m2", value: "00:00", title: "Late Night", items: ["Ouvert 7j/7", "Service continu"] },
|
||||
{ id: "m3", value: "100%", title: "Fait Maison", items: ["Pâtes fraîches", "Produits d'exception"] },
|
||||
]}
|
||||
title="Focaccia en chiffres"
|
||||
description="L'excellence au quotidien."
|
||||
@@ -87,38 +71,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Notre Histoire"
|
||||
description={[
|
||||
"Chez Focaccia, chaque pizza est une déclaration. Une pâte travaillée à la main, des produits sélectionnés avec exigence, un four à bois qui ne s'éteint jamais.", "Depuis notre ouverture à Palaiseau, nous avons fait de cette adresse bien plus qu'un restaurant : un voyage en Italie, sans quitter l'Essonne."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Pizza", name: "Burrata Truffe", price: "18€", rating: 5,
|
||||
reviewCount: "120", imageSrc: "https://maps.app.goo.gl/fVYenrvoW6bMYroL7?_wi=1"},
|
||||
{
|
||||
id: "p2", brand: "Pizza", name: "Pizza Nucci", price: "15€", rating: 5,
|
||||
reviewCount: "98", imageSrc: "https://maps.app.goo.gl/fVYenrvoW6bMYroL7?_wi=2"},
|
||||
{
|
||||
id: "p3", brand: "Pâtes", name: "Tagliatelles Grana", price: "16€", rating: 4,
|
||||
reviewCount: "85", imageSrc: "https://maps.app.goo.gl/fVYenrvoW6bMYroL7?_wi=3"},
|
||||
{
|
||||
id: "p4", brand: "Pâtes", name: "Fruits de Mer", price: "19€", rating: 5,
|
||||
reviewCount: "67", imageSrc: "https://maps.app.goo.gl/fVYenrvoW6bMYroL7?_wi=4"},
|
||||
{
|
||||
id: "p5", brand: "Dessert", name: "Tiramisu Maison", price: "10€", rating: 5,
|
||||
reviewCount: "210", imageSrc: "https://maps.app.goo.gl/fVYenrvoW6bMYroL7?_wi=5"},
|
||||
{
|
||||
id: "p6", brand: "Dessert", name: "Coulant Pistache", price: "12€", rating: 5,
|
||||
reviewCount: "145", imageSrc: "https://maps.app.goo.gl/fVYenrvoW6bMYroL7?_wi=6"},
|
||||
"Chez Focaccia, chaque pizza est une déclaration. Une pâte travaillée à la main, des produits sélectionnés avec exigence, un four à bois qui ne s'éteint jamais.", "Depuis notre ouverture à Palaiseau, nous avons fait de cette adresse bien plus qu'un restaurant : un voyage en Italie, sans quitter l'Essonne."
|
||||
]}
|
||||
title="Notre Carte"
|
||||
description="Découvrez nos créations authentiques – commandez dès maintenant pour une livraison rapide"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -126,16 +80,9 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Mohamed M.", imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg"},
|
||||
{
|
||||
id: "t2", name: "Souissi S.", imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg"},
|
||||
{
|
||||
id: "t3", name: "Hamdi S.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236902.jpg"},
|
||||
{
|
||||
id: "t4", name: "Helleanna", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520110.jpg"},
|
||||
{
|
||||
id: "t5", name: "Aurore S.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-cocktail_23-2150124853.jpg"},
|
||||
{ id: "t1", name: "Mohamed M.", imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg" },
|
||||
{ id: "t2", name: "Souissi S.", imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg" },
|
||||
{ id: "t3", name: "Hamdi S.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236902.jpg" },
|
||||
]}
|
||||
cardTitle="Ce qu'ils disent"
|
||||
cardTag="Clients"
|
||||
@@ -146,8 +93,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact"
|
||||
title="Trouvez-nous"
|
||||
description="3 Place des Causeuses, 91120 Palaiseau. Ouvert jusqu'à minuit."
|
||||
@@ -158,24 +104,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Accueil", href: "#hero"},
|
||||
{
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Légal", items: [
|
||||
{
|
||||
label: "Mentions légales", href: "#"},
|
||||
{
|
||||
label: "Confidentialité", href: "#"},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Accueil", href: "/" }, { label: "Menu", href: "/products" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Légal", items: [{ label: "Mentions légales", href: "#" }, { label: "Confidentialité", href: "#" }] },
|
||||
]}
|
||||
logoText="Focaccia"
|
||||
copyrightText="© 2025 Focaccia Palaiseau"
|
||||
@@ -184,4 +114,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
66
src/app/products/page.tsx
Normal file
66
src/app/products/page.tsx
Normal file
@@ -0,0 +1,66 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
|
||||
export default function ProductsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Accueil", id: "/" },
|
||||
{ name: "Menu", id: "/products" },
|
||||
{ name: "Notre Histoire", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Focaccia"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu" style={{ paddingTop: "120px" }}>
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
title="Notre Menu Complet"
|
||||
description="Découvrez toutes nos spécialités italiennes, classées par catégorie."
|
||||
products={[
|
||||
{ id: "p1", brand: "Pizza", name: "Burrata Truffe", price: "18€", rating: 5, reviewCount: "120", imageSrc: "https://maps.app.goo.gl/fVYenrvoW6bMYroL7?_wi=1" },
|
||||
{ id: "p2", brand: "Pizza", name: "Pizza Nucci", price: "15€", rating: 5, reviewCount: "98", imageSrc: "https://maps.app.goo.gl/fVYenrvoW6bMYroL7?_wi=2" },
|
||||
{ id: "p3", brand: "Pâtes", name: "Tagliatelles Grana", price: "16€", rating: 4, reviewCount: "85", imageSrc: "https://maps.app.goo.gl/fVYenrvoW6bMYroL7?_wi=3" },
|
||||
{ id: "p4", brand: "Pâtes", name: "Fruits de Mer", price: "19€", rating: 5, reviewCount: "67", imageSrc: "https://maps.app.goo.gl/fVYenrvoW6bMYroL7?_wi=4" },
|
||||
{ id: "p5", brand: "Dessert", name: "Tiramisu Maison", price: "10€", rating: 5, reviewCount: "210", imageSrc: "https://maps.app.goo.gl/fVYenrvoW6bMYroL7?_wi=5" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Accueil", href: "/" }, { label: "Menu", href: "/products" }, { label: "Contact", href: "#contact" }] },
|
||||
]}
|
||||
logoText="Focaccia"
|
||||
copyrightText="© 2025 Focaccia Palaiseau"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user