diff --git a/src/app/page.tsx b/src/app/page.tsx index c36cd35..316f0b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,101 +31,59 @@ export default function LandingPage() {
@@ -137,26 +95,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Rapid Development", - subtitle: "Get to market faster", - category: "Dev", - value: "2 weeks", - }, + id: "f1", title: "Rapid Development", subtitle: "Get to market faster", category: "Dev", value: "2 weeks"}, { - id: "f2", - title: "SEO Optimized", - subtitle: "Drive organic traffic", - category: "Marketing", - value: "100%", - }, + id: "f2", title: "SEO Optimized", subtitle: "Drive organic traffic", category: "Marketing", value: "100%"}, { - id: "f3", - title: "Cloud Hosting", - subtitle: "Maximum uptime", - category: "Infra", - value: "99.9%", - }, + id: "f3", title: "Cloud Hosting", subtitle: "Maximum uptime", category: "Infra", value: "99.9%"}, ]} title="Everything You Need to Scale" description="Powerful features designed to convert visitors into loyal customers." @@ -171,17 +114,11 @@ export default function LandingPage() { description="More than just designers, we are business partners focused on your ROI. Our team brings technical excellence together with creative design to elevate your brand." bulletPoints={[ { - title: "Custom Strategy", - description: "Tailored solutions for every unique business need.", - }, + title: "Custom Strategy", description: "Tailored solutions for every unique business need."}, { - title: "Data-Driven Design", - description: "Decisions based on real user behavior.", - }, + title: "Data-Driven Design", description: "Decisions based on real user behavior."}, { - title: "Ongoing Support", - description: "We are here for you long after launch.", - }, + title: "Ongoing Support", description: "We are here for you long after launch."}, ]} imageSrc="http://img.b2bpic.net/free-photo/group-young-businesspeople-meeting-office_171337-7269.jpg" mediaAnimation="slide-up" @@ -195,21 +132,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "$5M+", - description: "Generated Revenue", - }, - { - id: "m2", - value: "500k", - description: "Active Users", - }, - { - id: "m3", - value: "24/7", - description: "Average Support Time", - }, + { id: "m1", value: "$5M+", description: "Generated Revenue" }, + { id: "m2", value: "500k", description: "Active Users" }, + { id: "m3", value: "24/7", description: "Average Support Time" }, ]} title="Proven Impact" description="Metrics that show real world results for our clients." @@ -223,45 +148,14 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - handle: "@techcorp", - testimonial: "Excellent service and results, worth every penny.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", - }, + id: "1", name: "Sarah J.", handle: "@techcorp", testimonial: "Excellent service and results, worth every penny.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg"}, { - id: "2", - name: "Michael K.", - handle: "@innovate", - testimonial: "They transformed our online revenue overnight.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", - }, + id: "2", name: "Michael K.", handle: "@innovate", testimonial: "They transformed our online revenue overnight.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg"}, { - id: "3", - name: "Emily R.", - handle: "@growth", - testimonial: "Highly recommended for any serious business.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-saleswoman-working-office-sitting-business-room-reading-writing-down_1258-193622.jpg", - }, - { - id: "4", - name: "David L.", - handle: "@startup", - testimonial: "Fast, reliable, and highly creative team.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-gymnast-training-competition_23-2149334432.jpg", - }, - { - id: "5", - name: "Linda M.", - handle: "@enterprise", - testimonial: "The best investment we have made this year.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg", - }, + id: "3", name: "Emily R.", handle: "@growth", testimonial: "Highly recommended for any serious business.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-saleswoman-working-office-sitting-business-room-reading-writing-down_1258-193622.jpg"}, ]} showRating={true} title="Loved by Businesses" @@ -274,23 +168,14 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "What is the turnaround time?", - content: "Most projects are completed within 2-4 weeks depending on complexity.", - }, + id: "q1", title: "What is your design philosophy?", content: "We focus on user-centric design that prioritizes accessibility and conversion."}, { - id: "q2", - title: "Do you offer maintenance?", - content: "Yes, we provide flexible monthly maintenance packages.", - }, + id: "q2", title: "How do you handle responsiveness?", content: "Our websites are mobile-first, ensuring a seamless experience on all devices."}, { - id: "q3", - title: "Can you handle SEO?", - content: "Absolutely, all our sites are SEO optimized from the start.", - }, + id: "q3", title: "What tools do you use?", content: "We leverage industry-standard modern frameworks and design tools to build scalable solutions."}, ]} - sideTitle="Frequently Asked" - sideDescription="Questions answered by our experts." + sideTitle="Common Design Questions" + sideDescription="Answers to the most frequent inquiries about our web design process." faqsAnimation="slide-up" /> @@ -298,12 +183,10 @@ export default function LandingPage() {