diff --git a/src/app/page.tsx b/src/app/page.tsx index 48f4ba7..3ce127d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { MapPin, Phone, Clock, Star } from "lucide-react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import TextAbout from '@/components/sections/about/TextAbout'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; +import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -export default function GoodysLandingPage() { +export default function NaomiClubLandingPage() { return (
-
- +
-
- +
-
- +
@@ -94,14 +92,14 @@ export default function GoodysLandingPage() {
); -} +} \ No newline at end of file