diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 93e4579..b91e42a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos'; import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; -import { Code2, Palette, Rocket, Search, Shield, Zap } from "lucide-react"; +import { Code2, Palette, Search } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -16,16 +16,20 @@ export default function HomePage() { @@ -39,11 +43,14 @@ export default function HomePage() { description="We bridge the gap between creative excellence and technical precision. Our team delivers solutions that are not just beautiful, but built to scale and convert." items={[ { - icon: "Rocket", title: "Rapid Delivery", description: "Iterative design and development sprints."}, + icon: "Rocket", title: "Rapid Delivery", description: "Iterative design and development sprints." + }, { - icon: "Shield", title: "Secure Architecture", description: "Enterprise-grade code quality and security."}, + icon: "Shield", title: "Secure Architecture", description: "Enterprise-grade code quality and security." + }, { - icon: "Zap", title: "Conversion Focus", description: "Data-driven UX to drive business KPIs."}, + icon: "Zap", title: "Conversion Focus", description: "Data-driven UX to drive business KPIs." + } ]} imageSrc="http://img.b2bpic.net/free-photo/modern-office-workspace-equipped-digital-design-photo-editing_482257-126934.jpg" /> @@ -59,13 +66,16 @@ export default function HomePage() { features={[ { icon: Palette, - title: "UX/UI Design", description: "Human-centric interfaces that people love."}, + title: "UX/UI Design", description: "Human-centric interfaces that people love." + }, { icon: Code2, - title: "Custom Development", description: "Performant, secure, and scalable web apps."}, + title: "Custom Development", description: "Performant, secure, and scalable web apps." + }, { icon: Search, - title: "SEO & Performance", description: "Getting your brand found and seen."}, + title: "SEO & Performance", description: "Getting your brand found and seen." + } ]} /> @@ -84,7 +94,7 @@ export default function HomePage() { { title: "Lifestyle E-Commerce", description: "Conversion Tuning", imageSrc: "http://img.b2bpic.net/free-photo/geomoetrical-cubes-paper_53876-15043.jpg" }, { title: "Health App UI", description: "Mobile Experience", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-shipping-internet-commerce-concept_53876-124434.jpg" }, { title: "Corporate Portal", description: "Modernization", imageSrc: "http://img.b2bpic.net/free-vector/infographic-elements-colection-dashboar-template_52683-24236.jpg" }, - { title: "Finance Platform", description: "UI System", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-answers-questions-meeting_482257-115047.jpg" }, + { title: "Finance Platform", description: "UI System", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-answers-questions-meeting_482257-115047.jpg" } ]} /> @@ -100,7 +110,7 @@ export default function HomePage() { { value: "150+", description: "Projects Delivered" }, { value: "45%", description: "Average Conversion Lift" }, { value: "24/7", description: "Technical Support" }, - { value: "98%", description: "Client Retention Rate" }, + { value: "98%", description: "Client Retention Rate" } ]} /> @@ -117,7 +127,7 @@ export default function HomePage() { { name: "Michael C.", role: "CTO", company: "DevSystems", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-man-using-smartphone-bar_1262-3495.jpg" }, { name: "Emily R.", role: "CMO", company: "BrandCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-successful-goodlooking-young-professional-headhunter-female-entrepreneur-office-worker-beige-blazer-look-away-cross-hands-chest-confident-manage-own-business_197531-30576.jpg" }, { name: "David K.", role: "Product Mgr", company: "StartUpX", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1600.jpg" }, - { name: "Lisa T.", role: "Founder", company: "GreenScale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-using-digital-tablet-outside-office-building_107420-74334.jpg" }, + { name: "Lisa T.", role: "Founder", company: "GreenScale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-using-digital-tablet-outside-office-building_107420-74334.jpg" } ]} /> @@ -131,13 +141,17 @@ export default function HomePage() { description="Get answers to the most frequently asked questions about our process, services, and how we work." items={[ { - question: "What is your typical project timeline?", answer: "Our typical delivery for a full website is 6–10 weeks."}, + question: "What is your typical project timeline?", answer: "Our typical delivery for a full website is 6–10 weeks." + }, { - question: "Do you provide ongoing support?", answer: "Yes, we offer maintenance plans for all our clients."}, + question: "Do you provide ongoing support?", answer: "Yes, we offer maintenance plans for all our clients." + }, { - question: "What technologies do you specialize in?", answer: "We work with React, Next.js, and Node.js for scalable solutions."}, + question: "What technologies do you specialize in?", answer: "We work with React, Next.js, and Node.js for scalable solutions." + }, { - question: "Can you work with existing branding?", answer: "Absolutely. We seamlessly integrate your existing identity into new digital designs."}, + question: "Can you work with existing branding?", answer: "Absolutely. We seamlessly integrate your existing identity into new digital designs." + } ]} /> @@ -149,9 +163,11 @@ export default function HomePage() { tag="Ready to Start?" text="Let's build something remarkable together. Get a free discovery session with our team." primaryButton={{ - text: "Contact Us", href: "mailto:hello@studiodigital.com"}} + text: "Contact Us", href: "mailto:hello@studiodigital.com" + }} secondaryButton={{ - text: "View Portfolio", href: "#portfolio"}} + text: "View Portfolio", href: "#portfolio" + }} />