Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Transform Your Vision Into Digital Excellence"
|
||||
description="We craft immersive digital experiences that captivate audiences and drive measurable results. Award-winning creative team dedicated to your success."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "500+", label: "Projects Delivered" },
|
||||
{ value: "98%", label: "Client Satisfaction" },
|
||||
@@ -91,15 +91,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Discovery", title: "Strategy", subtitle: "Understanding Your Vision", description: "We begin with deep research and discovery sessions to understand your brand, goals, and target audience. Our strategic approach ensures every decision aligns with your business objectives.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-13583.jpg?_wi=1", imageAlt: "Strategic planning session"
|
||||
tag: "Discovery", title: "Strategy", subtitle: "Understanding Your Vision", description: "We begin with deep research and discovery sessions to understand your brand, goals, and target audience. Our strategic approach ensures every decision aligns with your business objectives.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-13583.jpg", imageAlt: "Strategic planning session"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Creation", title: "Design", subtitle: "Crafting Visual Excellence", description: "Our award-winning designers create stunning visual identities and intuitive user experiences. Each design element serves a purpose, balancing aesthetics with functionality.", imageSrc: "http://img.b2bpic.net/free-photo/snapshot-devices-notepad-glasses-apples-background-white-table_197531-25734.jpg?_wi=1", imageAlt: "Design creation process"
|
||||
tag: "Creation", title: "Design", subtitle: "Crafting Visual Excellence", description: "Our award-winning designers create stunning visual identities and intuitive user experiences. Each design element serves a purpose, balancing aesthetics with functionality.", imageSrc: "http://img.b2bpic.net/free-photo/snapshot-devices-notepad-glasses-apples-background-white-table_197531-25734.jpg", imageAlt: "Design creation process"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Development", title: "Build", subtitle: "Technology That Works", description: "Our developers bring designs to life with clean, scalable code. We leverage cutting-edge technologies to ensure your digital product performs flawlessly and scales with your growth.", imageSrc: "http://img.b2bpic.net/free-photo/asian-female-developer-coding-cloud-computing-applications-pc_482257-124536.jpg?_wi=1", imageAlt: "Development and coding"
|
||||
tag: "Development", title: "Build", subtitle: "Technology That Works", description: "Our developers bring designs to life with clean, scalable code. We leverage cutting-edge technologies to ensure your digital product performs flawlessly and scales with your growth.", imageSrc: "http://img.b2bpic.net/free-photo/asian-female-developer-coding-cloud-computing-applications-pc_482257-124536.jpg", imageAlt: "Development and coding"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
@@ -183,7 +183,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Strategic Expertise", description: "We don't just execute ideas—we help shape them. Our strategic consultants bring decades of combined experience to every project.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-13583.jpg?_wi=2", imageAlt: "Strategic planning"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-13583.jpg", imageAlt: "Strategic planning"
|
||||
},
|
||||
items: [
|
||||
{ icon: Lightbulb, text: "Deep industry insights" },
|
||||
@@ -194,7 +194,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Creative Innovation", description: "Award-winning designers and creative directors who push boundaries and create experiences that stand out.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snapshot-devices-notepad-glasses-apples-background-white-table_197531-25734.jpg?_wi=2", imageAlt: "Creative design"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snapshot-devices-notepad-glasses-apples-background-white-table_197531-25734.jpg", imageAlt: "Creative design"
|
||||
},
|
||||
items: [
|
||||
{ icon: Palette, text: "Original design concepts" },
|
||||
@@ -205,7 +205,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", title: "Technical Excellence", description: "Scalable, performant, and maintainable solutions built with the latest technologies and best practices.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-female-developer-coding-cloud-computing-applications-pc_482257-124536.jpg?_wi=2", imageAlt: "Technical development"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-female-developer-coding-cloud-computing-applications-pc_482257-124536.jpg", imageAlt: "Technical development"
|
||||
},
|
||||
items: [
|
||||
{ icon: Code, text: "Clean, modern code" },
|
||||
@@ -229,7 +229,7 @@ export default function LandingPage() {
|
||||
{ text: "Schedule a Consultation", href: "mailto:hello@creativestudios.com" },
|
||||
{ text: "View Our Portfolio", href: "#metrics" }
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user