diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3515df4..fb100ec 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Award, Check, Rocket, Users } from "lucide-react"; +import { Check, Rocket, Award, Users } from "lucide-react"; export default function AboutPage() { return ( @@ -74,7 +74,6 @@ export default function AboutPage() { { title: "Quality", description: "Top tier standards.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/social-network-cloud-concept_23-2147500890.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/mobile-devices-infographics_1284-4074.jpg" }, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-network-interconnected-nodes-lines-black-background_23-2151977502.jpg", imageAlt: "Abstract network of interconnected nodes and lines on a black background" } ]} /> @@ -101,3 +100,7 @@ export default function AboutPage() { ); } +" + }, + { + "path": "src/app/services/page.tsx", "content": "\"use client\";\n\nimport { ThemeProvider } from \"@/providers/themeProvider/ThemeProvider\";\nimport ReactLenis from \"lenis/react\";\nimport FeatureCardNine from '@/components/sections/feature/FeatureCardNine';\nimport FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';\nimport NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';\nimport ProductCardThree from '@/components/sections/product/ProductCardThree';\nimport ProductCardTwo from '@/components/sections/product/ProductCardTwo';\n\nexport default function ServicesPage() {\n return (\n \n \n
\n \n
\n\n
\n \n
\n\n
\n \n
\n\n
\n \n
\n\n
\n \n
\n
\n \n );\n}\n" \ No newline at end of file