Merge version_1 into main #2
@@ -64,9 +64,11 @@ export default function LandingPage() {
|
||||
heading={[
|
||||
{ type: "text", content: "We combine" },
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/young-freelancer-sitting-wheelchair-talking-business-partners-work-break-laughing-having-fun-disability-friendly-office-male-worker-with-impairment-chatting-with-colleagues_482257-47249.jpg", alt: "Creative team"},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/young-freelancer-sitting-wheelchair-talking-business-partners-work-break-laughing-having-fun-disability-friendly-office-male-worker-with-impairment-chatting-with-colleagues_482257-47249.jpg", alt: "Creative team"
|
||||
},
|
||||
{
|
||||
type: "text", content: "strategy, design, and technology to elevate your brand"},
|
||||
type: "text", content: "strategy, design, and technology to elevate your brand"
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
@@ -91,13 +93,16 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Tech Startup", name: "Digital Transformation", price: "Enterprise", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148365533.jpg", imageAlt: "Website design project"},
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148365533.jpg", imageAlt: "Website design project"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Global Brand", name: "Brand Identity Redesign", price: "Premium", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-vector/gradient-business-template-design_23-2149752068.jpg", imageAlt: "Branding project"},
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-vector/gradient-business-template-design_23-2149752068.jpg", imageAlt: "Branding project"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Marketing Agency", name: "Campaign Design Suite", price: "Premium", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-psd/public-relations-landing-page-template-with-photo_23-2148919112.jpg", imageAlt: "Marketing campaign design"},
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-psd/public-relations-landing-page-template-with-photo_23-2148919112.jpg", imageAlt: "Marketing campaign design"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,13 +121,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1", title: "Web Design & Development", content: "From responsive websites to progressive web apps, we create digital experiences that engage and convert."},
|
||||
id: "1", title: "Web Design & Development", content: "From responsive websites to progressive web apps, we create digital experiences that engage and convert."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Brand Strategy & Identity", content: "We develop comprehensive brand strategies and create visual identities that resonate with your audience."},
|
||||
id: "2", title: "Brand Strategy & Identity", content: "We develop comprehensive brand strategies and create visual identities that resonate with your audience."
|
||||
},
|
||||
{
|
||||
id: "3", title: "UI/UX Design", content: "User-centered design approach creating intuitive interfaces and seamless user experiences."},
|
||||
id: "3", title: "UI/UX Design", content: "User-centered design approach creating intuitive interfaces and seamless user experiences."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Digital Marketing Design", content: "Creative campaigns and marketing collateral designed to maximize engagement and drive results."},
|
||||
id: "4", title: "Digital Marketing Design", content: "Creative campaigns and marketing collateral designed to maximize engagement and drive results."
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Explore All Services", href: "#" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -142,13 +151,17 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Sophie Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", imageAlt: "Sophie Chen"},
|
||||
id: "1", name: "Sophie Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", imageAlt: "Sophie Chen"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson", role: "Lead Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg", imageAlt: "Marcus Johnson"},
|
||||
id: "2", name: "Marcus Johnson", role: "Lead Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", role: "UX Strategist", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-camera-photo-looking-away_23-2148565518.jpg", imageAlt: "Emma Rodriguez"},
|
||||
id: "3", name: "Emma Rodriguez", role: "UX Strategist", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-camera-photo-looking-away_23-2148565518.jpg", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Park", role: "Dev Lead", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg?_wi=1", imageAlt: "James Park"},
|
||||
id: "4", name: "James Park", role: "Dev Lead", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg", imageAlt: "James Park"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -157,17 +170,23 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-lady_23-2148339146.jpg", imageAlt: "Sarah Mitchell"},
|
||||
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-lady_23-2148339146.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1640.jpg", imageAlt: "David Thompson"},
|
||||
id: "2", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1640.jpg", imageAlt: "David Thompson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Lisa Wang", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg?_wi=2", imageAlt: "Lisa Wang"},
|
||||
id: "3", name: "Lisa Wang", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg", imageAlt: "Lisa Wang"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Brown", imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg", imageAlt: "Michael Brown"},
|
||||
id: "4", name: "Michael Brown", imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg", imageAlt: "Michael Brown"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", imageAlt: "Jessica Lee"},
|
||||
id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", imageAlt: "Jessica Lee"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Garcia", imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-angry-expression_1194-3930.jpg", imageAlt: "Robert Garcia"},
|
||||
id: "6", name: "Robert Garcia", imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-angry-expression_1194-3930.jpg", imageAlt: "Robert Garcia"
|
||||
},
|
||||
]}
|
||||
cardTitle="Join thousands of brands that trust CreativeStudio to elevate their digital presence"
|
||||
cardTag="Client Success Stories"
|
||||
@@ -186,8 +205,9 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/flat-design-computer-logo-template_23-2149184092.jpg", "http://img.b2bpic.net/free-vector/black-orange-logos-restaurants_23-2147588619.jpg", "http://img.b2bpic.net/free-vector/set-modern-logos_23-2147593349.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148214321.jpg", "http://img.b2bpic.net/free-vector/gradient-business-card-template_52683-25101.jpg", "http://img.b2bpic.net/free-vector/interior-design-logo-template_742173-3120.jpg", "http://img.b2bpic.net/free-vector/influencers-logo-template-design_742173-15118.jpg"]}
|
||||
names={[
|
||||
"Tech Startup", "Global Brand", "Marketing Agency", "Creative Studio", "Digital Solutions", "Innovation Labs", "Brand Collective"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -203,13 +223,17 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What's your typical project timeline?", content: "Project timelines vary based on scope, but most engagements run 4-12 weeks. We'll provide a detailed timeline during our initial consultation."},
|
||||
id: "1", title: "What's your typical project timeline?", content: "Project timelines vary based on scope, but most engagements run 4-12 weeks. We'll provide a detailed timeline during our initial consultation."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you work with startups?", content: "Absolutely! We love working with startups and scale-ups. We understand the unique challenges and opportunities of growing brands."},
|
||||
id: "2", title: "Do you work with startups?", content: "Absolutely! We love working with startups and scale-ups. We understand the unique challenges and opportunities of growing brands."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What's your design process?", content: "We follow a collaborative process: Discovery & Strategy → Concept Development → Design & Iteration → Refinement → Launch & Support."},
|
||||
id: "3", title: "What's your design process?", content: "We follow a collaborative process: Discovery & Strategy → Concept Development → Design & Iteration → Refinement → Launch & Support."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Can you help with rebranding?", content: "Yes, we specialize in comprehensive rebranding projects that refresh your visual identity and strengthen market positioning."},
|
||||
id: "4", title: "Can you help with rebranding?", content: "Yes, we specialize in comprehensive rebranding projects that refresh your visual identity and strengthen market positioning."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user