Update src/app/page.tsx
This commit is contained in:
@@ -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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", imageAlt: "Strategic planning"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-13583.jpg?_wi=2", 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", imageAlt: "Creative design"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snapshot-devices-notepad-glasses-apples-background-white-table_197531-25734.jpg?_wi=2", 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", imageAlt: "Technical development"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-female-developer-coding-cloud-computing-applications-pc_482257-124536.jpg?_wi=2", imageAlt: "Technical development"
|
||||
},
|
||||
items: [
|
||||
{ icon: Code, text: "Clean, modern code" },
|
||||
|
||||
Reference in New Issue
Block a user