From bb9a5bb332392b58b3fe8d278761cb07e8af347d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:49:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc04c50..790e44c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,15 +49,20 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-redhead-man-with-laptop-looking-camera-cafe_1163-5162.jpg", imageAlt: "professional portrait freelancer business"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-redhead-man-with-laptop-looking-camera-cafe_1163-5162.jpg", imageAlt: "professional portrait freelancer business" + }, { - imageSrc: "http://img.b2bpic.net/free-psd/design-trends-landing-page-template_23-2148951582.jpg?_wi=1", imageAlt: "project portfolio award design"}, + imageSrc: "http://img.b2bpic.net/free-psd/design-trends-landing-page-template_23-2148951582.jpg", imageAlt: "project portfolio award design" + }, { - imageSrc: "http://img.b2bpic.net/free-psd/design-trends-landing-page-template_23-2148951582.jpg?_wi=2", imageAlt: "project portfolio award branding"}, + imageSrc: "http://img.b2bpic.net/free-psd/design-trends-landing-page-template_23-2148951582.jpg", imageAlt: "project portfolio award branding" + }, { - imageSrc: "http://img.b2bpic.net/free-psd/dynamic-technology-concept-landing-page_23-2150294640.jpg", imageAlt: "project portfolio award digital"}, + imageSrc: "http://img.b2bpic.net/free-psd/dynamic-technology-concept-landing-page_23-2150294640.jpg", imageAlt: "project portfolio award digital" + }, { - imageSrc: "http://img.b2bpic.net/free-psd/design-trends-landing-page-template_23-2148951582.jpg?_wi=3", imageAlt: "project portfolio award marketing"}, + imageSrc: "http://img.b2bpic.net/free-psd/design-trends-landing-page-template_23-2148951582.jpg", imageAlt: "project portfolio award marketing" + }, ]} /> @@ -96,7 +101,7 @@ export default function LandingPage() { title: "Creative Design", description: "Custom design solutions that elevate your brand and engage your audience.", bentoComponent: "reveal-icon", icon: Palette, }, { - title: "Project Workflow", description: "End-to-end project coordination ensuring timely delivery and quality outcomes.", bentoComponent: "3d-task-list", title: "Project Workflow", items: [ + title: "Project Workflow", description: "End-to-end project coordination ensuring timely delivery and quality outcomes.", bentoComponent: "3d-task-list", items: [ { icon: CheckCircle, label: "Planning", time: "Week 1" }, { icon: Zap, label: "Execution", time: "Weeks 2-3" }, { icon: Trophy, label: "Delivery", time: "Week 4" }, @@ -141,13 +146,17 @@ export default function LandingPage() { ctaButton={{ text: "Schedule Now", href: "https://calendly.com/your-calendar-link" }} faqs={[ { - id: "1", title: "What is your typical project timeline?", content: "Project timelines vary based on scope and complexity. Most projects range from 4-12 weeks. During our initial consultation, I'll provide a detailed timeline specific to your needs."}, + id: "1", title: "What is your typical project timeline?", content: "Project timelines vary based on scope and complexity. Most projects range from 4-12 weeks. During our initial consultation, I'll provide a detailed timeline specific to your needs." + }, { - id: "2", title: "Do you offer flexible engagement models?", content: "Yes. I offer project-based engagements, retainer arrangements, and part-time consulting. We can structure an arrangement that fits your budget and timeline."}, + id: "2", title: "Do you offer flexible engagement models?", content: "Yes. I offer project-based engagements, retainer arrangements, and part-time consulting. We can structure an arrangement that fits your budget and timeline." + }, { - id: "3", title: "What's your process for getting started?", content: "We begin with a discovery call to understand your goals, challenges, and vision. From there, I'll create a proposal outlining deliverables, timeline, and investment."}, + id: "3", title: "What's your process for getting started?", content: "We begin with a discovery call to understand your goals, challenges, and vision. From there, I'll create a proposal outlining deliverables, timeline, and investment." + }, { - id: "4", title: "How do you handle revisions?", content: "Revision rounds are included in all project packages. We work collaboratively to refine deliverables until you're completely satisfied with the results."}, + id: "4", title: "How do you handle revisions?", content: "Revision rounds are included in all project packages. We work collaboratively to refine deliverables until you're completely satisfied with the results." + }, ]} useInvertedBackground={true} animationType="slide-up" -- 2.49.1