diff --git a/src/app/page.tsx b/src/app/page.tsx
index d1988d4..67cc92c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,15 +2,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactText from '@/components/sections/contact/ContactText';
+import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
-import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
-import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import { Coffee } from "lucide-react";
+import SplitAbout from '@/components/sections/about/SplitAbout';
+import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
+import { Coffee, Award, MessageSquare } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,52 +41,17 @@ export default function LandingPage() {
@@ -110,42 +63,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Formule Goûter Scones",
- price: "12€",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-with-raspberry-jam-fresh-raspberries_114579-53090.jpg",
- },
- {
- id: "p2",
- name: "Sélection Mariage Frères",
- price: "6€",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-surprise-mothers-day-celebration_23-2148469055.jpg",
- },
- {
- id: "p3",
- name: "Café Local Maison Vernier",
- price: "4€",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-fresh-aroma-drinking-relax_53876-23420.jpg",
- },
- {
- id: "p4",
- name: "Cupcakes artisanaux",
- price: "5€",
- imageSrc: "http://img.b2bpic.net/free-photo/sophisticated-arrangement-tea-party-elements_23-2149045864.jpg",
- },
- {
- id: "p5",
- name: "Chocolat Chaud Maison",
- price: "6€",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-pouring-melted-chocolate-glass-with-fresh-muffin-cooling-rack_23-2147906734.jpg",
- },
- {
- id: "p6",
- name: "Assortiment salé du jour",
- price: "9€",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-sweet-cupcakes_23-2147779149.jpg",
- },
+ { id: "p1", name: "Formule Goûter Scones", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-with-raspberry-jam-fresh-raspberries_114579-53090.jpg" },
+ { id: "p2", name: "Sélection Mariage Frères", price: "6€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-surprise-mothers-day-celebration_23-2148469055.jpg" },
+ { id: "p3", name: "Café Local Maison Vernier", price: "4€", imageSrc: "http://img.b2bpic.net/free-photo/coffee-fresh-aroma-drinking-relax_53876-23420.jpg" },
+ { id: "p4", name: "Cupcakes artisanaux", price: "5€", imageSrc: "http://img.b2bpic.net/free-photo/sophisticated-arrangement-tea-party-elements_23-2149045864.jpg" },
+ { id: "p5", name: "Chocolat Chaud Maison", price: "6€", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-pouring-melted-chocolate-glass-with-fresh-muffin-cooling-rack_23-2147906734.jpg" },
+ { id: "p6", name: "Assortiment salé du jour", price: "9€", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-sweet-cupcakes_23-2147779149.jpg" }
]}
title="Notre Carte Gourmande"
description="Découvrez nos créations faites maison, entre tradition anglaise et savoir-faire local."
@@ -158,130 +81,61 @@ export default function LandingPage() {
title="L'univers Tea Party"
description="Une atmosphère douce et élégante pour vos pauses gourmandes."
accordionItems={[
- {
- id: "g1",
- title: "Pâtisseries Maison",
- content: "Nos gâteaux sont préparés chaque matin avec des produits locaux.",
- },
- {
- id: "g2",
- title: "Ambiance Vintage",
- content: "Une décoration chinée pour une vraie parenthèse anglaise.",
- },
- {
- id: "g3",
- title: "Instants Gourmands",
- content: "Partagez un moment unique avec vos proches à Provins.",
- },
+ { id: "g1", title: "Pâtisseries Maison", content: "Nos gâteaux sont préparés chaque matin avec des produits locaux." },
+ { id: "g2", title: "Ambiance Vintage", content: "Une décoration chinée pour une vraie parenthèse anglaise." },
+ { id: "g3", title: "Instants Gourmands", content: "Partagez un moment unique avec vos proches à Provins." },
]}
imageSrc="http://img.b2bpic.net/free-photo/vintage-chairs-antique-store_23-2149640752.jpg"
- imageAlt="Intérieur cosy"
mediaAnimation="slide-up"
/>