From d2a3fe92100e4cf9e3366f0362b31538ec8077a6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 09:32:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a489357..2544236 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { Award, Users, Zap, BatteryCharging, Shield, Headphones } from "lucide-react"; @@ -98,24 +98,24 @@ export default function LandingPage() {
- ); -} +} \ No newline at end of file -- 2.49.1