From 4fd80ac1f4c8fedb75611fc2f980433a06cd00fe Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 12:34:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0309f44..c84b01d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import { Award, Coffee, MapPin, ShieldCheck, Smile, Sun } from "lucide-react"; @@ -127,21 +127,20 @@ export default function LandingPage() {
-