From 36ffd8bf36510386ccc7584120dcaab619924316 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:26:19 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 42 +++++++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5f556c9..1589291 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -4,30 +4,34 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import { Heart } from "lucide-react"; export default function AboutPage() { return ( - + - - - + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 008dd791f2a8b44374a93722603ec32d2339a6c3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:26:20 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 42 ++++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 899aad5..fbf643b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,28 +3,36 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ContactForm from '@/components/form/ContactForm'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function ContactPage() { return ( - + - - - + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 713310b120c607daa585372c370c86916f05525e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:26:20 +0000 Subject: [PATCH 3/5] Update src/app/faq/page.tsx --- src/app/faq/page.tsx | 51 ++++++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 23 deletions(-) diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 4e570d7..9b122dd 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -8,30 +8,35 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function FaqPage() { return ( - + - - - + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 95b8464d54cf6dfd5902286663bd447131e325eb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:26:21 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 115 +++++++++++++++++------------------------------ 1 file changed, 41 insertions(+), 74 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60783ff..934bafe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,105 +14,72 @@ import { Award, Heart, Star, X } from "lucide-react"; export default function LandingPage() { const [showPopup, setShowPopup] = useState(false); - - useEffect(() => { - const timer = setTimeout(() => setShowPopup(true), 5000); - return () => clearTimeout(timer); - }, []); + useEffect(() => { const timer = setTimeout(() => setShowPopup(true), 5000); return () => clearTimeout(timer); }, []); return ( - + - {showPopup && ( -
-
- -

Get 10% off your first order 💌

- - -
-
- )} -
- + />
-
- -
- -
- -
- -
- +
+
+ +
+
+ + animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} + />
-
- + textboxLayout="default" + useInvertedBackground={false} + />
-
-- 2.49.1 From 60bb95e3c3511b21b5d39831013568bdfac61002 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:26:21 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 48 ++++++++++--------------------------------- 1 file changed, 11 insertions(+), 37 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index b5760c9..8571724 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -8,58 +8,32 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; export default function ShopPage() { return ( - + - -
- ✨ Free Shipping on all orders over $50! ✨ -
-
-