diff --git a/assets/aihospital.jpg b/assets/aihospital.jpg new file mode 100644 index 0000000..fc6c82d Binary files /dev/null and b/assets/aihospital.jpg differ diff --git a/assets/hospitalise.jpg b/assets/hospitalise.jpg new file mode 100644 index 0000000..e2fd21f Binary files /dev/null and b/assets/hospitalise.jpg differ diff --git a/components/HeroSection.tsx b/components/HeroSection.tsx index 2dcb70f..fed88d4 100644 --- a/components/HeroSection.tsx +++ b/components/HeroSection.tsx @@ -70,7 +70,8 @@ export function HeroSection() { animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.8, delay: 0.3 }} > - Architecting Digital Success for Startups & Enterprises + {/* Architecting Digital Success for Startups & Enterprises */} + AI mobile application developers for Startups & Enterprises { const navigate = useNavigate(); - + if (!isOpen) return null; const handleNavigate = (path: string, target?: string) => { @@ -1030,9 +1030,8 @@ export const Navigation = () => { {item} {hasDropdown(item) && ( )} @@ -1045,7 +1044,8 @@ export const Navigation = () => { onClick={() => handleNavigation("/start-a-project")} className="hidden lg:flex" > - Get Started + {/* Get Started */} + Contact Us {/* Mobile Menu Button */} @@ -1100,7 +1100,7 @@ export const Navigation = () => { {item} ))} - + {/* Mobile Resources Submenu */}
{navigationData.resources.map((resource) => ( @@ -1124,7 +1124,8 @@ export const Navigation = () => { onClick={() => handleNavigation("/start-a-project")} className="w-full mt-4" > - Get Started + {/* Get Started */} + Contact Us
diff --git a/components/PackagesSection.tsx b/components/PackagesSection.tsx index 16c4f67..02e29eb 100644 --- a/components/PackagesSection.tsx +++ b/components/PackagesSection.tsx @@ -15,7 +15,8 @@ const packages: Package[] = [ icon: , title: "The Blueprint", timeline: "Product Definition in 1 Week", - priceRange: "$1,500 - $2,500", + // priceRange: "$1,500 - $2,500", + priceRange: "", features: [ "Strategy & roadmap", "User flows & wireframes", @@ -26,7 +27,9 @@ const packages: Package[] = [ icon: , title: "The Prototype", timeline: "Working Demo in 2 Weeks", - priceRange: "$6,000 - $8,000", + // priceRange: "$6,000 - $8,000", + priceRange: "", + features: [ "Functional web or mobile prototype", "Core features implemented", @@ -37,7 +40,9 @@ const packages: Package[] = [ icon: , title: "The Launchpad", timeline: "Market-Ready MVP in 6 Weeks", - priceRange: "$20,000 - $30,000", + // priceRange: "$20,000 - $30,000", + priceRange: "", + features: [ "Full website or app", "SEO-optimized & scalable", @@ -50,7 +55,7 @@ export const PackagesSection = () => { return (
- +
{ Choose Your Speed. We'll Deliver Your Launch. - +
{packages.map((pkg, index) => ( {
{pkg.icon}
- + {/* Title */}

{pkg.title}

- + {/* Timeline */}

{pkg.timeline}

- + {/* Price Range */}
{pkg.priceRange}
- + {/* Features List */}
    {pkg.features.map((feature, idx) => ( diff --git a/pages/AutomationReshapingBusiness.tsx b/pages/AutomationReshapingBusiness.tsx index 8bb64e8..b599450 100644 --- a/pages/AutomationReshapingBusiness.tsx +++ b/pages/AutomationReshapingBusiness.tsx @@ -9,6 +9,7 @@ import { Separator } from "../components/ui/separator"; import { Calendar, Clock, User, ArrowRight, Share2, Linkedin, Twitter, ExternalLink, Tag } from "lucide-react"; import { ImageWithFallback } from "../components/figma/ImageWithFallback"; import { useNavigate } from "react-router-dom"; +import hospitalAi from "../assets/aihospital.jpg" const articleData = { id: "automation-reshaping-business", @@ -276,7 +277,8 @@ const articleData = { title: "The Future of AI in Healthcare: Transforming Patient Care Through Technology", excerpt: "Discover how artificial intelligence is revolutionizing healthcare delivery and patient outcomes.", readTime: "12 min read", - image: "https://images.unsplash.com/photo-1576091160399-112ba8d25d1f?w=400&h=250&fit=crop&auto=format", + // image: "https://images.unsplash.com/photo-1576091160399-112ba8d25d1f?w=400&h=250&fit=crop&auto=format", + image: hospitalAi, category: "Healthcare AI" } ] @@ -286,7 +288,7 @@ export const AutomationReshapingBusiness = () => { const handleShare = (platform: string) => { const url = encodeURIComponent(window.location.href); const title = encodeURIComponent(articleData.title); - + let shareUrl = ''; switch (platform) { case 'linkedin': @@ -299,7 +301,7 @@ export const AutomationReshapingBusiness = () => { shareUrl = `https://wa.me/?text=${title} ${url}`; break; } - + if (shareUrl) { window.open(shareUrl, '_blank', 'width=600,height=400'); } @@ -310,7 +312,7 @@ export const AutomationReshapingBusiness = () => { return (
    {/* */} - + {/* Hero Section */}
    @@ -377,13 +379,13 @@ export const AutomationReshapingBusiness = () => {
    - + {/* Article Content - 70% */}
    {/* Article Body */} -
    - + {/* Related Articles */}

    You Might Also Like

    {articleData.relatedArticles.map((article) => ( -
    navigate(`/articles/${article.id}`)} > @@ -508,11 +510,11 @@ export const AutomationReshapingBusiness = () => {
    ))}
    - + - - - - -