Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f0e25d9dc2 | |||
| 4912db7ea2 |
@@ -62,7 +62,8 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-city-background_53876-104034.jpg", imageAlt: "Businesswoman working on a laptop city background" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/positive-manager-dancing-having-fun-startup-office-enjoying-listening-music-work-break-businesswoman-wearing-headphone-while-working-overtime-financial-growth-report_482257-66843.jpg", imageAlt: "Positive manager dancing and having fun in startup office" }
|
||||
]}
|
||||
buttons={[{ text: "Start Project", href: "#contact" }, { text: "View Portfolio", href: "#blog" }]}
|
||||
buttons={[{ text: "Start Project", href: "#contact" }]
|
||||
}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-50-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1852.jpg", alt: "Elegant 50 year old female" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Smiling businessman" },
|
||||
@@ -191,7 +192,7 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you work with startups?", content: "Yes, we partner with startups that share our vision." },
|
||||
{ id: "f2", title: "How do you handle strategy?", content: "Through deep audits and competitive alignment." },
|
||||
{ id: "f3", title: "What is the onboarding process?", content: "A 3-step audit and planning phase." }
|
||||
{ id: "f3", title: "What is the onboarding process?", content: "Our onboarding includes: 1) Initial discovery audit, 2) Strategy alignment and KPI setting, and 3) Collaborative roadmap deployment for immediate brand impact." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user