diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index db530ab..8c7394c 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -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"
diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx
index 7885b6c..da6523f 100644
--- a/src/app/dashboard/page.tsx
+++ b/src/app/dashboard/page.tsx
@@ -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() {
@@ -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"
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 78f8c9f..eb0e8af 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -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"},
]}
/>
@@ -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"