diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f9634b..3378707 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,6 +31,10 @@ import { Sparkles, Crown, Briefcase, + Palette, + Code, + ShoppingCart, + Smartphone, } from "lucide-react"; export default function HomePage() { @@ -44,8 +48,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "/" }, { label: "E-Commerce", href: "/" }, { label: "SEO Optimization", href: "/" }, @@ -53,8 +56,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Portfolio", href: "/about" }, { label: "Pricing", href: "/" }, @@ -62,8 +64,7 @@ export default function HomePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "/" }, { label: "Documentation", href: "/" }, @@ -71,8 +72,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/" }, { label: "Terms of Service", href: "/" }, { label: "Cookie Policy", href: "/" }, @@ -131,40 +131,28 @@ export default function HomePage() { features={[ { icon: Zap, - title: "Lightning-Fast Performance", - description: - "Optimized for speed and user experience. Your website loads instantly, keeping visitors engaged and improving SEO rankings.", - }, + title: "Lightning-Fast Performance", description: + "Optimized for speed and user experience. Your website loads instantly, keeping visitors engaged and improving SEO rankings."}, { icon: Shield, - title: "Fully Responsive Design", - description: - "Perfect on every device—desktop, tablet, or mobile. We ensure your website looks stunning and functions flawlessly across all screen sizes.", - }, + title: "Fully Responsive Design", description: + "Perfect on every device—desktop, tablet, or mobile. We ensure your website looks stunning and functions flawlessly across all screen sizes."}, { icon: TrendingUp, - title: "SEO Optimized", - description: - "Built with search engines in mind. We implement best practices to help your business rank higher and attract organic traffic.", - }, + title: "SEO Optimized", description: + "Built with search engines in mind. We implement best practices to help your business rank higher and attract organic traffic."}, { icon: Lock, - title: "Enterprise Security", - description: - "Bank-level security and SSL encryption protect your data and your customers. We prioritize security at every layer.", - }, + title: "Enterprise Security", description: + "Bank-level security and SSL encryption protect your data and your customers. We prioritize security at every layer."}, { icon: Layers, - title: "E-Commerce Ready", - description: - "Integrated payment processing, inventory management, and customer analytics for seamless online selling.", - }, + title: "E-Commerce Ready", description: + "Integrated payment processing, inventory management, and customer analytics for seamless online selling."}, { icon: Gauge, - title: "Analytics & Insights", - description: - "Track visitor behavior, conversion rates, and business metrics. Make data-driven decisions to grow your business.", - }, + title: "Analytics & Insights", description: + "Track visitor behavior, conversion rates, and business metrics. Make data-driven decisions to grow your business."}, ]} animationType="slide-up" textboxLayout="default" @@ -174,6 +162,47 @@ export default function HomePage() { /> +
+ +
+
); -} \ No newline at end of file +}