fix all execpt iosapp
This commit is contained in:
@@ -40,6 +40,7 @@ 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";
|
||||
|
||||
// Enterprise Software Solutions Hero Section
|
||||
const EnterpriseHeroWithCTA = () => {
|
||||
@@ -713,7 +714,7 @@ const EnterpriseTechStack = () => {
|
||||
];
|
||||
|
||||
const cloudPlatforms = [
|
||||
{ name: "AWS", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/amazonwebservices/amazonwebservices-original.svg", category: "Cloud" },
|
||||
{ name: "AWS", logo: awsLogo, category: "Cloud" },
|
||||
{ name: "Azure", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/azure/azure-original.svg", category: "Cloud" },
|
||||
{ name: "Google Cloud", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/googlecloud/googlecloud-original.svg", category: "Cloud" }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user