From sleek corporate websites to powerful e-commerce platforms — explore how we've helped businesses across Ghana, the U.S., and beyond establish a powerful online presence.
Looking for the best web designer in Accra? Learn more.
Tech Stack
Every Celestial Web Solutions project runs on a battle-tested stack — fast, scalable, and maintainable.
Clean Code
Readable, maintainable, and performant — from component to deployment.
| 1 | import Image from 'next/image' |
| 2 | import { motion } from 'framer-motion' |
| 3 | import Link from 'next/link' |
| 4 | |
| 5 | // Celestial Web Solutions — Portfolio Card |
| 6 | const PortfolioCard = ({ project, image, index }) => { |
| 7 | return ( |
| 8 | <motion.div className="group relative" |
| 9 | initial={{ opacity: 0, y: 24 }} |
| 10 | whileInView={{ opacity: 1, y: 0 }} |
| 11 | transition={{ delay: index * 0.05, duration: 0.5 }} |
| 12 | > |
| 13 | <Link href={`/portfolio/${project.slug}`}> |
| 14 | <div style={{ aspectRatio: '3/4' }}> |
| 15 | <Image src={image} fill |
| 16 | className="object-cover object-top" /> |
| 17 | </div> |
| 18 | <h3>{project.title}</h3> |
| 19 | </Link> |
| 20 | </motion.div> |
| 21 | ); |
| 22 | }; |
| 23 | |
| 24 | export default PortfolioCard; |
Trusted by businesses across Ghana and abroad.
Building Planner Designs
Ghana Updates Online
AdBay Store
Elolo Agbleke
Mart Ban Logistics
My Space Furniture
Valyd Homes
Doeman Group
DL Auto Parts
Tru Seeds Africa
COPTI
Kafui DeyLet's create something amazing together. Whether it's a website, e-commerce platform, or custom web application, we're here to bring your vision to life.