diff --git a/src/app/page.tsx b/src/app/page.tsx
index 22db5b7..6b12827 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -4,12 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
-import ProductCardOne from '@/components/sections/product/ProductCardOne';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
-import { Zap, Rocket } from 'lucide-react';
+import { Rocket } from 'lucide-react';
export default function LandingPage() {
return (
@@ -29,10 +28,8 @@ export default function LandingPage() {
@@ -78,44 +61,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "1", title: "Custom Website Design", description: "Modern, responsive websites designed for performance and clarity. Every pixel crafted with precision to reflect your brand.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/device-with-copy-space-table-with-food_23-2150917873.jpg?_wi=3", imageAlt: "Custom website design showcase"
+ id: "1", title: "Custom Website Design", description: "Modern, responsive websites designed for performance and clarity. Every pixel crafted with precision to reflect your brand.", tag: "Design"
},
{
- id: "2", title: "Website Development", description: "Fast, scalable websites built with clean code and optimized structure. Lightning-quick load times and seamless user experience.", tag: "Development", imageSrc: "http://img.b2bpic.net/free-photo/man-typing-laptop-working-from-home-with-automation-lighting-system-using-voice-controlled-app-tablet-switching-light_482257-2270.jpg?_wi=3", imageAlt: "Website development showcase"
+ id: "2", title: "Website Development", description: "Fast, scalable websites built with clean code and optimized structure. Lightning-quick load times and seamless user experience.", tag: "Development"
},
{
- id: "3", title: "Website Optimization", description: "Speed, SEO, and conversion improvements to help businesses grow online. We optimize every metric that matters to your success.", tag: "Performance", imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-concept-with-discount_23-2148590928.jpg?_wi=3", imageAlt: "Website optimization showcase"
- }
- ]}
- />
-
-
-
-
@@ -123,9 +75,9 @@ export default function LandingPage() {
@@ -177,4 +129,4 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}