Merge version_1 into main #2
@@ -18,32 +18,28 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Portfolio",
|
||||
items: [
|
||||
title: "Portfolio", items: [
|
||||
{ label: "Work", href: "/work" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Process", href: "/#process" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Dashboard", href: "/dashboard" },
|
||||
{ label: "Case Studies", href: "/cases" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "Email", href: "mailto:hello@arizvi.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -58,7 +54,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -82,7 +78,7 @@ export default function AboutPage() {
|
||||
{ value: "8+", title: "Years of Experience" },
|
||||
{ value: "200+", title: "Happy Collaborators" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
imageAlt="Professional journey"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -98,34 +94,19 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Collaboration",
|
||||
title: "Partnership First",
|
||||
subtitle: "Success through teamwork",
|
||||
description:
|
||||
"I believe the best work happens when there's genuine collaboration. I actively listen to your vision, challenges, and aspirations. Your insights combined with my expertise create solutions that truly resonate.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/diverse-people-stacking-hands-together_53876-25110.jpg?_wi=2",
|
||||
},
|
||||
tag: "Collaboration", title: "Partnership First", subtitle: "Success through teamwork", description:
|
||||
"I believe the best work happens when there's genuine collaboration. I actively listen to your vision, challenges, and aspirations. Your insights combined with my expertise create solutions that truly resonate.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/diverse-people-stacking-hands-together_53876-25110.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Innovation",
|
||||
title: "Push Boundaries",
|
||||
subtitle: "Exploring new possibilities",
|
||||
description:
|
||||
"Creativity thrives at the intersection of exploration and strategy. I constantly seek fresh perspectives, emerging trends, and unconventional approaches to bring innovative solutions that set your work apart.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/creation-ideas-light-bule-imagination-arts-development-concept_53876-132568.jpg?_wi=2",
|
||||
},
|
||||
tag: "Innovation", title: "Push Boundaries", subtitle: "Exploring new possibilities", description:
|
||||
"Creativity thrives at the intersection of exploration and strategy. I constantly seek fresh perspectives, emerging trends, and unconventional approaches to bring innovative solutions that set your work apart.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/creation-ideas-light-bule-imagination-arts-development-concept_53876-132568.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Excellence",
|
||||
title: "Detail Matters",
|
||||
subtitle: "Uncompromising quality",
|
||||
description:
|
||||
"Every pixel, every word, every interaction is deliberate. I obsess over details because they compound to create exceptional experiences. Quality is not an option—it's the foundation of everything I deliver.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169862.jpg?_wi=2",
|
||||
},
|
||||
tag: "Excellence", title: "Detail Matters", subtitle: "Uncompromising quality", description:
|
||||
"Every pixel, every word, every interaction is deliberate. I obsess over details because they compound to create exceptional experiences. Quality is not an option—it's the foundation of everything I deliver.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169862.jpg"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -137,9 +118,9 @@ export default function AboutPage() {
|
||||
tag="Let's Talk"
|
||||
title="Ready to Collaborate?"
|
||||
description="Whether you're curious about my work, have a project in mind, or simply want to connect, I'm always open to conversations. Reach out and let's explore what we can create together."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-people-stacking-hands-together_53876-25110.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-people-stacking-hands-together_53876-25110.jpg"
|
||||
imageAlt="Collaboration"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -18,32 +18,28 @@ export default function DashboardPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Portfolio",
|
||||
items: [
|
||||
title: "Portfolio", items: [
|
||||
{ label: "Work", href: "/work" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Process", href: "/#process" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Dashboard", href: "/dashboard" },
|
||||
{ label: "Case Studies", href: "/cases" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "Email", href: "mailto:hello@arizvi.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -58,7 +54,7 @@ export default function DashboardPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -77,13 +73,13 @@ export default function DashboardPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Dashboard"
|
||||
description="Seamlessly manage your creative portfolio and work posts. Track projects, collaborate with teams, and showcase your best work in one intuitive platform designed for creative professionals."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Access Dashboard", href: "https://dashboard.arizvi.com" },
|
||||
{ text: "Learn Features", href: "#features" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169862.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169862.jpg"
|
||||
imageAlt="Dashboard interface"
|
||||
frameStyle="browser"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -102,29 +98,14 @@ export default function DashboardPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Post Management",
|
||||
price: "Organize",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/creation-ideas-light-bule-imagination-arts-development-concept_53876-132568.jpg?_wi=3",
|
||||
imageAlt: "Post Management",
|
||||
},
|
||||
id: "1", name: "Post Management", price: "Organize", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/creation-ideas-light-bule-imagination-arts-development-concept_53876-132568.jpg", imageAlt: "Post Management"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Collaboration Tools",
|
||||
price: "Connect",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/diverse-people-stacking-hands-together_53876-25110.jpg?_wi=4",
|
||||
imageAlt: "Collaboration Tools",
|
||||
},
|
||||
id: "2", name: "Collaboration Tools", price: "Connect", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/diverse-people-stacking-hands-together_53876-25110.jpg", imageAlt: "Collaboration Tools"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Analytics Insights",
|
||||
price: "Analyze",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-pointing-important-papers-cork-board_329181-15333.jpg?_wi=2",
|
||||
imageAlt: "Analytics Insights",
|
||||
},
|
||||
id: "3", name: "Analytics Insights", price: "Analyze", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-pointing-important-papers-cork-board_329181-15333.jpg", imageAlt: "Analytics Insights"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,9 +115,9 @@ export default function DashboardPage() {
|
||||
tag="Dashboard Access"
|
||||
title="Start Creating Today"
|
||||
description="Join the creative community and unlock the full potential of your portfolio. Get early access to the dashboard and be part of something special."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg"
|
||||
imageAlt="Creative workspace"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
197
src/app/page.tsx
197
src/app/page.tsx
@@ -21,32 +21,28 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Portfolio",
|
||||
items: [
|
||||
title: "Portfolio", items: [
|
||||
{ label: "Work", href: "/work" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Process", href: "/#process" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Dashboard", href: "/dashboard" },
|
||||
{ label: "Case Studies", href: "/cases" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "Email", href: "mailto:hello@arizvi.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -61,7 +57,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -85,13 +81,13 @@ export default function HomePage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="A.Rizvi"
|
||||
description="Creative professional showcasing innovative work and connecting with like-minded collaborators. Explore my portfolio, share ideas, and build meaningful connections."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "View Dashboard", href: "/dashboard" },
|
||||
{ text: "Learn More", href: "/about" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg"
|
||||
imageAlt="Portfolio showcase"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -108,7 +104,7 @@ export default function HomePage() {
|
||||
{ value: "50+", title: "Projects Completed" },
|
||||
{ value: "100+", title: "Connections Made" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
imageAlt="Professional portrait"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -124,44 +120,24 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Discovery",
|
||||
title: "Understand",
|
||||
subtitle: "Deep dive into your vision",
|
||||
description:
|
||||
"I start by understanding your goals, audience, and unique value proposition. Through collaborative discussions and research, we establish a solid foundation for the creative work ahead.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/asian-woman-standing-window-office-looking-printouts-with-business-graphs-glass_1098-20215.jpg",
|
||||
},
|
||||
tag: "Discovery", title: "Understand", subtitle: "Deep dive into your vision", description:
|
||||
"I start by understanding your goals, audience, and unique value proposition. Through collaborative discussions and research, we establish a solid foundation for the creative work ahead.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/asian-woman-standing-window-office-looking-printouts-with-business-graphs-glass_1098-20215.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Strategy",
|
||||
title: "Plan",
|
||||
subtitle: "Strategic roadmap creation",
|
||||
description:
|
||||
"Armed with insights, I develop a comprehensive strategy that aligns with your objectives. This includes concept development, visual direction, and a clear execution plan.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-pointing-important-papers-cork-board_329181-15333.jpg?_wi=1",
|
||||
},
|
||||
tag: "Strategy", title: "Plan", subtitle: "Strategic roadmap creation", description:
|
||||
"Armed with insights, I develop a comprehensive strategy that aligns with your objectives. This includes concept development, visual direction, and a clear execution plan.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-pointing-important-papers-cork-board_329181-15333.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Execution",
|
||||
title: "Create",
|
||||
subtitle: "Bringing concepts to reality",
|
||||
description:
|
||||
"With precision and attention to detail, I execute the plan, iterating based on feedback and maintaining excellence throughout the creative process.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/creation-ideas-light-bule-imagination-arts-development-concept_53876-132568.jpg?_wi=1",
|
||||
},
|
||||
tag: "Execution", title: "Create", subtitle: "Bringing concepts to reality", description:
|
||||
"With precision and attention to detail, I execute the plan, iterating based on feedback and maintaining excellence throughout the creative process.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/creation-ideas-light-bule-imagination-arts-development-concept_53876-132568.jpg"},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Delivery",
|
||||
title: "Launch",
|
||||
subtitle: "Polished final deliverables",
|
||||
description:
|
||||
"The finished work is refined, tested, and delivered with comprehensive documentation. I ensure everything exceeds expectations and is ready for immediate impact.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delivery-man-throwing-parcel-air_23-2148579126.jpg",
|
||||
},
|
||||
tag: "Delivery", title: "Launch", subtitle: "Polished final deliverables", description:
|
||||
"The finished work is refined, tested, and delivered with comprehensive documentation. I ensure everything exceeds expectations and is ready for immediate impact.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delivery-man-throwing-parcel-air_23-2148579126.jpg"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -179,29 +155,14 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Brand Identity System",
|
||||
price: "2024",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg",
|
||||
imageAlt: "Brand Identity System",
|
||||
},
|
||||
id: "1", name: "Brand Identity System", price: "2024", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg", imageAlt: "Brand Identity System"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Digital Experience Design",
|
||||
price: "2024",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169862.jpg?_wi=1",
|
||||
imageAlt: "Digital Experience Design",
|
||||
},
|
||||
id: "2", name: "Digital Experience Design", price: "2024", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169862.jpg", imageAlt: "Digital Experience Design"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Creative Campaign",
|
||||
price: "2023",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-psd/creative-marketing-agency-social-media-story-design-template_47987-33977.jpg",
|
||||
imageAlt: "Creative Campaign",
|
||||
},
|
||||
id: "3", name: "Creative Campaign", price: "2023", imageSrc:
|
||||
"http://img.b2bpic.net/free-psd/creative-marketing-agency-social-media-story-design-template_47987-33977.jpg", imageAlt: "Creative Campaign"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -215,89 +176,35 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen, Creative Director at Studio X",
|
||||
date: "Date: 15 January 2025",
|
||||
title: "Exceptional creative talent",
|
||||
quote:
|
||||
"A.Rizvi brought fresh perspectives and meticulous attention to detail. The work transformed our vision into something truly remarkable. Highly recommended for any ambitious project.",
|
||||
tag: "Enterprise",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
id: "1", name: "Sarah Chen, Creative Director at Studio X", date: "Date: 15 January 2025", title: "Exceptional creative talent", quote:
|
||||
"A.Rizvi brought fresh perspectives and meticulous attention to detail. The work transformed our vision into something truly remarkable. Highly recommended for any ambitious project.", tag: "Enterprise", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Johnson, Founder at Digital Ventures",
|
||||
date: "Date: 10 January 2025",
|
||||
title: "True professional",
|
||||
quote:
|
||||
"Working with A.Rizvi was seamless from concept to delivery. The attention to aesthetic detail combined with strategic thinking delivered results beyond our expectations.",
|
||||
tag: "Startup",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg?_wi=1",
|
||||
imageAlt: "Marcus Johnson",
|
||||
},
|
||||
id: "2", name: "Marcus Johnson, Founder at Digital Ventures", date: "Date: 10 January 2025", title: "True professional", quote:
|
||||
"Working with A.Rizvi was seamless from concept to delivery. The attention to aesthetic detail combined with strategic thinking delivered results beyond our expectations.", tag: "Startup", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", imageAlt: "Marcus Johnson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Wilson, Brand Manager at TechFlow",
|
||||
date: "Date: 05 January 2025",
|
||||
title: "Innovative and reliable",
|
||||
quote:
|
||||
"The portfolio and dashboard solution A.Rizvi created perfectly showcased our brand. Communication was excellent and the final product exceeded all specifications.",
|
||||
tag: "Enterprise",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2",
|
||||
imageAlt: "Emma Wilson",
|
||||
},
|
||||
id: "3", name: "Emma Wilson, Brand Manager at TechFlow", date: "Date: 05 January 2025", title: "Innovative and reliable", quote:
|
||||
"The portfolio and dashboard solution A.Rizvi created perfectly showcased our brand. Communication was excellent and the final product exceeded all specifications.", tag: "Enterprise", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Wilson"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Park, Creative Lead at InnovateCo",
|
||||
date: "Date: 28 December 2024",
|
||||
title: "Outstanding collaboration",
|
||||
quote:
|
||||
"A.Rizvi demonstrates a rare combination of technical skill and creative vision. The work delivered was not just beautiful but strategically sound and highly effective.",
|
||||
tag: "Agency",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg?_wi=2",
|
||||
imageAlt: "David Park",
|
||||
},
|
||||
id: "4", name: "David Park, Creative Lead at InnovateCo", date: "Date: 28 December 2024", title: "Outstanding collaboration", quote:
|
||||
"A.Rizvi demonstrates a rare combination of technical skill and creative vision. The work delivered was not just beautiful but strategically sound and highly effective.", tag: "Agency", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", imageAlt: "David Park"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Rodriguez, Project Manager at Design Hub",
|
||||
date: "Date: 20 December 2024",
|
||||
title: "Highly recommended",
|
||||
quote:
|
||||
"From the initial concept phase through final delivery, A.Rizvi maintained professionalism and creativity. The work perfectly balanced aesthetics with functionality.",
|
||||
tag: "Agency",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3",
|
||||
imageAlt: "Lisa Rodriguez",
|
||||
},
|
||||
id: "5", name: "Lisa Rodriguez, Project Manager at Design Hub", date: "Date: 20 December 2024", title: "Highly recommended", quote:
|
||||
"From the initial concept phase through final delivery, A.Rizvi maintained professionalism and creativity. The work perfectly balanced aesthetics with functionality.", tag: "Agency", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Lisa Rodriguez"},
|
||||
{
|
||||
id: "6",
|
||||
name: "James Anderson, CEO at Digital Solutions",
|
||||
date: "Date: 15 December 2024",
|
||||
title: "Exceeded expectations",
|
||||
quote:
|
||||
"The minimalist design approach perfectly captured our brand essence. A.Rizvi's attention to detail and creative problem-solving made all the difference.",
|
||||
tag: "Enterprise",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg?_wi=3",
|
||||
imageAlt: "James Anderson",
|
||||
},
|
||||
id: "6", name: "James Anderson, CEO at Digital Solutions", date: "Date: 15 December 2024", title: "Exceeded expectations", quote:
|
||||
"The minimalist design approach perfectly captured our brand essence. A.Rizvi's attention to detail and creative problem-solving made all the difference.", tag: "Enterprise", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", imageAlt: "James Anderson"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -307,9 +214,9 @@ export default function HomePage() {
|
||||
tag="Get In Touch"
|
||||
title="Let's Connect and Create"
|
||||
description="Whether you have a project in mind, want to collaborate, or simply want to connect - I'd love to hear from you. Drop your email and let's start a conversation."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-people-stacking-hands-together_53876-25110.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-people-stacking-hands-together_53876-25110.jpg"
|
||||
imageAlt="Connection illustration"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user