diff --git a/src/app/page.tsx b/src/app/page.tsx index dd3851e..6462b17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TextAbout from '@/components/sections/about/TextAbout'; import { CheckCircle, TrendingUp, Zap } from "lucide-react"; @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -60,64 +50,39 @@ export default function LandingPage() {
@@ -128,9 +93,7 @@ export default function LandingPage() { title="Bridging Innovation and Your Business Goals" buttons={[ { - text: "View Our Services", - href: "#features", - }, + text: "View Our Services", href: "#features"}, ]} /> @@ -142,20 +105,11 @@ export default function LandingPage() { description="Our development process ensures your website is more than just a digital presence—it's a high-performance business tool." accordionItems={[ { - id: "f1", - title: "Custom Web Development", - content: "Built from the ground up to match your brand and specific operational requirements.", - }, + id: "f1", title: "Custom Web Development", content: "Built from the ground up to match your brand and specific operational requirements."}, { - id: "f2", - title: "Responsive Performance", - content: "Fully optimized for desktop, tablet, and mobile devices to reach all your customers.", - }, + id: "f2", title: "Responsive Performance", content: "Fully optimized for desktop, tablet, and mobile devices to reach all your customers."}, { - id: "f3", - title: "SEO Optimized Foundation", - content: "Built with modern standards to ensure your site is discoverable by search engines.", - }, + id: "f3", title: "SEO Optimized Foundation", content: "Built with modern standards to ensure your site is discoverable by search engines."}, ]} imageSrc="http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884875.jpg" mediaAnimation="slide-up" @@ -170,25 +124,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "150+", - title: "Projects Completed", - description: "Successful custom website launches.", - icon: CheckCircle, + id: "m1", value: "150+", title: "Projects Completed", description: "Successful custom website launches.", icon: CheckCircle, }, { - id: "m2", - value: "99.9%", - title: "Uptime Reliability", - description: "Always-on performance for your business.", - icon: Zap, + id: "m2", value: "99.9%", title: "Uptime Reliability", description: "Always-on performance for your business.", icon: Zap, }, { - id: "m3", - value: "40%", - title: "Avg Traffic Growth", - description: "Increased engagement post-launch.", - icon: TrendingUp, + id: "m3", value: "40%", title: "Avg Traffic Growth", description: "Increased engagement post-launch.", icon: TrendingUp, }, ]} title="Proven Results for Our Clients" @@ -197,53 +139,20 @@ export default function LandingPage() {
-
@@ -252,14 +161,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Innovation Corp", - "Digital Edge", - "Future Solutions", - "Growth Partners", - "Tech Alliance", - "Web Pioneers", - "Market Leaders", - ]} + "Innovation Corp", "Digital Edge", "Future Solutions", "Growth Partners", "Tech Alliance", "Web Pioneers", "Market Leaders"]} title="Trusted by Growing Brands" description="We are proud to support a diverse range of companies across multiple industries." /> @@ -271,20 +173,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "How long does a website take?", - content: "Timelines depend on complexity, but most sites are completed within 4-8 weeks.", - }, + id: "q1", title: "How long does a website take?", content: "Timelines depend on complexity, but most sites are completed within 4-8 weeks."}, { - id: "q2", - title: "Do you provide support?", - content: "Yes, we offer ongoing maintenance and support plans to keep your site updated.", - }, + id: "q2", title: "Do you provide support?", content: "Yes, we offer ongoing maintenance and support plans to keep your site updated."}, { - id: "q3", - title: "What platforms do you use?", - content: "We specialize in modern stacks, focusing on scalable, secure, and fast technologies like React/Next.js.", - }, + id: "q3", title: "What platforms do you use?", content: "We specialize in modern stacks, focusing on scalable, secure, and fast technologies like React/Next.js."}, ]} title="Common Questions" description="Find quick answers to common questions about our web development process." @@ -296,16 +189,13 @@ export default function LandingPage() { @@ -314,37 +204,23 @@ export default function LandingPage() { ); -} +} \ No newline at end of file