From d3a9517baf833f5afe7b40dce9b41761f17c987b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:56:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 302 +++++++++++------------------------------------ 1 file changed, 69 insertions(+), 233 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ff0586..540984d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import { Award, Shield, Zap } from "lucide-react"; +import { Award, Shield, Zap, Mail, Phone, MapPin, Twitter, Linkedin, Github } from "lucide-react"; export default function LandingPage() { return ( @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -55,92 +47,51 @@ export default function LandingPage() { @@ -152,19 +103,13 @@ export default function LandingPage() { metrics={[ { icon: Zap, - label: "Time Saved", - value: "40%", - }, + label: "Time Saved", value: "40%"}, { icon: Shield, - label: "Security Uptime", - value: "99.9%", - }, + label: "Security Uptime", value: "99.9%"}, { icon: Award, - label: "Client Success", - value: "500+", - }, + label: "Client Success", value: "500+"}, ]} metricsAnimation="blur-reveal" /> @@ -177,34 +122,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - label: "Cloud Integration", - title: "Scalable Infrastructure", - items: [ - "Auto-scaling servers", - "Real-time sync", - "Multi-region support", - ], + id: "f1", label: "Cloud Integration", title: "Scalable Infrastructure", items: [ + "Auto-scaling servers", "Real-time sync", "Multi-region support"], }, { - id: "f2", - label: "Data Analytics", - title: "Predictive Insights", - items: [ - "Advanced reporting", - "AI-driven forecasts", - "Custom dashboards", - ], + id: "f2", label: "Data Analytics", title: "Predictive Insights", items: [ + "Advanced reporting", "AI-driven forecasts", "Custom dashboards"], }, { - id: "f3", - label: "Secure Access", - title: "Zero-Trust Security", - items: [ - "Enterprise MFA", - "Role-based access", - "Encrypted storage", - ], + id: "f3", label: "Secure Access", title: "Zero-Trust Security", items: [ + "Enterprise MFA", "Role-based access", "Encrypted storage"], }, ]} title="Advanced Features for Growth" @@ -220,47 +147,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Enterprise Core", - price: "$199/mo", - variant: "SaaS", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=1", - }, + id: "p1", name: "Enterprise Core", price: "$199/mo", variant: "SaaS", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=1"}, { - id: "p2", - name: "Analytics Pro", - price: "$299/mo", - variant: "Analytics", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=2", - }, + id: "p2", name: "Analytics Pro", price: "$299/mo", variant: "Analytics", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=2"}, { - id: "p3", - name: "DevSecOps Suite", - price: "$399/mo", - variant: "Security", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=3", - }, + id: "p3", name: "DevSecOps Suite", price: "$399/mo", variant: "Security", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=3"}, { - id: "p4", - name: "Cloud Hub", - price: "$499/mo", - variant: "Infra", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=4", - }, + id: "p4", name: "Cloud Hub", price: "$499/mo", variant: "Infra", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=4"}, { - id: "p5", - name: "CRM Sync", - price: "$149/mo", - variant: "Management", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=5", - }, + id: "p5", name: "CRM Sync", price: "$149/mo", variant: "Management", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=5"}, { - id: "p6", - name: "Global Support", - price: "Custom", - variant: "Service", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=6", - }, + id: "p6", name: "Global Support", price: "Custom", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=6"}, ]} title="Our Product Suites" description="Choose from our carefully crafted software packages built to address specific departmental challenges." @@ -274,50 +171,23 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - title: "Starter", - price: "$49", - period: "/month", - features: [ - "1 User", - "Basic analytics", - "Standard support", - ], + id: "basic", title: "Starter", price: "$49", period: "/month", features: [ + "1 User", "Basic analytics", "Standard support"], button: { - text: "Start Free Trial", - }, - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=7", - }, + text: "Start Free Trial"}, + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=7"}, { - id: "pro", - title: "Professional", - price: "$129", - period: "/month", - features: [ - "5 Users", - "Full analytics", - "Priority support", - ], + id: "pro", title: "Professional", price: "$129", period: "/month", features: [ + "5 Users", "Full analytics", "Priority support"], button: { - text: "Choose Pro", - }, - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=8", - }, + text: "Choose Pro"}, + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=8"}, { - id: "enterprise", - title: "Enterprise", - price: "Contact Us", - period: "", - features: [ - "Unlimited users", - "Custom solutions", - "24/7 Dedicated manager", - ], + id: "enterprise", title: "Enterprise", price: "Contact Us", period: "", features: [ + "Unlimited users", "Custom solutions", "24/7 Dedicated manager"], button: { - text: "Contact Sales", - }, - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=9", - }, + text: "Contact Sales"}, + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=9"}, ]} title="Straightforward Pricing" description="Transparency is our promise. Choose a plan that fits your current needs and scale when ready." @@ -325,62 +195,28 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file -- 2.49.1