Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 05:24:38 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="mediumLargeSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{ variant: "noise" }}
background={{ variant: "glowing-orb" }}
title="Creative Excellence Delivered"
description="We transform brands through strategic design, compelling storytelling, and innovative digital solutions that drive real business results."
kpis={[
@@ -109,15 +109,15 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Brand Identity & Strategy", author: "Strategic Direction", description: "From logo design to comprehensive brand guidelines, we create distinctive identities that capture your brand essence and resonate with your target audience.", tags: ["Branding", "Strategy"],
imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg?_wi=1", imageAlt: "Brand identity design project"
imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg", imageAlt: "Brand identity design project"
},
{
id: "2", title: "Digital Design & UX", author: "User Experience", description: "We design digital experiences that are beautiful, intuitive, and conversion-focused. From websites to mobile apps, every interaction is carefully crafted.", tags: ["Design", "UX/UI"],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-interior-designer_23-2150346499.jpg?_wi=1", imageAlt: "Digital design and UX project"
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-interior-designer_23-2150346499.jpg", imageAlt: "Digital design and UX project"
},
{
id: "3", title: "Content & Storytelling", author: "Creative Direction", description: "Compelling narratives that connect with audiences emotionally. We craft content strategies that amplify your message across all channels.", tags: ["Content", "Strategy"],
imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg?_wi=2", imageAlt: "Content strategy and storytelling"
imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg", imageAlt: "Content strategy and storytelling"
}
]}
textboxLayout="default"
@@ -136,15 +136,15 @@ export default function LandingPage() {
features={[
{
id: "1", title: "E-Commerce Platform Redesign", author: "Digital Transformation", description: "Complete redesign of a legacy e-commerce platform resulting in 40% increase in conversion rates and improved user engagement across all channels.", tags: ["Design", "E-Commerce"],
imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg?_wi=3", imageAlt: "E-commerce platform redesign project"
imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg", imageAlt: "E-commerce platform redesign project"
},
{
id: "2", title: "Tech Startup Brand Launch", author: "Brand Strategy", description: "Full brand identity creation for an emerging fintech startup, including visual design, messaging framework, and go-to-market collateral.", tags: ["Branding", "Startup"],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-interior-designer_23-2150346499.jpg?_wi=2", imageAlt: "Tech startup brand launch project"
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-interior-designer_23-2150346499.jpg", imageAlt: "Tech startup brand launch project"
},
{
id: "3", title: "Healthcare Provider Marketing Campaign", author: "Creative Direction", description: "Integrated marketing campaign for a healthcare network that increased patient inquiries by 65% and improved brand awareness significantly.", tags: ["Marketing", "Healthcare"],
imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg?_wi=4", imageAlt: "Healthcare marketing campaign project"
imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg", imageAlt: "Healthcare marketing campaign project"
}
]}
textboxLayout="default"
@@ -185,16 +185,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
members={[
{
id: "1", name: "Alexandra Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Alexandra Chen, Creative Director"
id: "1", name: "Alexandra Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alexandra Chen, Creative Director"
},
{
id: "2", name: "Marcus Thompson", role: "Strategy Lead", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Thompson, Strategy Lead"
id: "2", name: "Marcus Thompson", role: "Strategy Lead", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson, Strategy Lead"
},
{
id: "3", name: "Sofia Rodriguez", role: "Design Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Sofia Rodriguez, Design Director"
id: "3", name: "Sofia Rodriguez", role: "Design Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sofia Rodriguez, Design Director"
},
{
id: "4", name: "James Wilson", role: "Senior Developer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "James Wilson, Senior Developer"
id: "4", name: "James Wilson", role: "Senior Developer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson, Senior Developer"
}
]}
gridVariant="uniform-all-items-equal"
@@ -210,22 +210,22 @@ export default function LandingPage() {
description="Hear what our clients have to say about their experience working with our agency."
testimonials={[
{
id: "1", title: "Transformed Our Brand Presence", quote: "Working with this agency was transformative. They didn't just create a beautiful design; they understood our business goals and delivered a strategy that drove real results.", name: "Emily Richardson", role: "CEO, Digital Ventures Inc", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Emily Richardson"
id: "1", title: "Transformed Our Brand Presence", quote: "Working with this agency was transformative. They didn't just create a beautiful design; they understood our business goals and delivered a strategy that drove real results.", name: "Emily Richardson", role: "CEO, Digital Ventures Inc", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Emily Richardson"
},
{
id: "2", title: "Exceeded All Expectations", quote: "The team brought fresh perspectives and innovative thinking to our project. From strategy to execution, every detail was thoughtfully considered.", name: "David Park", role: "Marketing Director, TechFlow Solutions", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "David Park"
id: "2", title: "Exceeded All Expectations", quote: "The team brought fresh perspectives and innovative thinking to our project. From strategy to execution, every detail was thoughtfully considered.", name: "David Park", role: "Marketing Director, TechFlow Solutions", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "David Park"
},
{
id: "3", title: "A True Creative Partner", quote: "They're more than an agency—they're strategic partners who genuinely care about our success. The results speak for themselves.", name: "Jessica Martinez", role: "Founder, Creative Co", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3", imageAlt: "Jessica Martinez"
id: "3", title: "A True Creative Partner", quote: "They're more than an agency—they're strategic partners who genuinely care about our success. The results speak for themselves.", name: "Jessica Martinez", role: "Founder, Creative Co", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Jessica Martinez"
},
{
id: "4", title: "Outstanding Collaboration", quote: "The collaborative process was seamless. They listened, iterated, and delivered work that perfectly aligned with our vision and values.", name: "Robert Chen", role: "CMO, Growth Marketing Group", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=4", imageAlt: "Robert Chen"
id: "4", title: "Outstanding Collaboration", quote: "The collaborative process was seamless. They listened, iterated, and delivered work that perfectly aligned with our vision and values.", name: "Robert Chen", role: "CMO, Growth Marketing Group", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Robert Chen"
},
{
id: "5", title: "Game-Changing Results", quote: "Our conversion rates improved dramatically after their redesign. They combined aesthetics with functionality in a way we hadn't seen before.", name: "Sarah Anderson", role: "VP Operations, E-Commerce Pro", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=5", imageAlt: "Sarah Anderson"
id: "5", title: "Game-Changing Results", quote: "Our conversion rates improved dramatically after their redesign. They combined aesthetics with functionality in a way we hadn't seen before.", name: "Sarah Anderson", role: "VP Operations, E-Commerce Pro", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Sarah Anderson"
},
{
id: "6", title: "Exceptional Team to Work With", quote: "Professional, creative, and genuinely invested in delivering the best results. Highly recommend to any brand serious about creative excellence.", name: "Michael Foster", role: "Executive Director, Brand Innovation Lab", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=6", imageAlt: "Michael Foster"
id: "6", title: "Exceptional Team to Work With", quote: "Professional, creative, and genuinely invested in delivering the best results. Highly recommend to any brand serious about creative excellence.", name: "Michael Foster", role: "Executive Director, Brand Innovation Lab", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Michael Foster"
}
]}
textboxLayout="default"