Results Page + Contacts
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import CardGroup from "./CardGroup";
|
||||
|
||||
const ServiceCardContainer = () => {
|
||||
return (
|
||||
<div className="h-full xl:h-[65vh] 1920:h-[60vh] rounded-xl mx-4 lg:mx-20 xl:mx-40 2xl:mx-60 1920:margin-calc mt-10 bg-gradient-to-br from-gold-light to-gold-dark p-0.5 shadow-lg ">
|
||||
<CardGroup />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default ServiceCardContainer;
|
||||
Reference in New Issue
Block a user