diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fcfe90..918c314 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,65 +30,36 @@ export default function LandingPage() {
@@ -115,20 +83,11 @@ export default function LandingPage() { description="We build websites that do more than just exist—they work as an extension of your business." accordionItems={[ { - id: "1", - title: "Mobile Responsive Design", - content: "Your site will look and perform flawlessly on every device, from iPhones to desktop monitors.", - }, + id: "1", title: "Mobile Responsive Design", content: "Your site will look and perform flawlessly on every device, from iPhones to desktop monitors."}, { - id: "2", - title: "Conversion Focused", - content: "We structure your site with clear calls to action that guide visitors toward becoming customers.", - }, + id: "2", title: "Conversion Focused", content: "We structure your site with clear calls to action that guide visitors toward becoming customers."}, { - id: "3", - title: "Secure & Fast", - content: "Every site includes robust hosting and security essentials to protect your data and rank higher on Google.", - }, + id: "3", title: "Secure & Fast", content: "Every site includes robust hosting and security essentials to protect your data and rank higher on Google."}, ]} imageSrc="http://img.b2bpic.net/free-photo/business-elements-composition-with-smartphone_23-2147985134.jpg" imageAlt="Responsive web design" @@ -141,14 +100,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Creative Studio", - "Local Cafe", - "Consulting Group", - "Tech Boutique", - "Home Services", - "Fitness Studio", - "Graphic Design", - ]} + "Creative Studio", "Local Cafe", "Consulting Group", "Tech Boutique", "Home Services", "Fitness Studio", "Graphic Design"]} title="Trusted by Small Businesses" description="Supporting business owners across various industries in building a powerful online presence." /> @@ -160,20 +112,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "How long does a website take to build?", - content: "Most custom projects are launched in 4-6 weeks depending on content requirements.", - }, + id: "f1", title: "How long does a website take to build?", content: "Most custom projects are launched in 4-6 weeks depending on content requirements."}, { - id: "f2", - title: "Do I need to maintain the site?", - content: "We offer maintenance plans so you don't have to touch a single line of code after launch.", - }, + id: "f2", title: "Do I need to maintain the site?", content: "We offer maintenance plans so you don't have to touch a single line of code after launch."}, { - id: "f3", - title: "What if I need changes later?", - content: "You will have full access to your platform, and we offer ongoing support if you prefer us to handle updates.", - }, + id: "f3", title: "What if I need changes later?", content: "You will have full access to your platform, and we offer ongoing support if you prefer us to handle updates."}, ]} imageSrc="http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164852.jpg" title="Common Questions" @@ -190,22 +133,14 @@ export default function LandingPage() { description="Tell us about your business goals and get your free consultation scheduled today." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your project", - rows: 4, + name: "message", placeholder: "Tell us about your project", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/consulting-advisory-assistance-suggestion-guidance-concept_53876-133712.jpg" @@ -218,29 +153,19 @@ export default function LandingPage() {