Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -31,8 +31,7 @@ export default function AboutPage() {
|
|||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "/contact"
|
||||||
href: "/contact"
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -61,32 +60,16 @@ export default function AboutPage() {
|
|||||||
tagIcon={Users}
|
tagIcon={Users}
|
||||||
team={[
|
team={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Mitchell", role: "Creative Director & Co-Founder", imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg", imageAlt: "Sarah Mitchell, Creative Director"
|
||||||
name: "Sarah Mitchell",
|
|
||||||
role: "Creative Director & Co-Founder",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg",
|
|
||||||
imageAlt: "Sarah Mitchell, Creative Director"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "David Chen", role: "Technical Director & Co-Founder", imageSrc: "https://img.b2bpic.net/free-photo/front-view-smiley-man-darkroom_23-2149893830.jpg", imageAlt: "David Chen, Technical Director"
|
||||||
name: "David Chen",
|
|
||||||
role: "Technical Director & Co-Founder",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/front-view-smiley-man-darkroom_23-2149893830.jpg",
|
|
||||||
imageAlt: "David Chen, Technical Director"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emma Rodriguez", role: "Strategy & Operations Lead", imageSrc: "https://img.b2bpic.net/free-photo/front-view-man-developing-photos_23-2149893918.jpg", imageAlt: "Emma Rodriguez, Strategy Lead"
|
||||||
name: "Emma Rodriguez",
|
|
||||||
role: "Strategy & Operations Lead",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/front-view-man-developing-photos_23-2149893918.jpg",
|
|
||||||
imageAlt: "Emma Rodriguez, Strategy Lead"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "James Turner", role: "Head of Client Experience", imageSrc: "https://img.b2bpic.net/free-photo/side-view-woman-holding-tablet_23-2149927578.jpg", imageAlt: "James Turner, Head of Client Experience"
|
||||||
name: "James Turner",
|
|
||||||
role: "Head of Client Experience",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/side-view-woman-holding-tablet_23-2149927578.jpg",
|
|
||||||
imageAlt: "James Turner, Head of Client Experience"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -119,8 +102,7 @@ export default function AboutPage() {
|
|||||||
copyrightText="© 2025 Webild Studio. All rights reserved."
|
copyrightText="© 2025 Webild Studio. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Brand Design", href: "/services" },
|
{ label: "Brand Design", href: "/services" },
|
||||||
{ label: "Web Development", href: "/services" },
|
{ label: "Web Development", href: "/services" },
|
||||||
{ label: "Mobile Apps", href: "/services" },
|
{ label: "Mobile Apps", href: "/services" },
|
||||||
@@ -128,8 +110,7 @@ export default function AboutPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Our Team", href: "/about" },
|
{ label: "Our Team", href: "/about" },
|
||||||
{ label: "Portfolio", href: "/portfolio" },
|
{ label: "Portfolio", href: "/portfolio" },
|
||||||
@@ -137,8 +118,7 @@ export default function AboutPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||||
{ label: "Twitter", href: "https://twitter.com" },
|
{ label: "Twitter", href: "https://twitter.com" },
|
||||||
|
|||||||
@@ -31,8 +31,7 @@ export default function ContactPage() {
|
|||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "/contact"
|
||||||
href: "/contact"
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -48,7 +47,7 @@ export default function ContactPage() {
|
|||||||
{ value: "100%", title: "Project Success Rate" }
|
{ value: "100%", title: "Project Success Rate" }
|
||||||
]}
|
]}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/disabled-man-wheelchair-working-his-office-job_23-2149571107.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/disabled-man-wheelchair-working-his-office-job_23-2149571107.jpg"
|
||||||
imageAlt: "Webild Studio team ready to help"
|
imageAlt="Webild Studio team ready to help"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -61,29 +60,19 @@ export default function ContactPage() {
|
|||||||
tagIcon={HelpCircle}
|
tagIcon={HelpCircle}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "How do you handle project pricing?", content: "We provide transparent, fixed-price proposals based on project scope and requirements. After our initial consultation, you'll receive a detailed proposal outlining deliverables, timeline, and investment. No hidden fees, no surprises."
|
||||||
title: "How do you handle project pricing?",
|
|
||||||
content: "We provide transparent, fixed-price proposals based on project scope and requirements. After our initial consultation, you'll receive a detailed proposal outlining deliverables, timeline, and investment. No hidden fees, no surprises."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "What's your typical project timeline?", content: "Timeline varies by project complexity. Brand identity projects typically take 4-6 weeks, websites range from 6-12 weeks, and custom applications can take 12-24 weeks. We'll provide a detailed timeline during our discovery phase."
|
||||||
title: "What's your typical project timeline?",
|
|
||||||
content: "Timeline varies by project complexity. Brand identity projects typically take 4-6 weeks, websites range from 6-12 weeks, and custom applications can take 12-24 weeks. We'll provide a detailed timeline during our discovery phase."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Do you work with clients remotely?", content: "Absolutely! We work with clients worldwide and have perfected our remote collaboration process. We use modern project management tools, regular video calls, and clear communication protocols to ensure seamless collaboration regardless of location."
|
||||||
title: "Do you work with clients remotely?",
|
|
||||||
content: "Absolutely! We work with clients worldwide and have perfected our remote collaboration process. We use modern project management tools, regular video calls, and clear communication protocols to ensure seamless collaboration regardless of location."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "What information should I prepare for our first call?", content: "Come prepared to discuss your goals, target audience, budget range, and timeline. If you have existing brand materials, competitive references, or inspiration examples, those are helpful too. We'll guide you through the rest during our discovery process."
|
||||||
title: "What information should I prepare for our first call?",
|
|
||||||
content: "Come prepared to discuss your goals, target audience, budget range, and timeline. If you have existing brand materials, competitive references, or inspiration examples, those are helpful too. We'll guide you through the rest during our discovery process."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "Do you offer ongoing support after project completion?", content: "Yes, we provide comprehensive post-launch support including maintenance, updates, performance monitoring, and strategic guidance. We offer various support packages to ensure your digital presence continues to evolve and perform optimally."
|
||||||
title: "Do you offer ongoing support after project completion?",
|
|
||||||
content: "Yes, we provide comprehensive post-launch support including maintenance, updates, performance monitoring, and strategic guidance. We offer various support packages to ensure your digital presence continues to evolve and perform optimally."
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc="https://img.b2bpic.net/free-vector/abstract-geometric-memphis-background_1409-1845.jpg"
|
imageSrc="https://img.b2bpic.net/free-vector/abstract-geometric-memphis-background_1409-1845.jpg"
|
||||||
@@ -105,7 +94,7 @@ export default function ContactPage() {
|
|||||||
{ value: "Free", title: "Initial Consultation" },
|
{ value: "Free", title: "Initial Consultation" },
|
||||||
{ value: "30min", title: "Discovery Call" }
|
{ value: "30min", title: "Discovery Call" }
|
||||||
]}
|
]}
|
||||||
imageSrc: "https://img.b2bpic.net/free-vector/infographic-dashboard-user-panel_52683-30026.jpg"
|
imageSrc="https://img.b2bpic.net/free-vector/infographic-dashboard-user-panel_52683-30026.jpg"
|
||||||
imageAlt="Project planning and consultation"
|
imageAlt="Project planning and consultation"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
@@ -119,8 +108,7 @@ export default function ContactPage() {
|
|||||||
copyrightText="© 2025 Webild Studio. All rights reserved."
|
copyrightText="© 2025 Webild Studio. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Brand Design", href: "/services" },
|
{ label: "Brand Design", href: "/services" },
|
||||||
{ label: "Web Development", href: "/services" },
|
{ label: "Web Development", href: "/services" },
|
||||||
{ label: "Mobile Apps", href: "/services" },
|
{ label: "Mobile Apps", href: "/services" },
|
||||||
@@ -128,8 +116,7 @@ export default function ContactPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Our Team", href: "/about" },
|
{ label: "Our Team", href: "/about" },
|
||||||
{ label: "Portfolio", href: "/portfolio" },
|
{ label: "Portfolio", href: "/portfolio" },
|
||||||
@@ -137,8 +124,7 @@ export default function ContactPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||||
{ label: "Twitter", href: "https://twitter.com" },
|
{ label: "Twitter", href: "https://twitter.com" },
|
||||||
|
|||||||
@@ -6,40 +6,27 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const interTight = Inter_Tight({
|
const interTight = Inter_Tight({
|
||||||
variable: "--font-inter-tight",
|
variable: "--font-inter-tight", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||||
});
|
});
|
||||||
|
|
||||||
const prata = Prata({
|
const prata = Prata({
|
||||||
variable: "--font-prata",
|
variable: "--font-prata", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["400"],
|
weight: ["400"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Webild Studio - Premium Web Design & Development Agency",
|
title: "Webild Studio - Premium Web Design & Development Agency", description: "Transform your brand with cutting-edge web design, development, and digital strategy. Award-winning creative agency specializing in premium digital experiences.", keywords: "web design, web development, digital agency, branding, UI/UX design, creative studio", metadataBase: new URL("https://webild.studio"),
|
||||||
description: "Transform your brand with cutting-edge web design, development, and digital strategy. Award-winning creative agency specializing in premium digital experiences.",
|
|
||||||
keywords: "web design, web development, digital agency, branding, UI/UX design, creative studio",
|
|
||||||
metadataBase: new URL("https://webild.studio"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://webild.studio"
|
canonical: "https://webild.studio"
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Webild Studio - Creative Web Agency",
|
title: "Webild Studio - Creative Web Agency", description: "Premium digital solutions for ambitious brands. Design, development, and strategy.", siteName: "Webild Studio", type: "website", images: [{
|
||||||
description: "Premium digital solutions for ambitious brands. Design, development, and strategy.",
|
url: "https://img.b2bpic.net/free-vector/infographic-dashboard-user-panel_52683-30026.jpg", alt: "Webild Studio Premium Web Design"
|
||||||
siteName: "Webild Studio",
|
|
||||||
type: "website",
|
|
||||||
images: [{
|
|
||||||
url: "https://img.b2bpic.net/free-vector/infographic-dashboard-user-panel_52683-30026.jpg",
|
|
||||||
alt: "Webild Studio Premium Web Design"
|
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Webild Studio - Creative Web Agency", description: "Premium digital solutions for ambitious brands", images: ["https://img.b2bpic.net/free-vector/infographic-dashboard-user-panel_52683-30026.jpg"]
|
||||||
title: "Webild Studio - Creative Web Agency",
|
|
||||||
description: "Premium digital solutions for ambitious brands",
|
|
||||||
images: ["https://img.b2bpic.net/free-vector/infographic-dashboard-user-panel_52683-30026.jpg"]
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
@@ -35,8 +35,7 @@ export default function HomePage() {
|
|||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "/contact"
|
||||||
href: "/contact"
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -82,33 +81,27 @@ export default function HomePage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Palette,
|
icon: Palette,
|
||||||
title: "Brand Identity",
|
title: "Brand Identity", description: "Complete brand strategies and visual identities that tell your story and resonate with your audience"
|
||||||
description: "Complete brand strategies and visual identities that tell your story and resonate with your audience"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Code,
|
icon: Code,
|
||||||
title: "Web Development",
|
title: "Web Development", description: "High-performance, responsive websites built with modern frameworks and best practices"
|
||||||
description: "High-performance, responsive websites built with modern frameworks and best practices"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Layout,
|
icon: Layout,
|
||||||
title: "UI/UX Design",
|
title: "UI/UX Design", description: "Intuitive interfaces and delightful user experiences that drive engagement and conversions"
|
||||||
description: "Intuitive interfaces and delightful user experiences that drive engagement and conversions"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Smartphone,
|
icon: Smartphone,
|
||||||
title: "Mobile Apps",
|
title: "Mobile Apps", description: "Native and cross-platform applications that deliver exceptional performance and user satisfaction"
|
||||||
description: "Native and cross-platform applications that deliver exceptional performance and user satisfaction"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: TrendingUp,
|
icon: TrendingUp,
|
||||||
title: "Digital Marketing",
|
title: "Digital Marketing", description: "Strategic campaigns that amplify your reach and connect you with your target audience"
|
||||||
description: "Strategic campaigns that amplify your reach and connect you with your target audience"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Lightbulb,
|
icon: Lightbulb,
|
||||||
title: "Strategy & Consulting",
|
title: "Strategy & Consulting", description: "Expert guidance to transform your vision into actionable strategies and results"
|
||||||
description: "Expert guidance to transform your vision into actionable strategies and results"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -125,32 +118,16 @@ export default function HomePage() {
|
|||||||
tagIcon={Users}
|
tagIcon={Users}
|
||||||
team={[
|
team={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Mitchell", role: "Creative Director", imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg", imageAlt: "Sarah Mitchell, Creative Director"
|
||||||
name: "Sarah Mitchell",
|
|
||||||
role: "Creative Director",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg",
|
|
||||||
imageAlt: "Sarah Mitchell, Creative Director"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "David Chen", role: "Lead Developer", imageSrc: "https://img.b2bpic.net/free-photo/front-view-smiley-man-darkroom_23-2149893830.jpg", imageAlt: "David Chen, Lead Developer"
|
||||||
name: "David Chen",
|
|
||||||
role: "Lead Developer",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/front-view-smiley-man-darkroom_23-2149893830.jpg",
|
|
||||||
imageAlt: "David Chen, Lead Developer"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emma Rodriguez", role: "Strategy Lead", imageSrc: "https://img.b2bpic.net/free-photo/front-view-man-developing-photos_23-2149893918.jpg", imageAlt: "Emma Rodriguez, Strategy Lead"
|
||||||
name: "Emma Rodriguez",
|
|
||||||
role: "Strategy Lead",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/front-view-man-developing-photos_23-2149893918.jpg",
|
|
||||||
imageAlt: "Emma Rodriguez, Strategy Lead"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "James Turner", role: "Design Director", imageSrc: "https://img.b2bpic.net/free-photo/side-view-woman-holding-tablet_23-2149927578.jpg", imageAlt: "James Turner, Design Director"
|
||||||
name: "James Turner",
|
|
||||||
role: "Design Director",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/side-view-woman-holding-tablet_23-2149927578.jpg",
|
|
||||||
imageAlt: "James Turner, Design Director"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -184,29 +161,19 @@ export default function HomePage() {
|
|||||||
tagIcon={HelpCircle}
|
tagIcon={HelpCircle}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "What is your typical project timeline?", content: "Project timelines vary based on scope and complexity. Small projects typically run 4-8 weeks, while larger initiatives range from 12-24 weeks. We provide detailed timelines during the discovery phase after understanding your specific requirements."
|
||||||
title: "What is your typical project timeline?",
|
|
||||||
content: "Project timelines vary based on scope and complexity. Small projects typically run 4-8 weeks, while larger initiatives range from 12-24 weeks. We provide detailed timelines during the discovery phase after understanding your specific requirements."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Do you offer ongoing support and maintenance?", content: "Yes, we provide comprehensive post-launch support and maintenance services. This includes bug fixes, performance optimization, content updates, and feature enhancements to keep your digital products running smoothly."
|
||||||
title: "Do you offer ongoing support and maintenance?",
|
|
||||||
content: "Yes, we provide comprehensive post-launch support and maintenance services. This includes bug fixes, performance optimization, content updates, and feature enhancements to keep your digital products running smoothly."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "What's included in your discovery process?", content: "Our discovery process includes stakeholder interviews, market research, competitor analysis, user research, technical assessment, and strategy development. This ensures we have a complete understanding of your goals and challenges before we begin design and development."
|
||||||
title: "What's included in your discovery process?",
|
|
||||||
content: "Our discovery process includes stakeholder interviews, market research, competitor analysis, user research, technical assessment, and strategy development. This ensures we have a complete understanding of your goals and challenges before we begin design and development."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Can you work with our existing technology stack?", content: "Absolutely. We're experienced with a wide range of technologies and frameworks. Our team can integrate seamlessly with your existing infrastructure and team, or recommend solutions that best fit your long-term goals."
|
||||||
title: "Can you work with our existing technology stack?",
|
|
||||||
content: "Absolutely. We're experienced with a wide range of technologies and frameworks. Our team can integrate seamlessly with your existing infrastructure and team, or recommend solutions that best fit your long-term goals."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "How do you approach design iterations and feedback?", content: "We believe in collaborative design. We present initial concepts, gather feedback, iterate based on your input, and refine until we achieve perfection. Regular check-ins ensure alignment throughout the process."
|
||||||
title: "How do you approach design iterations and feedback?",
|
|
||||||
content: "We believe in collaborative design. We present initial concepts, gather feedback, iterate based on your input, and refine until we achieve perfection. Regular check-ins ensure alignment throughout the process."
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc="https://img.b2bpic.net/free-vector/abstract-geometric-memphis-background_1409-1845.jpg"
|
imageSrc="https://img.b2bpic.net/free-vector/abstract-geometric-memphis-background_1409-1845.jpg"
|
||||||
@@ -226,8 +193,7 @@ export default function HomePage() {
|
|||||||
copyrightText="© 2025 Webild Studio. All rights reserved."
|
copyrightText="© 2025 Webild Studio. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Brand Design", href: "/services" },
|
{ label: "Brand Design", href: "/services" },
|
||||||
{ label: "Web Development", href: "/services" },
|
{ label: "Web Development", href: "/services" },
|
||||||
{ label: "Mobile Apps", href: "/services" },
|
{ label: "Mobile Apps", href: "/services" },
|
||||||
@@ -235,8 +201,7 @@ export default function HomePage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Our Team", href: "/about" },
|
{ label: "Our Team", href: "/about" },
|
||||||
{ label: "Portfolio", href: "/portfolio" },
|
{ label: "Portfolio", href: "/portfolio" },
|
||||||
@@ -244,8 +209,7 @@ export default function HomePage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||||
{ label: "Twitter", href: "https://twitter.com" },
|
{ label: "Twitter", href: "https://twitter.com" },
|
||||||
|
|||||||
@@ -31,8 +31,7 @@ export default function PortfolioPage() {
|
|||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "/contact"
|
||||||
href: "/contact"
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -45,34 +44,16 @@ export default function PortfolioPage() {
|
|||||||
tagIcon={Award}
|
tagIcon={Award}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", brand: "TechVision", name: "Complete SaaS Platform Redesign", price: "8-week engagement", rating: 5,
|
||||||
brand: "TechVision",
|
reviewCount: "Featured", imageSrc: "https://img.b2bpic.net/free-photo/grand-parent-learning-use-digital-divice_23-2149214556.jpg", imageAlt: "TechVision SaaS platform interface redesign showcase"
|
||||||
name: "Complete SaaS Platform Redesign",
|
|
||||||
price: "8-week engagement",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "Featured",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/grand-parent-learning-use-digital-divice_23-2149214556.jpg",
|
|
||||||
imageAlt: "TechVision SaaS platform interface redesign showcase"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", brand: "Aurora Digital", name: "Mobile-First Experience Design", price: "12-week project", rating: 5,
|
||||||
brand: "Aurora Digital",
|
reviewCount: "Award Winner", imageSrc: "https://img.b2bpic.net/free-photo/side-view-man-working-desk_23-2149930959.jpg", imageAlt: "Aurora Digital mobile application UI design"
|
||||||
name: "Mobile-First Experience Design",
|
|
||||||
price: "12-week project",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "Award Winner",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/side-view-man-working-desk_23-2149930959.jpg",
|
|
||||||
imageAlt: "Aurora Digital mobile application UI design"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", brand: "Luxe Brands Co", name: "End-to-End Brand Identity", price: "6-week project", rating: 5,
|
||||||
brand: "Luxe Brands Co",
|
reviewCount: "Featured", imageSrc: "https://img.b2bpic.net/free-photo/web-design-online-technology-content-concept_53876-123927.jpg", imageAlt: "Luxe Brands comprehensive branding solution"
|
||||||
name: "End-to-End Brand Identity",
|
|
||||||
price: "6-week project",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "Featured",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/web-design-online-technology-content-concept_53876-123927.jpg",
|
|
||||||
imageAlt: "Luxe Brands comprehensive branding solution"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -107,34 +88,16 @@ export default function PortfolioPage() {
|
|||||||
tagIcon={Award}
|
tagIcon={Award}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", brand: "StartupLaunch", name: "MVP Development & Launch", price: "10-week sprint", rating: 5,
|
||||||
brand: "StartupLaunch",
|
reviewCount: "Live", imageSrc: "https://img.b2bpic.net/free-vector/infographic-dashboard-user-panel_52683-30026.jpg", imageAlt: "StartupLaunch MVP platform development"
|
||||||
name: "MVP Development & Launch",
|
|
||||||
price: "10-week sprint",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "Live",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-vector/infographic-dashboard-user-panel_52683-30026.jpg",
|
|
||||||
imageAlt: "StartupLaunch MVP platform development"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", brand: "RetailMax", name: "E-commerce Platform Redesign", price: "14-week project", rating: 5,
|
||||||
brand: "RetailMax",
|
reviewCount: "Launched", imageSrc: "https://img.b2bpic.net/free-photo/disabled-man-wheelchair-working-his-office-job_23-2149571107.jpg", imageAlt: "RetailMax e-commerce platform redesign"
|
||||||
name: "E-commerce Platform Redesign",
|
|
||||||
price: "14-week project",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "Launched",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/disabled-man-wheelchair-working-his-office-job_23-2149571107.jpg",
|
|
||||||
imageAlt: "RetailMax e-commerce platform redesign"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", brand: "HealthTech Solutions", name: "Healthcare Dashboard System", price: "16-week build", rating: 5,
|
||||||
brand: "HealthTech Solutions",
|
reviewCount: "Active", imageSrc: "https://img.b2bpic.net/free-vector/abstract-geometric-memphis-background_1409-1845.jpg", imageAlt: "HealthTech healthcare dashboard interface"
|
||||||
name: "Healthcare Dashboard System",
|
|
||||||
price: "16-week build",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "Active",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-vector/abstract-geometric-memphis-background_1409-1845.jpg",
|
|
||||||
imageAlt: "HealthTech healthcare dashboard interface"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -152,8 +115,7 @@ export default function PortfolioPage() {
|
|||||||
copyrightText="© 2025 Webild Studio. All rights reserved."
|
copyrightText="© 2025 Webild Studio. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Brand Design", href: "/services" },
|
{ label: "Brand Design", href: "/services" },
|
||||||
{ label: "Web Development", href: "/services" },
|
{ label: "Web Development", href: "/services" },
|
||||||
{ label: "Mobile Apps", href: "/services" },
|
{ label: "Mobile Apps", href: "/services" },
|
||||||
@@ -161,8 +123,7 @@ export default function PortfolioPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Our Team", href: "/about" },
|
{ label: "Our Team", href: "/about" },
|
||||||
{ label: "Portfolio", href: "/portfolio" },
|
{ label: "Portfolio", href: "/portfolio" },
|
||||||
@@ -170,8 +131,7 @@ export default function PortfolioPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||||
{ label: "Twitter", href: "https://twitter.com" },
|
{ label: "Twitter", href: "https://twitter.com" },
|
||||||
|
|||||||
@@ -31,8 +31,7 @@ export default function ServicesPage() {
|
|||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "/contact"
|
||||||
href: "/contact"
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -46,33 +45,27 @@ export default function ServicesPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Palette,
|
icon: Palette,
|
||||||
title: "Brand Identity & Design",
|
title: "Brand Identity & Design", description: "Comprehensive brand strategy, visual identity design, and brand guidelines that create lasting impressions and build customer loyalty"
|
||||||
description: "Comprehensive brand strategy, visual identity design, and brand guidelines that create lasting impressions and build customer loyalty"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Code,
|
icon: Code,
|
||||||
title: "Custom Web Development",
|
title: "Custom Web Development", description: "Modern, scalable websites and web applications built with cutting-edge technologies and optimized for performance and SEO"
|
||||||
description: "Modern, scalable websites and web applications built with cutting-edge technologies and optimized for performance and SEO"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Layout,
|
icon: Layout,
|
||||||
title: "UI/UX Design",
|
title: "UI/UX Design", description: "User-centered design approach creating intuitive interfaces that enhance user engagement and drive conversions"
|
||||||
description: "User-centered design approach creating intuitive interfaces that enhance user engagement and drive conversions"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Smartphone,
|
icon: Smartphone,
|
||||||
title: "Mobile Applications",
|
title: "Mobile Applications", description: "Native iOS and Android apps, progressive web apps, and cross-platform solutions that deliver seamless mobile experiences"
|
||||||
description: "Native iOS and Android apps, progressive web apps, and cross-platform solutions that deliver seamless mobile experiences"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: TrendingUp,
|
icon: TrendingUp,
|
||||||
title: "Digital Marketing & Strategy",
|
title: "Digital Marketing & Strategy", description: "Data-driven marketing campaigns, SEO optimization, content strategy, and social media management to grow your online presence"
|
||||||
description: "Data-driven marketing campaigns, SEO optimization, content strategy, and social media management to grow your online presence"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Settings,
|
icon: Settings,
|
||||||
title: "Technical Consulting",
|
title: "Technical Consulting", description: "Architecture planning, technology stack selection, performance optimization, and ongoing technical guidance for your digital initiatives"
|
||||||
description: "Architecture planning, technology stack selection, performance optimization, and ongoing technical guidance for your digital initiatives"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -121,8 +114,7 @@ export default function ServicesPage() {
|
|||||||
copyrightText="© 2025 Webild Studio. All rights reserved."
|
copyrightText="© 2025 Webild Studio. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Brand Design", href: "/services" },
|
{ label: "Brand Design", href: "/services" },
|
||||||
{ label: "Web Development", href: "/services" },
|
{ label: "Web Development", href: "/services" },
|
||||||
{ label: "Mobile Apps", href: "/services" },
|
{ label: "Mobile Apps", href: "/services" },
|
||||||
@@ -130,8 +122,7 @@ export default function ServicesPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Our Team", href: "/about" },
|
{ label: "Our Team", href: "/about" },
|
||||||
{ label: "Portfolio", href: "/portfolio" },
|
{ label: "Portfolio", href: "/portfolio" },
|
||||||
@@ -139,8 +130,7 @@ export default function ServicesPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||||
{ label: "Twitter", href: "https://twitter.com" },
|
{ label: "Twitter", href: "https://twitter.com" },
|
||||||
|
|||||||
Reference in New Issue
Block a user