diff --git a/src/app/page.tsx b/src/app/page.tsx index 7af20e7..a8da610 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TeamCardSix from '@/components/sections/team/TeamCardSix'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import TextAbout from '@/components/sections/about/TextAbout'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import { Flower } from "lucide-react"; -export default function LandingPage() { +export default function FloralPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- - +
);