diff --git a/src/app/page.tsx b/src/app/page.tsx index aaf083a..48ee381 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty'; +import TeamCardSix from '@/components/sections/team/TeamCardSix'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Sparkles, Mountain, Home, Star, Heart, Phone } from "lucide-react"; +import { Sparkles, Mountain, Star, Heart, Phone, Users } from "lucide-react"; export default function AlpinePage() { return ( @@ -76,17 +76,43 @@ export default function AlpinePage() {
-