code cleanup
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import img from "../../images/instructor.svg";
|
||||
import {
|
||||
Column1,
|
||||
Column2,
|
||||
@@ -15,26 +16,6 @@ import {
|
||||
TopLine,
|
||||
} from "./InstructorsElements";
|
||||
|
||||
// export const homeObjOne = {
|
||||
// id: 'about',
|
||||
// lightBg: false,
|
||||
// lightText: true,
|
||||
// lightTextDesc: true,
|
||||
// topLine: 'Premium Bank',
|
||||
// headline: 'Unlimited transactions with zero fees',
|
||||
// description:
|
||||
// 'Get access to our exclusive app that allows you to send unlimited transactions without getting charged any fees',
|
||||
// buttonLabel: 'Get Started',
|
||||
// imgStart: false,
|
||||
// img: require('../../images/svg-1.svg').default,
|
||||
// alt: 'Car',
|
||||
// dark: true,
|
||||
// primary: true,
|
||||
// darkText: false
|
||||
// };
|
||||
|
||||
import img from "../../images/instructor.svg";
|
||||
|
||||
const InstructorsSection = () => {
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user