almost all linking done exept underdevelopment pages or not developed
This commit is contained in:
@@ -1,27 +1,27 @@
|
||||
import React from "react";
|
||||
import { motion } from "framer-motion";
|
||||
import { Navigation } from "../components/Navigation";
|
||||
import { Footer } from "../components/Footer";
|
||||
import { ProcessSection } from "../components/ProcessSection";
|
||||
import { FAQSection } from "../components/FAQSection";
|
||||
import { AnimatedGradientText } from "../components/AnimatedGradientText";
|
||||
import { Button } from "../components/ui/button";
|
||||
import { ShimmerButton } from "../components/ui/shimmer-button";
|
||||
import { Badge } from "../components/ui/badge";
|
||||
import { Card, CardContent } from "../components/ui/card";
|
||||
import { GridPattern } from "../components/GridPattern";
|
||||
import { navigateTo } from "../App";
|
||||
import {
|
||||
Palette, PenTool, Users, Star, Figma, Eye,
|
||||
ArrowRight, ChevronRight, Clock, TrendingUp, Heart, Layers,
|
||||
Target, Layout, Rocket, Monitor, Lightbulb, RefreshCcw, ShieldCheck,
|
||||
MessageSquare, CheckCircle, Coffee,
|
||||
Download, Calendar, Camera, Music, Gamepad2,
|
||||
CreditCard, Bell, Mail, Search, Home, MapPin,
|
||||
Github, Slack, Chrome, Zap as ZapIcon, Video, MessageCircle, Brain,
|
||||
Cog, Settings, Sparkles, Handshake, Award, UserPlus, MousePointer, Smile
|
||||
} from "lucide-react";
|
||||
import UIUXDesignAnimation from "@/components/UIUXDesignAnimation";
|
||||
import { motion } from "framer-motion";
|
||||
import {
|
||||
Calendar,
|
||||
Eye,
|
||||
Heart, Layers,
|
||||
Layout,
|
||||
Lightbulb,
|
||||
MousePointer,
|
||||
Palette, PenTool,
|
||||
Rocket,
|
||||
TrendingUp,
|
||||
UserPlus,
|
||||
Users
|
||||
} from "lucide-react";
|
||||
import { navigateTo } from "../App";
|
||||
import { FAQSection } from "../components/FAQSection";
|
||||
import { Footer } from "../components/Footer";
|
||||
import { Navigation } from "../components/Navigation";
|
||||
import { ProcessSection } from "../components/ProcessSection";
|
||||
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";
|
||||
|
||||
// Enhanced Hero Section
|
||||
const HeroWithCTA = () => {
|
||||
@@ -458,7 +458,8 @@ const InlineCTA = () => {
|
||||
<div className="flex flex-col items-center gap-4">
|
||||
<ShimmerButton
|
||||
className="text-xl px-10 py-5 rounded-2xl shadow-lg hover:shadow-xl bg-[#E5195E] hover:bg-[#E5195E]/90"
|
||||
onClick={() => navigateTo('/contact/schedule-a-discovery-call')}
|
||||
// onClick={() => navigateTo('/contact/schedule-a-discovery-call')}
|
||||
onClick={() => navigateTo("/start-a-project")}
|
||||
>
|
||||
<div className="inline-flex items-center gap-3">
|
||||
<PenTool className="w-6 h-6 flex-shrink-0" />
|
||||
|
||||
Reference in New Issue
Block a user