From 3bd566c16a529a96375bfb19bd90baa2069399e9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:03:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 91 +++++++++++++++++++++++------------------------- 1 file changed, 43 insertions(+), 48 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce763ea..82d0873 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Sparkles } from "lucide-react"; +import { Sparkles, MapPin, CheckCircle, PawPrint } from "lucide-react"; export default function LandingPage() { return ( @@ -45,13 +45,13 @@ export default function LandingPage() {
@@ -59,100 +59,95 @@ export default function LandingPage() {
@@ -160,10 +155,10 @@ export default function LandingPage() {
-- 2.49.1