Skip to content

Commit

Permalink
wc landing
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashchokalingam committed Nov 21, 2024
1 parent c9a8e5d commit 5f1cbfd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/webcored-landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import { motion, useAnimation } from 'framer-motion'
import { useInView } from 'react-intersection-observer'
import { ChevronDown, Code, Smartphone, Server, BotIcon as Robot, Clock, CheckCircle, Eye, Search, Cloud, Zap, Github, MessageCircle, TestTube } from 'lucide-react'

export default function WebcoredLanding() {
console.log('WhatsApp Number:', process.env.NEXT_PUBLIC_WHATSAPP_NUMBER);

export function WebcoredLanding() {
const [isMenuOpen, setIsMenuOpen] = useState(false)

return (
Expand Down

0 comments on commit 5f1cbfd

Please sign in to comment.