6 Commits

Author SHA1 Message Date
722ac602ae Update src/app/page.tsx 2026-05-24 20:59:18 +00:00
50347f8c2c Merge version_3 into main
Merge version_3 into main
2026-05-24 20:57:54 +00:00
8075adfe98 Update src/app/page.tsx 2026-05-24 20:57:51 +00:00
74bbb6c663 Merge version_3 into main
Merge version_3 into main
2026-05-24 20:56:57 +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

@@ -48,9 +48,9 @@ export default function LandingPage() {
description="Transforming vision into vibrant digital reality. We are a creative color zone dedicated to pushing visual boundaries." description="Transforming vision into vibrant digital reality. We are a creative color zone dedicated to pushing visual boundaries."
buttons={[ buttons={[
{ text: "Explore Work", href: "#products" }, { text: "Explore Work", href: "#products" },
{ text: "Get In Touch", href: "#contact" }, { text: "Start Your Creative Project", 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" imageAlt="creative studio vibrant color concept"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
@@ -144,7 +144,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ 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: "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." }, { id: "f3", title: "How long do projects take?", content: "Timelines depend on project complexity but we always aim for efficiency." },
]} ]}