diff --git a/src/app/avis/page.tsx b/src/app/avis/page.tsx
index 065871e..af3ad69 100644
--- a/src/app/avis/page.tsx
+++ b/src/app/avis/page.tsx
@@ -2,12 +2,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
+import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
+import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
-export default function LandingPage() {
+export default function ReviewsPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
);
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 9acab5c..30729fe 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -2,123 +2,45 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactCenter from '@/components/sections/contact/ContactCenter';
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
-import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-export default function LandingPage() {
+export default function ContactPage() {
return (
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/livraison/page.tsx b/src/app/livraison/page.tsx
index b98302a..f9d4c74 100644
--- a/src/app/livraison/page.tsx
+++ b/src/app/livraison/page.tsx
@@ -2,125 +2,48 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
-import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
-import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
+import { Truck, Clock, MapPin } from "lucide-react";
-export default function LandingPage() {
+export default function LivraisonPage() {
return (
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx
index bd49fcc..dd64096 100644
--- a/src/app/menu/page.tsx
+++ b/src/app/menu/page.tsx
@@ -2,12 +2,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
-import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
-import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
-export default function LandingPage() {
+export default function MenuPage() {
return (
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
+
);
diff --git a/src/app/styles/base.css b/src/app/styles/base.css
index 747bfaf..e02ac32 100644
--- a/src/app/styles/base.css
+++ b/src/app/styles/base.css
@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
- font-family: var(--font-lato), sans-serif;
+ font-family: var(--font-cormorant-garamond), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 0f2229e..716b5fc 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,9 +10,9 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #ffffff;
- --card: #f9f9f9;
- --foreground: #1a1a1a;
+ --background: #FFFFFF;
+ --card: #fcecea;
+ --foreground: #000000;
--primary-cta: #C0392B;
--primary-cta-text: #FFFFFF;
--secondary-cta: #FFFFFF;