diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 86b6491..4a67d1b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -22,51 +22,51 @@ export default function ContactPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
- + - +
); diff --git a/src/app/page.tsx b/src/app/page.tsx index ff5479b..a3ee83e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,8 +8,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Clock, Flame, Leaf } from "lucide-react"; -import FeatureBorderGlow from '@/components/sections/feature/FeatureBorderGlow/FeatureBorderGlow'; +import { Leaf } from "lucide-react"; export default function LandingPage() { return ( @@ -26,99 +25,99 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);