From da7b25d8bdcb63c6dc40fcf401ca274d80b6dfa5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:30:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 50 +++++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 26 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1336d4..abb26cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,11 +5,12 @@ import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { Star } from "lucide-react"; export default function LandingPage() { return ( @@ -40,21 +41,20 @@ export default function LandingPage() {
-
@@ -80,7 +80,7 @@ export default function LandingPage() { { type: "text", content: "About Oslo Dental Clinic" }, { type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-jli695f6.jpg", alt: "Dr. Ahmet Göktaş" }, ]} - buttons={[{ text: "Meet Our Team", href: "#team" }]} + buttons={[{ text: "Meet Our Team", href: "#team" }] /> @@ -102,19 +102,17 @@ export default function LandingPage() {
-
-- 2.49.1