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 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 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 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} + />
-
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! ✨ -
-
-