diff --git a/src/app/page.tsx b/src/app/page.tsx index e36f0d1..0815841 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,120 +33,75 @@ export default function LandingPage() {
@@ -258,44 +183,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Johnson", - role: "CEO", - company: "TechCorp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg", - }, + id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg"}, { - id: "2", - name: "Michael Chen", - role: "CTO", - company: "InnovateLab", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", - }, + id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg"}, { - id: "3", - name: "Emily Rodriguez", - role: "Marketing Director", - company: "GrowthCo", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67170.jpg", - }, + id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67170.jpg"}, { - id: "4", - name: "David Kim", - role: "Product Manager", - company: "StartupXYZ", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-business-analyst-enjoying-coffee-break_1262-14892.jpg", - }, + id: "4", name: "David Kim", role: "Product Manager", company: "StartupXYZ", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/confident-young-business-analyst-enjoying-coffee-break_1262-14892.jpg"}, { - id: "5", - name: "Jessica Lee", - role: "Founder", - company: "Visionary Ventures", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-bearded-male-wearing-stylish-sui_613910-12110.jpg", + id: "5", name: "Jessica Lee", role: "Founder", company: "Visionary Ventures", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-bearded-male-wearing-stylish-sui_613910-12110.jpg", }, ]} title="What Our Clients Say" @@ -309,25 +210,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq1", - title: "What is your typical website development process?", - content: "Our process typically begins with a discovery phase, followed by design, development, testing, and finally, deployment and ongoing support. We ensure transparent communication at every step.", - }, + id: "faq1", title: "What is your typical website development process?", content: "Our process typically begins with a discovery phase, followed by design, development, testing, and finally, deployment and ongoing support. We ensure transparent communication at every step."}, { - id: "faq2", - title: "How long does it take to build a website?", - content: "The timeline varies based on complexity and features. A standard business website might take 4-8 weeks, while larger e-commerce platforms can take 12 weeks or more. We'll provide a detailed estimate after our initial consultation.", - }, + id: "faq2", title: "How long does it take to build a website?", content: "The timeline varies based on complexity and features. A standard business website might take 4-8 weeks, while larger e-commerce platforms can take 12 weeks or more. We'll provide a detailed estimate after our initial consultation."}, { - id: "faq3", - title: "Do you provide website maintenance and support?", - content: "Yes, we offer comprehensive maintenance and support packages to ensure your website remains secure, up-to-date, and performs optimally after launch. This includes updates, backups, and technical assistance.", - }, + id: "faq3", title: "Do you provide website maintenance and support?", content: "Yes, we offer comprehensive maintenance and support packages to ensure your website remains secure, up-to-date, and performs optimally after launch. This includes updates, backups, and technical assistance."}, { - id: "faq4", - title: "What technologies do you use for web development?", - content: "We leverage a modern tech stack including React, Next.js, Node.js, and various databases. We also specialize in headless CMS solutions and cloud platforms to build scalable and robust applications.", - }, + id: "faq4", title: "What technologies do you use for web development?", content: "We leverage a modern tech stack including React, Next.js, Node.js, and various databases. We also specialize in headless CMS solutions and cloud platforms to build scalable and robust applications."}, ]} title="Frequently Asked Questions" description="Got questions about our web development process, services, or pricing? Find quick answers here to help you get started." @@ -339,20 +228,15 @@ export default function LandingPage() {
@@ -365,19 +249,13 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/webagency", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/webagency", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com/webagency", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/webagency", ariaLabel: "Instagram"}, { icon: Linkedin, - href: "https://linkedin.com/company/webagency", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/webagency", ariaLabel: "LinkedIn"}, ]} />