fix all execpt iosapp
This commit is contained in:
@@ -37,6 +37,8 @@ import { Badge } from "../components/ui/badge";
|
||||
import { Button } from "../components/ui/button";
|
||||
import { Card, CardContent } from "../components/ui/card";
|
||||
import { ShimmerButton } from "../components/ui/shimmer-button";
|
||||
import awsLogo from "../src/images/aws-logo.png";
|
||||
|
||||
|
||||
// Product Modernization Hero Section
|
||||
const ModernizationHeroWithCTA = () => {
|
||||
@@ -671,7 +673,7 @@ const ModernizationTechStack = () => {
|
||||
];
|
||||
|
||||
const cloudPlatforms = [
|
||||
{ name: "AWS", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/amazonwebservices/amazonwebservices-original.svg", category: "Cloud Platform" },
|
||||
{ name: "AWS", logo: awsLogo, category: "Cloud Platform" },
|
||||
{ name: "Azure", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/azure/azure-original.svg", category: "Cloud Platform" },
|
||||
{ name: "Google Cloud", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/googlecloud/googlecloud-original.svg", category: "Cloud Platform" }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user