changes 1 - 21/07
This commit is contained in:
@@ -39,6 +39,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 { navigateTo } from "@/App";
|
||||
|
||||
// Wearable & Device App Development Hero Section
|
||||
const WearableHeroWithCTA = () => {
|
||||
@@ -83,7 +84,10 @@ const WearableHeroWithCTA = () => {
|
||||
transition={{ duration: 0.8, delay: 0.3 }}
|
||||
className="flex flex-col sm:flex-row gap-4"
|
||||
>
|
||||
<ShimmerButton className="text-lg px-8 py-4">
|
||||
<ShimmerButton
|
||||
className="text-lg px-8 py-4"
|
||||
onClick={() => navigateTo("/start-a-project")}
|
||||
>
|
||||
<div className="inline-flex items-center gap-2">
|
||||
<Watch className="w-5 h-5 flex-shrink-0" />
|
||||
<span>Discover Wearable Solutions</span>
|
||||
@@ -94,7 +98,7 @@ const WearableHeroWithCTA = () => {
|
||||
className="inline-flex items-center justify-center gap-2 rounded-md bg-gray-800 px-8 py-4 text-lg font-medium text-white transition hover:bg-gray-700 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gray-700 whitespace-nowrap"
|
||||
>
|
||||
<MessageSquare className="w-4 h-4 flex-shrink-0" />
|
||||
<span>Request a Device App Consultation</span>
|
||||
<span>Request Consultation</span>
|
||||
</a>
|
||||
</motion.div>
|
||||
</motion.div>
|
||||
@@ -1227,7 +1231,10 @@ const WearableInlineCTA = () => {
|
||||
ecosystems.
|
||||
</p>
|
||||
|
||||
<ShimmerButton className="text-xl px-10 py-5 rounded-2xl shadow-lg hover:shadow-xl">
|
||||
<ShimmerButton
|
||||
className="text-xl px-10 py-5 rounded-2xl shadow-lg hover:shadow-xl"
|
||||
onClick={() => navigateTo("/start-a-project")}
|
||||
>
|
||||
<div className="inline-flex items-center gap-3">
|
||||
<Lightbulb className="w-6 h-6 flex-shrink-0" />
|
||||
<span>Discuss Your Wearable/IoT Idea</span>
|
||||
@@ -1363,7 +1370,10 @@ const WearableFinalCTA = () => {
|
||||
viewport={{ once: true }}
|
||||
className="space-y-8"
|
||||
>
|
||||
<ShimmerButton className="px-12 py-6 text-xl rounded-2xl shadow-2xl hover:shadow-accent/25">
|
||||
<ShimmerButton
|
||||
className="px-12 py-6 text-xl rounded-2xl shadow-2xl hover:shadow-accent/25"
|
||||
onClick={() => navigateTo("/start-a-project")}
|
||||
>
|
||||
<div className="inline-flex items-center gap-3">
|
||||
<Rocket className="w-6 h-6 flex-shrink-0" />
|
||||
<span>Start Your Wearable/IoT Project</span>
|
||||
|
||||
Reference in New Issue
Block a user