From cea5fe5ff9d846e072e626c8d3e745be168dffc1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 09:01:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a89934c..42db82f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; @@ -12,7 +11,8 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Activity, Award, Feather, Heart, Paintbrush, ShieldCheck, Sparkles, Wrench } from "lucide-react"; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import { Activity, Award, Feather, Heart, Paintbrush, ShieldCheck, Sparkles, Wrench, Quote } from "lucide-react"; export default function LandingPage() { return ( @@ -99,21 +99,16 @@ export default function LandingPage() {
-