From 5005da54f43ea48dbb65b5b0daaa40f6337bdbbf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 11:22:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 159 +++++++++++++---------------------------------- 1 file changed, 43 insertions(+), 116 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ef3578..8fe60e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,14 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; -import FeatureBento from "@/components/sections/feature/FeatureBento"; +import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; +import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; +import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; -import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; -import TeamCardFive from "@/components/sections/team/TeamCardFive"; import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import { Sparkles, Smile, CheckCircle, Shield, Info, Users, Award } from "lucide-react"; +import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; +import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; +import { Smile, CheckCircle, Shield, Info, Users, Award } from "lucide-react"; export default function SorrisoSaudePage() { return ( @@ -23,66 +21,51 @@ export default function SorrisoSaudePage() { sizing="medium" background="none" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="medium" > - +
-
- @@ -90,86 +73,30 @@ export default function SorrisoSaudePage() {
-
- -
-
- -
- ); -} +} \ No newline at end of file