diff --git a/src/app/page.tsx b/src/app/page.tsx
index 50a2de9..13cd98f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,10 +5,11 @@ import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
-import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
+import TeamCardTen from '@/components/sections/team/TeamCardTen';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Award, Shield, Sparkles } from "lucide-react";
@@ -30,67 +31,32 @@ export default function LandingPage() {
@@ -99,37 +65,38 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Advanced Orthodontics in Antwerp"
metrics={[
- {
- icon: Shield,
- label: "Precision Tech", value: "Digital Scans"},
- {
- icon: Award,
- label: "Certified Pros", value: "Top Tier"},
- {
- icon: Sparkles,
- label: "Comfort First", value: "Patient focus"},
+ { icon: Shield, label: "Precision Tech", value: "Digital Scans" },
+ { icon: Award, label: "Certified Pros", value: "Top Tier" },
+ { icon: Sparkles, label: "Comfort First", value: "Patient focus" },
]}
metricsAnimation="blur-reveal"
/>
+
+
+
+
@@ -140,12 +107,8 @@ export default function LandingPage() {
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={true}
products={[
- {
- id: "p1", name: "iTero Scanner", price: "High Speed", variant: "Digital", imageSrc: "http://img.b2bpic.net/free-photo/woman-physiotherapy-making-physical-exercises-with-qualified-therapist_1157-38129.jpg"},
- {
- id: "p2", name: "3D Printing", price: "Precision", variant: "Hardware", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-designer-using-3d-printer_23-2151019902.jpg"},
- {
- id: "p3", name: "ClinCheck AI", price: "Predictive", variant: "Software", imageSrc: "http://img.b2bpic.net/free-photo/man-using-monitor-with-horizontal-green-screen-talking-dentist-about-oral-care-cabinet-specialists-working-with-dental-tools-teethcare-isolated-mockup-template-computer_482257-38465.jpg"},
+ { id: "p1", name: "iTero Scanner", price: "High Speed", variant: "Digital", imageSrc: "http://img.b2bpic.net/free-photo/woman-physiotherapy-making-physical-exercises-with-qualified-therapist_1157-38129.jpg" },
+ { id: "p2", name: "3D Printing", price: "Precision", variant: "Hardware", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-designer-using-3d-printer_23-2151019902.jpg" }
]}
title="Cutting-Edge Tech"
description="Leveraging world-class scanning and AI-driven predictive modeling."
@@ -158,21 +121,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "ts1", name: "Sofie V.", handle: "@sofie_v", testimonial: "The precision and care at Ben's is incredible. My teeth look perfect.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-portrait_23-2149051723.jpg"},
- {
- id: "ts2", name: "Mark D.", handle: "@mark_d", testimonial: "Fast, professional, and very comfortable experience.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg"},
- {
- id: "ts3", name: "Elena C.", handle: "@elena_c", testimonial: "I love my new smile. Highly recommended for Antwerp.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg"},
- {
- id: "ts4", name: "Thomas P.", handle: "@thomas_p", testimonial: "Advanced technology made all the difference in my alignment.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg"},
- {
- id: "ts5", name: "Lise K.", handle: "@lise_k", testimonial: "The most modern clinic I have ever visited. Truly top-notch.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg"},
+ { id: "ts1", name: "Sofie V.", handle: "@sofie_v", testimonial: "The precision and care at Ben's is incredible. My teeth look perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-portrait_23-2149051723.jpg" },
+ { id: "ts2", name: "Mark D.", handle: "@mark_d", testimonial: "Fast, professional, and very comfortable experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg" }
]}
showRating={true}
title="Smile Transformations"
@@ -183,28 +133,25 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file