From d7519e12c87848c22385caaf0b4160c7e39f0dc0 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 4 Jan 2026 15:52:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 44 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 35 insertions(+), 9 deletions(-) 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() {
-