diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 2b71896..1f36f2f 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import { Clock, Leaf, Repeat, Shield, Tool, Zap } from "lucide-react"; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; +import { Cog, Zap, Clock, Archive, Repeat, Leaf, Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -24,311 +24,91 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);