diff --git a/src/app/page.tsx b/src/app/page.tsx index fc25caf..d18ad91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,123 +31,45 @@ export default function LandingPage() {
@@ -159,18 +81,9 @@ export default function LandingPage() { title="Streamlined Efficiency Delivered" description="I provide dedicated support that helps you scale your operations while you focus on what really matters to your business growth." bulletPoints={[ - { - title: "Expert Coordination", - description: "Seamless management of complex schedules and tasks.", - }, - { - title: "Data Driven Support", - description: "Precision-focused data entry and analytical assistance.", - }, - { - title: "Growth Mindset", - description: "Proactive solutions tailored to your unique requirements.", - }, + { title: "Expert Coordination", description: "Seamless management of complex schedules and tasks." }, + { title: "Data Driven Support", description: "Precision-focused data entry and analytical assistance." }, + { title: "Growth Mindset", description: "Proactive solutions tailored to your unique requirements." }, ]} imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg" mediaAnimation="slide-up" @@ -182,20 +95,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - negativeCard={{ - items: [ - "Bottlenecks", - "Missed Opportunities", - "Operational Inefficiency", - ], - }} - positiveCard={{ - items: [ - "Task Automation", - "Customer Support", - "Strategic Scheduling", - ], - }} + negativeCard={{ items: ["Bottlenecks", "Missed Opportunities", "Operational Inefficiency"] }} + positiveCard={{ items: ["Task Automation", "Customer Support", "Strategic Scheduling"] }} title="Elevating Your Productivity" description="What I can do for your business." /> @@ -207,27 +108,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "15+", - title: "Happy Clients", - description: "Long-term relationships built.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gi3xf5", - }, - { - id: "m2", - value: "1000+", - title: "Hours Saved", - description: "Helping you reclaim your time.", - imageSrc: "http://img.b2bpic.net/free-vector/business-concept-4-flat-icons-square_1284-14754.jpg", - }, - { - id: "m3", - value: "500+", - title: "Projects Completed", - description: "Delivering quality work on time.", - imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg", - }, + { id: "m1", value: "15+", title: "Happy Clients", description: "Long-term relationships built.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gi3xf5" }, + { id: "m2", value: "1000+", title: "Hours Saved", description: "Helping you reclaim your time.", imageSrc: "http://img.b2bpic.net/free-vector/business-concept-4-flat-icons-square_1284-14754.jpg" }, + { id: "m3", value: "500+", title: "Projects Completed", description: "Delivering quality work on time.", imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg" }, ]} title="Proven Results" description="Real impact, quantifiable growth." @@ -238,31 +121,11 @@ export default function LandingPage() { @@ -293,21 +149,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "How do we get started?", - content: "Just schedule a consultation to discuss your needs.", - }, - { - id: "q2", - title: "What tools do you use?", - content: "I am proficient in G-Suite, Asana, Slack, and Trello.", - }, - { - id: "q3", - title: "Is my data secure?", - content: "Yes, I implement strict privacy and security protocols.", - }, + { id: "q1", title: "How do we get started?", content: "Just schedule a consultation to discuss your needs." }, + { id: "q2", title: "What tools do you use?", content: "I am proficient in G-Suite, Asana, Slack, and Trello." }, + { id: "q3", title: "Is my data secure?", content: "Yes, I implement strict privacy and security protocols." }, ]} title="Frequently Asked Questions" description="Clear answers to your common questions." @@ -318,16 +162,9 @@ export default function LandingPage() {
@@ -335,25 +172,14 @@ export default function LandingPage() { ); -} +} \ No newline at end of file