import React from 'react'; import Grid from "@mui/material/Grid"; import { Box } from "@mui/material"; import Button from '@mui/material/Button'; import Card from "@mui/material/Card"; import { Typography } from "@mui/material"; import Link from 'next/link'; import styles from '@/components/UIElements/Cards/Cards.module.css' import BasicCard from '@/components/UIElements/Cards/BasicCard'; import ComplexInteraction from '@/components/UIElements/Cards/ComplexInteraction'; import Media from '@/components/UIElements/Cards/Media'; import UIControls from '@/components/UIElements/Cards/UIControls'; export default function Cards() { return ( <> {/* BasicCard */} {/* Start Card */} Nesta Technologies When you enter into any new area of science, you almost always find. {/* End Card */} {/* Start Card */} card Nesta Technologies When you enter into any new area of science, you almost always find. {/* End Card */} {/* Start Card */} Nesta Technologies When you enter into any new area of science, you almost always find. {/* End Card */} {/* ComplexInteraction */} {/* Start Card */} Nesta Technologies When you enter into any new area of science, you almost always find. {/* End Card */} {/* Start Card */}
Nesta Technologies When you enter into any new area of science, you almost always find.
{/* End Card */} {/* Start Card */} Nesta Technologies When you enter into any new area of science, you almost always find. {/* End Card */}
{/* Media */} {/* Start Card */} card Nesta Technologies When you enter into any new area of science, you almost always find. {/* End Card */} {/* Start Card */} Nesta Technologies When you enter into any new area of science, you almost always find. {/* End Card */} {/* Start Card */}
Nesta Technologies When you enter into any new area of science, you almost always find.
{/* End Card */}
{/* UIControls */} {/* Start Card */} Nesta Technologies When you enter into any new area of science, you almost always find. {/* End Card */} {/* Start Card */}
Nesta Technologies When you enter into any new area of science, you almost always find.
{/* End Card */} {/* Start Card */} Nesta Technologies When you enter into any new area of science, you almost always find. {/* End Card */}
); }