fix case study in mobile dev
This commit is contained in:
@@ -41,6 +41,9 @@ import { ShimmerButton } from "../components/ui/shimmer-button";
|
||||
import androidVectorImage from "../src/images/android-vector.png";
|
||||
import { navigateTo } from "@/App";
|
||||
import { Helmet } from "react-helmet-async";
|
||||
import ranoutofImage from "../src/images/ranoutof.webp"
|
||||
import tradersCircuitImage from "../src/images/traders-circuit.webp";
|
||||
import prospertyImage from "../src/images/prosperty.webp";
|
||||
|
||||
// Android Hero Section with Android device mockups and Android vector
|
||||
const AndroidHeroWithCTA = () => {
|
||||
@@ -779,34 +782,34 @@ const AndroidTechStack = () => {
|
||||
const AndroidCaseStudies = () => {
|
||||
const caseStudies = [
|
||||
{
|
||||
title: "E-Commerce Android App with Google Pay",
|
||||
client: "ShopNow",
|
||||
title: "Household Management Revolution",
|
||||
client: "RanOutOf",
|
||||
description:
|
||||
"Comprehensive shopping platform with Google services integration",
|
||||
image:
|
||||
"https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?w=400&h=300&fit=crop&auto=format",
|
||||
"Smart inventory management app that helps households track supplies, create shopping lists, and reduce waste through intelligent notifications.",
|
||||
image: ranoutofImage,
|
||||
results: "3M+ downloads",
|
||||
gradient: "from-accent/20 to-accent/10",
|
||||
gradient: "from-[#007F33]/20 to-[#007F33]/10",
|
||||
buttonLink: "/projects/ranoutof",
|
||||
},
|
||||
{
|
||||
title: "Fitness Tracking Android App",
|
||||
client: "FitAndroid Pro",
|
||||
title: "Financial Trading Platform",
|
||||
client: "Traders Circuit",
|
||||
description:
|
||||
"Advanced fitness tracking with Google Fit integration and wearable support",
|
||||
image:
|
||||
"https://images.unsplash.com/photo-1576091160399-112ba8d25d1f?w=400&h=300&fit=crop&auto=format",
|
||||
"Advanced trading platform with real-time market data, algorithmic trading capabilities, and comprehensive portfolio management tools.",
|
||||
image: tradersCircuitImage,
|
||||
results: "800K+ users",
|
||||
gradient: "from-blue-500/20 to-cyan-500/20",
|
||||
buttonLink: "/projects/traderscircuit",
|
||||
},
|
||||
{
|
||||
title: "Business Productivity Android Suite",
|
||||
client: "WorkFlow",
|
||||
title: "Real Estate Investment Platform",
|
||||
client: "Prosperty",
|
||||
description:
|
||||
"Enterprise-grade productivity app with Google Workspace integration",
|
||||
image:
|
||||
"https://images.unsplash.com/photo-1611224923853-80b023f02d71?w=400&h=300&fit=crop&auto=format",
|
||||
"Digital platform for real estate investment with property analysis, portfolio management, and automated investment recommendations.",
|
||||
image: prospertyImage,
|
||||
results: "1.5M+ downloads",
|
||||
gradient: "from-purple-500/20 to-pink-500/20",
|
||||
gradient: "from-[#a98453]/20 to-[#a98453]/10",
|
||||
buttonLink: "/projects/prosperty",
|
||||
},
|
||||
];
|
||||
|
||||
@@ -872,7 +875,7 @@ const AndroidCaseStudies = () => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 className="text-xl font-semibold text-foreground mb-4 leading-tight">
|
||||
<h3 className="text-xl font-semibold text-foreground mb-4 leading-tight min-h-[45px]">
|
||||
{study.title}
|
||||
</h3>
|
||||
</div>
|
||||
@@ -900,6 +903,7 @@ const AndroidCaseStudies = () => {
|
||||
variant="ghost"
|
||||
size="sm"
|
||||
className="w-full justify-between text-accent hover:text-accent hover:bg-accent/10 group-hover:translate-x-1 transition-all duration-300"
|
||||
onClick={() => navigateTo(study.buttonLink)}
|
||||
>
|
||||
<span className="text-sm font-medium">
|
||||
VIEW CASE STUDY
|
||||
|
||||
Reference in New Issue
Block a user