From 7e4752dc9edf2b52932c27b35bcdb66902af9b90 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 10:04:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 126 ++++++++++++++--------------------------------- 1 file changed, 36 insertions(+), 90 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a048ad..9b404c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import { Sparkles, Smile, Star, Mail } from 'lucide-react'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import { Smile, Star, Mail } from 'lucide-react'; export default function PoliklinikaLiriaPage() { return ( @@ -41,23 +42,22 @@ export default function PoliklinikaLiriaPage() {
-
+
+ +
+
-
- -
-
-
@@ -139,42 +107,20 @@ export default function PoliklinikaLiriaPage() { ); -} +} \ No newline at end of file -- 2.49.1