3 Commits

Author SHA1 Message Date
8075adfe98 Update src/app/page.tsx 2026-05-24 20:57:51 +00:00
b6312e5c32 Update src/app/page.tsx 2026-05-24 20:56:54 +00:00
e1e16140d0 Merge version_2 into main
Merge version_2 into main
2026-05-24 20:54:31 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
{ text: "Explore Work", href: "#products" },
{ text: "Get In Touch", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/comparison-different-types-brush-strokes_23-2150105283.jpg"
imageSrc="https://img.b2bpic.net/free-photo/attractive-shy-girl-sitting-alone-holding-herself-knees-nude-stylish-makeup-curly-long-hairstyle-black-jacket-creamy-dress-her-body_343629-58.jpg?id=11953522"
imageAlt="creative studio vibrant color concept"
mediaAnimation="slide-up"
avatars={[
@@ -144,7 +144,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "What is your process?", content: "We follow a collaborative approach from discovery to final delivery." },
{ id: "f1", title: "What is your process?", content: "We initiate every engagement with a comprehensive discovery phase, where we deep-dive into your business goals, target audience, and market landscape to ensure every design choice is rooted in data and strategy. This thorough foundation allows us to craft tailored solutions that build genuine trust and long-term brand success." },
{ id: "f2", title: "Do you work remotely?", content: "Yes, we work with clients worldwide." },
{ id: "f3", title: "How long do projects take?", content: "Timelines depend on project complexity but we always aim for efficiency." },
]}
@@ -192,4 +192,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}