From ae51d8612eab7aa35b56f5dc121faee8beedfe8f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 04:55:49 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 165 +++++++++++------------------------------------ 1 file changed, 39 insertions(+), 126 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f916af..ca25726 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,8 +24,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }, @@ -33,8 +32,7 @@ export default function HomePage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Contact", href: "/contact" }, { label: "Blog", href: "/blog" }, { label: "LinkedIn", href: "https://linkedin.com" }, @@ -42,8 +40,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Case Studies", href: "/portfolio" }, { label: "AI Tools", href: "#" }, { label: "Documentation", href: "#" }, @@ -81,24 +78,17 @@ export default function HomePage() { tag="Welcome" tagIcon={Zap} tagAnimation="slide-up" + background={{ variant: "plain" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/abstract-futuristic-hero-background-with-1772772778007-39f22dc5.png" imageAlt="Futuristic hero background with neon glows" mediaAnimation="slide-up" testimonials={[ { - name: "Alex Chen", - handle: "CEO, TechVenture", - testimonial: "Supan transformed our marketing strategy with AI-powered insights. Our conversion rates increased by 340%.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/professional-avatar-portrait-with-cyan-a-1772772781256-19684ccb.png?_wi=1", - }, + name: "Alex Chen", handle: "CEO, TechVenture", testimonial: "Supan transformed our marketing strategy with AI-powered insights. Our conversion rates increased by 340%.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/professional-avatar-portrait-with-cyan-a-1772772781256-19684ccb.png"}, { - name: "Sarah Johnson", - handle: "Founder, StartupXYZ", - testimonial: "The automation solutions Supan built saved us 200+ hours monthly. Absolutely game-changing.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/corporate-professional-headshot-with-mod-1772772777251-2af2c446.png?_wi=1", - }, + name: "Sarah Johnson", handle: "Founder, StartupXYZ", testimonial: "The automation solutions Supan built saved us 200+ hours monthly. Absolutely game-changing.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/corporate-professional-headshot-with-mod-1772772777251-2af2c446.png"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -131,63 +121,39 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - title: "Digital Marketing Strategy", - description: "Data-driven marketing campaigns that leverage AI insights to maximize ROI and engagement.", - icon: BarChart3, + title: "Digital Marketing Strategy", description: "Data-driven marketing campaigns that leverage AI insights to maximize ROI and engagement.", icon: BarChart3, mediaItems: [ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/digital-marketing-dashboard-interface-wi-1772772778408-0b132db9.png?_wi=1", - imageAlt: "Marketing dashboard interface", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/digital-marketing-dashboard-interface-wi-1772772778408-0b132db9.png", imageAlt: "Marketing dashboard interface"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/digital-marketing-dashboard-interface-wi-1772772778408-0b132db9.png?_wi=2", - imageAlt: "Analytics visualization", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/digital-marketing-dashboard-interface-wi-1772772778408-0b132db9.png", imageAlt: "Analytics visualization"}, ], }, { - title: "AI & Automation Engineering", - description: "Custom AI solutions and workflow automation that reduce manual work and increase productivity.", - icon: Brain, + title: "AI & Automation Engineering", description: "Custom AI solutions and workflow automation that reduce manual work and increase productivity.", icon: Brain, mediaItems: [ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/ai-and-automation-workflow-visualization-1772772779271-17be052c.png?_wi=1", - imageAlt: "AI automation workflow", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/ai-and-automation-workflow-visualization-1772772779271-17be052c.png", imageAlt: "AI automation workflow"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/ai-and-automation-workflow-visualization-1772772779271-17be052c.png?_wi=2", - imageAlt: "Machine learning diagram", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/ai-and-automation-workflow-visualization-1772772779271-17be052c.png", imageAlt: "Machine learning diagram"}, ], }, { - title: "Web Development & Design", - description: "Futuristic, responsive websites and applications built with modern tech stack and SEO optimization.", - icon: Code, + title: "Web Development & Design", description: "Futuristic, responsive websites and applications built with modern tech stack and SEO optimization.", icon: Code, mediaItems: [ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/web-development-interface-with-code-edit-1772772778251-7d825bdb.png?_wi=1", - imageAlt: "Web development interface", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/web-development-interface-with-code-edit-1772772778251-7d825bdb.png", imageAlt: "Web development interface"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/web-development-interface-with-code-edit-1772772778251-7d825bdb.png?_wi=2", - imageAlt: "Responsive design mockup", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/web-development-interface-with-code-edit-1772772778251-7d825bdb.png", imageAlt: "Responsive design mockup"}, ], }, { - title: "Growth & Scaling Consulting", - description: "Strategic advisory for startups and enterprises to scale operations, optimize processes, and expand market reach.", - icon: TrendingUp, + title: "Growth & Scaling Consulting", description: "Strategic advisory for startups and enterprises to scale operations, optimize processes, and expand market reach.", icon: TrendingUp, mediaItems: [ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/digital-marketing-dashboard-interface-wi-1772772778408-0b132db9.png?_wi=3", - imageAlt: "Growth analytics", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/digital-marketing-dashboard-interface-wi-1772772778408-0b132db9.png", imageAlt: "Growth analytics"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/ai-and-automation-workflow-visualization-1772772779271-17be052c.png?_wi=3", - imageAlt: "Scaling strategy", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/ai-and-automation-workflow-visualization-1772772779271-17be052c.png", imageAlt: "Scaling strategy"}, ], }, ]} @@ -208,35 +174,14 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "1", - brand: "MarketFlow AI", - name: "Marketing Automation Platform", - price: "$2.4M ARR", - rating: 5, - reviewCount: "500+", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/sleek-marketing-automation-platform-inte-1772772778038-bd389bd0.png?_wi=1", - imageAlt: "MarketFlow marketing automation platform", - }, + id: "1", brand: "MarketFlow AI", name: "Marketing Automation Platform", price: "$2.4M ARR", rating: 5, + reviewCount: "500+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/sleek-marketing-automation-platform-inte-1772772778038-bd389bd0.png", imageAlt: "MarketFlow marketing automation platform"}, { - id: "2", - brand: "InsightLabs", - name: "AI Analytics Engine", - price: "$1.8M ARR", - rating: 5, - reviewCount: "350+", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/ai-powered-analytics-tool-with-glowing-d-1772772777541-2ef794e7.png?_wi=1", - imageAlt: "InsightLabs AI analytics", - }, + id: "2", brand: "InsightLabs", name: "AI Analytics Engine", price: "$1.8M ARR", rating: 5, + reviewCount: "350+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/ai-powered-analytics-tool-with-glowing-d-1772772777541-2ef794e7.png", imageAlt: "InsightLabs AI analytics"}, { - id: "3", - brand: "VendorHub", - name: "E-Commerce Platform", - price: "$5.2M GMV", - rating: 5, - reviewCount: "1.2k", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/e-commerce-platform-with-futuristic-desi-1772772780026-3ddc90c5.png?_wi=1", - imageAlt: "VendorHub e-commerce platform", - }, + id: "3", brand: "VendorHub", name: "E-Commerce Platform", price: "$5.2M GMV", rating: 5, + reviewCount: "1.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/e-commerce-platform-with-futuristic-desi-1772772780026-3ddc90c5.png", imageAlt: "VendorHub e-commerce platform"}, ]} gridVariant="three-columns-all-equal-width" animationType="scale-rotate" @@ -256,28 +201,16 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "50+", - title: "Projects Completed", - items: ["Full-stack web applications", "AI/ML implementations", "Marketing automation systems"], + id: "1", value: "50+", title: "Projects Completed", items: ["Full-stack web applications", "AI/ML implementations", "Marketing automation systems"], }, { - id: "2", - value: "8+", - title: "Years of Experience", - items: ["Digital strategy & marketing", "Software engineering", "Business automation"], + id: "2", value: "8+", title: "Years of Experience", items: ["Digital strategy & marketing", "Software engineering", "Business automation"], }, { - id: "3", - value: "15+", - title: "Industries Served", - items: ["SaaS & Tech startups", "E-commerce platforms", "Enterprise corporations"], + id: "3", value: "15+", title: "Industries Served", items: ["SaaS & Tech startups", "E-commerce platforms", "Enterprise corporations"], }, { - id: "4", - value: "340%", - title: "Avg. ROI Improvement", - items: ["Marketing optimization", "Process automation", "Revenue growth acceleration"], + id: "4", value: "340%", title: "Avg. ROI Improvement", items: ["Marketing optimization", "Process automation", "Revenue growth acceleration"], }, ]} animationType="blur-reveal" @@ -297,37 +230,17 @@ export default function HomePage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Alex Chen", - role: "CEO", - company: "TechVenture", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/professional-avatar-portrait-with-cyan-a-1772772781256-19684ccb.png?_wi=2", - }, + id: "1", name: "Alex Chen", role: "CEO", company: "TechVenture", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/professional-avatar-portrait-with-cyan-a-1772772781256-19684ccb.png"}, { - id: "2", - name: "Sarah Johnson", - role: "Founder", - company: "StartupXYZ", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/corporate-professional-headshot-with-mod-1772772777251-2af2c446.png?_wi=2", - }, + id: "2", name: "Sarah Johnson", role: "Founder", company: "StartupXYZ", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/corporate-professional-headshot-with-mod-1772772777251-2af2c446.png"}, { - id: "3", - name: "Michael Park", - role: "VP Product", - company: "GrowthCo", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/startup-founder-portrait-with-sleek-mode-1772772778499-a58f7028.png?_wi=1", - }, + id: "3", name: "Michael Park", role: "VP Product", company: "GrowthCo", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/startup-founder-portrait-with-sleek-mode-1772772778499-a58f7028.png"}, { - id: "4", - name: "Emily Rodriguez", - role: "CMO", - company: "InnovateLabs", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/executive-leader-portrait-with-professio-1772772780849-15836de1.png", - }, + id: "4", name: "Emily Rodriguez", role: "CMO", company: "InnovateLabs", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/executive-leader-portrait-with-professio-1772772780849-15836de1.png"}, ]} kpiItems={[ { value: "98%", label: "Client Satisfaction" }, @@ -354,7 +267,7 @@ export default function HomePage() { { text: "Send Email", href: "mailto:hello@supandesai.com" }, ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1 From 2a3ec663779365472c0b0faf4807b96b53af9629 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 04:55:49 +0000 Subject: [PATCH 2/2] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 71 +++++++++----------------------------- 1 file changed, 16 insertions(+), 55 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index fe9057c..02ec943 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -20,8 +20,7 @@ export default function PortfolioPage() { const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }, @@ -29,8 +28,7 @@ export default function PortfolioPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Contact", href: "/contact" }, { label: "Blog", href: "/blog" }, { label: "LinkedIn", href: "https://linkedin.com" }, @@ -38,8 +36,7 @@ export default function PortfolioPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Case Studies", href: "/portfolio" }, { label: "AI Tools", href: "#" }, { label: "Documentation", href: "#" }, @@ -79,35 +76,14 @@ export default function PortfolioPage() { tagAnimation="slide-up" products={[ { - id: "1", - brand: "MarketFlow AI", - name: "Marketing Automation Platform", - price: "$2.4M ARR", - rating: 5, - reviewCount: "500+", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/sleek-marketing-automation-platform-inte-1772772778038-bd389bd0.png?_wi=2", - imageAlt: "MarketFlow marketing automation platform", - }, + id: "1", brand: "MarketFlow AI", name: "Marketing Automation Platform", price: "$2.4M ARR", rating: 5, + reviewCount: "500+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/sleek-marketing-automation-platform-inte-1772772778038-bd389bd0.png", imageAlt: "MarketFlow marketing automation platform"}, { - id: "2", - brand: "InsightLabs", - name: "AI Analytics Engine", - price: "$1.8M ARR", - rating: 5, - reviewCount: "350+", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/ai-powered-analytics-tool-with-glowing-d-1772772777541-2ef794e7.png?_wi=2", - imageAlt: "InsightLabs AI analytics", - }, + id: "2", brand: "InsightLabs", name: "AI Analytics Engine", price: "$1.8M ARR", rating: 5, + reviewCount: "350+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/ai-powered-analytics-tool-with-glowing-d-1772772777541-2ef794e7.png", imageAlt: "InsightLabs AI analytics"}, { - id: "3", - brand: "VendorHub", - name: "E-Commerce Platform", - price: "$5.2M GMV", - rating: 5, - reviewCount: "1.2k", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/e-commerce-platform-with-futuristic-desi-1772772780026-3ddc90c5.png?_wi=2", - imageAlt: "VendorHub e-commerce platform", - }, + id: "3", brand: "VendorHub", name: "E-Commerce Platform", price: "$5.2M GMV", rating: 5, + reviewCount: "1.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/e-commerce-platform-with-futuristic-desi-1772772780026-3ddc90c5.png", imageAlt: "VendorHub e-commerce platform"}, ]} gridVariant="three-columns-all-equal-width" animationType="scale-rotate" @@ -127,29 +103,14 @@ export default function PortfolioPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Alex Chen", - role: "CEO", - company: "TechVenture", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/professional-avatar-portrait-with-cyan-a-1772772781256-19684ccb.png?_wi=4", - }, + id: "1", name: "Alex Chen", role: "CEO", company: "TechVenture", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/professional-avatar-portrait-with-cyan-a-1772772781256-19684ccb.png"}, { - id: "2", - name: "Sarah Johnson", - role: "Founder", - company: "StartupXYZ", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/corporate-professional-headshot-with-mod-1772772777251-2af2c446.png?_wi=4", - }, + id: "2", name: "Sarah Johnson", role: "Founder", company: "StartupXYZ", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/corporate-professional-headshot-with-mod-1772772777251-2af2c446.png"}, { - id: "3", - name: "Michael Park", - role: "VP Product", - company: "GrowthCo", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/startup-founder-portrait-with-sleek-mode-1772772778499-a58f7028.png?_wi=3", - }, + id: "3", name: "Michael Park", role: "VP Product", company: "GrowthCo", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbxYm73ZAbZkw7add57OOh7jb/startup-founder-portrait-with-sleek-mode-1772772778499-a58f7028.png"}, ]} kpiItems={[ { value: "340%", label: "Avg ROI Increase" }, @@ -176,7 +137,7 @@ export default function PortfolioPage() { { text: "Schedule Discovery Call", href: "/contact" }, ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1