diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index af2900e..e0c5169 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -74,4 +74,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e0ab478..726f090 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1409,4 +1409,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 013639e..3d7948f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,15 +5,14 @@ import ReactLenis from "lenis/react"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { CheckCircle, Clock, ShieldCheck, Smile, Sparkles, Users, Workflow } from "lucide-react"; - +import { CheckCircle, Clock, ShieldCheck, Smile, Sparkles, Users } from "lucide-react"; export default function LandingPage() { return (
- ); -} +} \ No newline at end of file diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index a824cad..ce3de17 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -269,4 +269,4 @@ function ProductPageContent({ params }: ProductPageProps) { ); -} +} \ No newline at end of file diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index f1efb65..182b085 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -134,4 +134,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file