Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 15:49:17 +00:00

View File

@@ -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"
},
]}
/>
</div>
@@ -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"