7 Commits

Author SHA1 Message Date
bc5cfedacb Update src/app/page.tsx 2026-05-14 06:07:40 +00:00
6e3f4c33b8 Update src/app/page.tsx 2026-05-14 06:07:24 +00:00
6daaa513a9 Merge version_2 into main
Merge version_2 into main
2026-05-14 06:05:36 +00:00
0fce9c61ba Update src/app/styles/variables.css 2026-05-14 06:05:33 +00:00
8e8f3b7dc4 Update src/app/styles/base.css 2026-05-14 06:05:33 +00:00
e029a1a4e2 Update src/app/page.tsx 2026-05-14 06:05:32 +00:00
23f5a58910 Merge version_1 into main
Merge version_1 into main
2026-05-14 06:00:03 +00:00
3 changed files with 32 additions and 29 deletions

View File

@@ -2,16 +2,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import BlogCardThree from '@/components/sections/blog/BlogCardThree'; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqBase from '@/components/sections/faq/FaqBase';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -99,13 +99,14 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardSix <TestimonialCardOne
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ id: "t1", name: "Theo Bainville", handle: "@theo", testimonial: "Super adresse ! Gérants au top et cuisine excellente.", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-virtual-date_23-2149307267.jpg" }, { id: "t1", name: "Theo Bainville", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-virtual-date_23-2149307267.jpg" },
{ id: "t2", name: "Jean-Luc Bach", handle: "@jlbach", testimonial: "3ème visite et toujours le cadre chaleureux et cuisine délicieuse.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg" }, { id: "t2", name: "Jean-Luc Bach", role: "Client", company: "Habitué", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg" },
]} ]}
title="Ce qu'ils disent de nous" title="Ce qu'ils disent de nous"
description="Des retours qui nous touchent." description="Des retours qui nous touchent."
@@ -113,23 +114,21 @@ export default function LandingPage() {
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitMedia <FaqBase
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ id: "f1", title: "Est-ce que vous proposez la vente à emporter ?", content: "Oui, nous proposons une sélection de nos plats à emporter." }, { id: "f1", title: "Est-ce que vous proposez la vente à emporter ?", content: "Oui, nous proposons une sélection de nos plats à emporter." },
{ id: "f2", title: "Acceptez-vous les réservations ?", content: "Nous vous conseillons d'appeler au 05 34 02 75 60 pour réserver." }, { id: "f2", title: "Acceptez-vous les réservations ?", content: "Nous vous conseillons d'appeler au 05 34 02 75 60 pour réserver." },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/laptop-digital-tablet-book-pot-plant-wooden-table-restaurant_23-2147936091.jpg"
title="Questions fréquentes" title="Questions fréquentes"
description="En savoir plus sur nos services." description="En savoir plus sur nos services."
faqsAnimation="slide-up" faqsAnimation="slide-up"
mediaAnimation="slide-up"
/> />
</div> </div>
<div id="blog" data-section="blog"> <div id="blog" data-section="blog">
<BlogCardThree <BlogCardTwo
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
@@ -143,23 +142,27 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactSplit
useInvertedBackground={false} title="Nous contacter"
description="Retrouvez-nous au Mas-d'Azil pour une expérience culinaire inoubliable. Ouvert tous les jours."
tag="Horaires & Localisation"
background={{ variant: "plain" }} background={{ variant: "plain" }}
tag="Actualités" useInvertedBackground={true}
title="Restons en contact" imageSrc="http://img.b2bpic.net/free-photo/top-view-map-concept-with-pins_23-2148906990.jpg"
description="Inscrivez-vous à notre newsletter pour connaître les menus du moment."
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterBaseCard
logoText="Chez Suzon" logoText="Chez Suzon"
leftLink={{ text: "Confidentialité", href: "#" }} columns={[
rightLink={{ text: "05 34 02 75 60", href: "tel:0534027560" }} { title: "Menu", items: [{ label: "Nos Plats", href: "#menu" }, { label: "Vins", href: "#menu" }] },
{ title: "Infos", items: [{ label: "Contact", href: "#contact" }, { label: "Avis", href: "#testimonials" }] }
]}
copyrightText="© 2025 | Chez Suzon"
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-roboto), sans-serif; font-family: var(--font-dm-sans), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-roboto), sans-serif; font-family: var(--font-dm-sans), sans-serif;
} }

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f4ef; --background: #f5f4ef;
--card: #dad6cd; --card: #efe7dd;
--foreground: #2a2928; --foreground: #2b180a;
--primary-cta: #2a2928; --primary-cta: #2b180a;
--primary-cta-text: #f5f4ef; --primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea; --secondary-cta: #efe7dd;
--secondary-cta-text: #2a2928; --secondary-cta-text: #2a2928;
--accent: #ffffff; --accent: #94877c;
--background-accent: #c6b180; --background-accent: #afa094;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);