Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 02:57:12 +00:00

View File

@@ -9,7 +9,7 @@ import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
import BlogCardThree from "@/components/sections/blog/BlogCardThree";
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Zap, Target, Sparkles, TrendingUp, Award, Star } from "lucide-react";
import { Zap, Target, Sparkles, TrendingUp, Award, Star, Briefcase, PenTool, BarChart3, Share2, Rocket } from "lucide-react";
export default function HomePage() {
return (
@@ -19,7 +19,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -46,24 +46,16 @@ export default function HomePage() {
tag="Strategic Digital Solutions"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "radial-gradient" }}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/a-professional-team-of-digital-marketers-1772679237590-1136bdec.png",
imageAlt: "Digital strategy planning session with team collaboration",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/a-professional-team-of-digital-marketers-1772679237590-1136bdec.png", imageAlt: "Digital strategy planning session with team collaboration"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/a-comprehensive-analytics-dashboard-on-m-1772679239001-0e3147e3.png",
imageAlt: "Analytics dashboard showing growth metrics and performance data",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/a-comprehensive-analytics-dashboard-on-m-1772679239001-0e3147e3.png", imageAlt: "Analytics dashboard showing growth metrics and performance data"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/creative-design-workspace-showing-brandi-1772679237294-01541ded.png",
imageAlt: "Creative design work and brand identity concepts",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/creative-design-workspace-showing-brandi-1772679237294-01541ded.png", imageAlt: "Creative design work and brand identity concepts"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/digital-marketing-campaign-execution-sho-1772679237370-9e11aa22.png",
imageAlt: "Digital marketing campaign execution and social media content",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/digital-marketing-campaign-execution-sho-1772679237370-9e11aa22.png", imageAlt: "Digital marketing campaign execution and social media content"},
]}
mediaAnimation="slide-up"
buttons={[
@@ -85,7 +77,7 @@ export default function HomePage() {
{ value: "200+", title: "Successful Campaigns Delivered" },
{ value: "150%", title: "Average Client ROI Growth" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/a-diverse-professional-team-of-digital-m-1772679236641-b9eb86e8.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/a-diverse-professional-team-of-digital-m-1772679236641-b9eb86e8.png"
imageAlt="Wobi Digital team collaborating on digital marketing strategy"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -102,35 +94,23 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
icon: Zap,
title: "Brand Strategy",
description: "Develop cohesive brand positioning, messaging frameworks, and competitive strategies that resonate with your target audience and drive market differentiation.",
},
icon: Briefcase,
title: "Brand Strategy", description: "Develop cohesive brand positioning, messaging frameworks, and competitive strategies that resonate with your target audience and drive market differentiation."},
{
icon: Zap,
title: "Digital Marketing",
description: "Execute integrated campaigns across social media, content marketing, SEO, and paid advertising with full analytics tracking and continuous optimization.",
},
title: "Digital Marketing", description: "Execute integrated campaigns across social media, content marketing, SEO, and paid advertising with full analytics tracking and continuous optimization."},
{
icon: Sparkles,
title: "Creative Design",
description: "Craft compelling visual identities, marketing materials, and digital assets that elevate your brand presence across all touchpoints.",
},
icon: PenTool,
title: "Creative Design", description: "Craft compelling visual identities, marketing materials, and digital assets that elevate your brand presence across all touchpoints."},
{
icon: TrendingUp,
title: "Analytics & Optimization",
description: "Monitor performance metrics, analyze user behavior, and implement data-driven improvements to maximize conversion rates and campaign ROI.",
},
icon: BarChart3,
title: "Analytics & Optimization", description: "Monitor performance metrics, analyze user behavior, and implement data-driven improvements to maximize conversion rates and campaign ROI."},
{
icon: Target,
title: "Social Media Management",
description: "Build engaged communities through strategic content calendars, community management, and influencer partnerships that amplify your reach.",
},
icon: Share2,
title: "Social Media Management", description: "Build engaged communities through strategic content calendars, community management, and influencer partnerships that amplify your reach."},
{
icon: Zap,
title: "Growth Acceleration",
description: "Scale your business through conversion optimization, customer retention strategies, and innovative marketing technologies tailored to your growth stage.",
},
icon: Rocket,
title: "Growth Acceleration", description: "Scale your business through conversion optimization, customer retention strategies, and innovative marketing technologies tailored to your growth stage."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -147,37 +127,13 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "340%",
title: "Average Traffic Growth",
description: "Within 6-12 months of partnership",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/analytics-dashboard-displaying-upward-tr-1772679236972-9f7a6bdf.png?_wi=1",
imageAlt: "Analytics dashboard showing upward traffic trends",
},
id: "1", value: "340%", title: "Average Traffic Growth", description: "Within 6-12 months of partnership", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/analytics-dashboard-displaying-upward-tr-1772679236972-9f7a6bdf.png", imageAlt: "Analytics dashboard showing upward traffic trends"},
{
id: "2",
value: "2.8x",
title: "Lead Generation Increase",
description: "Through optimized conversion funnels",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/conversion-funnel-visualization-showing--1772679239027-73e5b2c2.png?_wi=1",
imageAlt: "Conversion funnel visualization with lead metrics",
},
id: "2", value: "2.8x", title: "Lead Generation Increase", description: "Through optimized conversion funnels", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/conversion-funnel-visualization-showing--1772679239027-73e5b2c2.png", imageAlt: "Conversion funnel visualization with lead metrics"},
{
id: "3",
value: "$4.2M",
title: "Revenue Attributed",
description: "Generated for client campaigns in 2024",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/financial-dashboard-showing-revenue-metr-1772679238753-776d99e2.png?_wi=1",
imageAlt: "Revenue performance dashboard and financial metrics",
},
id: "3", value: "$4.2M", title: "Revenue Attributed", description: "Generated for client campaigns in 2024", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/financial-dashboard-showing-revenue-metr-1772679238753-776d99e2.png", imageAlt: "Revenue performance dashboard and financial metrics"},
{
id: "4",
value: "95%",
title: "Client Satisfaction",
description: "Consistent partnership retention rate",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/customer-satisfaction-and-feedback-metri-1772679238388-7be50b47.png?_wi=1",
imageAlt: "Client testimonials and satisfaction indicators",
},
id: "4", value: "95%", title: "Client Satisfaction", description: "Consistent partnership retention rate", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/customer-satisfaction-and-feedback-metri-1772679238388-7be50b47.png", imageAlt: "Client testimonials and satisfaction indicators"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -194,59 +150,23 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Sarah Mitchell",
role: "VP Marketing",
company: "TechVenture Corp",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/professional-headshot-portrait-of-a-conf-1772679236283-6c662466.png",
imageAlt: "Sarah Mitchell, VP Marketing at TechVenture Corp",
},
id: "1", name: "Sarah Mitchell", role: "VP Marketing", company: "TechVenture Corp", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/professional-headshot-portrait-of-a-conf-1772679236283-6c662466.png", imageAlt: "Sarah Mitchell, VP Marketing at TechVenture Corp"},
{
id: "2",
name: "James Chen",
role: "CEO",
company: "GrowthScale Industries",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/professional-headshot-portrait-of-a-conf-1772679236420-9e50dd90.png",
imageAlt: "James Chen, CEO of GrowthScale Industries",
},
id: "2", name: "James Chen", role: "CEO", company: "GrowthScale Industries", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/professional-headshot-portrait-of-a-conf-1772679236420-9e50dd90.png", imageAlt: "James Chen, CEO of GrowthScale Industries"},
{
id: "3",
name: "Patricia Rodriguez",
role: "Director, Digital Strategy",
company: "Retail Innovators Inc",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/professional-headshot-portrait-of-a-conf-1772679236765-44d40886.png",
imageAlt: "Patricia Rodriguez, Director of Digital Strategy",
},
id: "3", name: "Patricia Rodriguez", role: "Director, Digital Strategy", company: "Retail Innovators Inc", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/professional-headshot-portrait-of-a-conf-1772679236765-44d40886.png", imageAlt: "Patricia Rodriguez, Director of Digital Strategy"},
{
id: "4",
name: "Michael Thompson",
role: "Founder",
company: "FinTech Innovations",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/professional-headshot-portrait-of-a-male-1772679238888-7b1782b6.png",
imageAlt: "Michael Thompson, Founder of FinTech Innovations",
},
id: "4", name: "Michael Thompson", role: "Founder", company: "FinTech Innovations", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/professional-headshot-portrait-of-a-male-1772679238888-7b1782b6.png", imageAlt: "Michael Thompson, Founder of FinTech Innovations"},
{
id: "5",
name: "Aisha Patel",
role: "Head of Brand",
company: "Global Services Ltd",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/professional-headshot-portrait-of-a-conf-1772679237100-9ab36017.png",
imageAlt: "Aisha Patel, Head of Brand at Global Services Ltd",
},
id: "5", name: "Aisha Patel", role: "Head of Brand", company: "Global Services Ltd", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/professional-headshot-portrait-of-a-conf-1772679237100-9ab36017.png", imageAlt: "Aisha Patel, Head of Brand at Global Services Ltd"},
{
id: "6",
name: "David Kim",
role: "CMO",
company: "Consumer Brands Co",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/professional-headshot-portrait-of-an-asi-1772679237424-d1b366f5.png",
imageAlt: "David Kim, CMO of Consumer Brands Co",
},
id: "6", name: "David Kim", role: "CMO", company: "Consumer Brands Co", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/professional-headshot-portrait-of-an-asi-1772679237424-d1b366f5.png", imageAlt: "David Kim, CMO of Consumer Brands Co"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -264,38 +184,11 @@ export default function HomePage() {
tagAnimation="slide-up"
blogs={[
{
id: "1",
category: "E-Commerce Growth",
title: "Retail Leader Achieves 340% Sales Growth",
excerpt: "Strategic digital transformation and integrated marketing campaign for a major retail corporation resulted in record-breaking online sales performance.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/e-commerce-platform-interface-showing-mo-1772679237745-efb84054.png?_wi=1",
imageAlt: "E-commerce platform redesign and growth metrics",
authorName: "Wobi Digital",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/wobi-digital-professional-logo-or-brand--1772679236176-1706d64d.png",
date: "Case Study",
},
id: "1", category: "E-Commerce Growth", title: "Retail Leader Achieves 340% Sales Growth", excerpt: "Strategic digital transformation and integrated marketing campaign for a major retail corporation resulted in record-breaking online sales performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/e-commerce-platform-interface-showing-mo-1772679237745-efb84054.png", imageAlt: "E-commerce platform redesign and growth metrics", authorName: "Wobi Digital", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/wobi-digital-professional-logo-or-brand--1772679236176-1706d64d.png", date: "Case Study"},
{
id: "2",
category: "SaaS Scale-Up",
title: "Tech Startup Scales to $2M ARR",
excerpt: "Comprehensive go-to-market strategy, brand positioning, and demand generation campaign that accelerated customer acquisition for a B2B SaaS platform.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/saas-product-interface-showing-customer--1772679238735-670abb87.png?_wi=1",
imageAlt: "SaaS product launch and customer acquisition dashboard",
authorName: "Wobi Digital",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/wobi-digital-professional-logo-or-brand--1772679236176-1706d64d.png",
date: "Case Study",
},
id: "2", category: "SaaS Scale-Up", title: "Tech Startup Scales to $2M ARR", excerpt: "Comprehensive go-to-market strategy, brand positioning, and demand generation campaign that accelerated customer acquisition for a B2B SaaS platform.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/saas-product-interface-showing-customer--1772679238735-670abb87.png", imageAlt: "SaaS product launch and customer acquisition dashboard", authorName: "Wobi Digital", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/wobi-digital-professional-logo-or-brand--1772679236176-1706d64d.png", date: "Case Study"},
{
id: "3",
category: "Brand Transformation",
title: "Financial Services Rebranding Success",
excerpt: "Complete brand identity refresh and digital ecosystem launch helped a financial services firm increase market awareness by 280% and improve brand perception.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/financial-services-brand-identity-and-we-1772679238626-f4a97bcb.png?_wi=1",
imageAlt: "Financial brand identity and digital marketing campaign",
authorName: "Wobi Digital",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/wobi-digital-professional-logo-or-brand--1772679236176-1706d64d.png",
date: "Case Study",
},
id: "3", category: "Brand Transformation", title: "Financial Services Rebranding Success", excerpt: "Complete brand identity refresh and digital ecosystem launch helped a financial services firm increase market awareness by 280% and improve brand perception.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/financial-services-brand-identity-and-we-1772679238626-f4a97bcb.png", imageAlt: "Financial brand identity and digital marketing campaign", authorName: "Wobi Digital", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVYJi98rQwaB7j0cFpslqRaQGr/wobi-digital-professional-logo-or-brand--1772679236176-1706d64d.png", date: "Case Study"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -307,8 +200,7 @@ export default function HomePage() {
<FooterBase
columns={[
{
title: "Solutions",
items: [
title: "Solutions", items: [
{ label: "Brand Strategy", href: "/services" },
{ label: "Digital Marketing", href: "/services" },
{ label: "Creative Design", href: "/services" },
@@ -316,8 +208,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Team", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
@@ -325,8 +216,7 @@ export default function HomePage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "Instagram", href: "https://instagram.com" },