From 493c27780a01725425f42d85a7036c3cc231c106 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:25:23 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c555a50..91ea1ca 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Globe, Sparkles, Tree } from "lucide-react"; +import { Globe, Sparkles, Trees } from "lucide-react"; export default function LandingPage() { return ( @@ -56,7 +56,7 @@ export default function LandingPage() { description="At Jouji Premium, we believe in the power of nature's bounty. Our story began with a simple idea: to bring the authentic taste of Tunisia's finest fruits to your table, without compromise. From careful sourcing to sustainable practices, every step is a testament to our dedication." bulletPoints={[ { - title: "Authentic Tunisian Heritage", description: "Proudly rooted in Tunisia, we bring traditional flavors and natural goodness to the world.", icon: Tree, + title: "Authentic Tunisian Heritage", description: "Proudly rooted in Tunisia, we bring traditional flavors and natural goodness to the world.", icon: Trees, }, { title: "Uncompromising Quality", description: "Only the best, ripe fruits are selected, ensuring superior taste and nutrients in every bottle.", icon: Sparkles, From 898b2439b25b7f10d5f19c1abdb333c44f8231e8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:25:23 +0000 Subject: [PATCH 2/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 258 ++++++++++----------------------------- 1 file changed, 65 insertions(+), 193 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 18aa597..8c4f0fc 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,13 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterBase from '@/components/sections/footer/FooterBase'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
- -
- -
- - +
);