diff --git a/src/agent-page/AgentPage.js b/src/agent-page/AgentPage.js index 954cdee..e3fe3c9 100644 --- a/src/agent-page/AgentPage.js +++ b/src/agent-page/AgentPage.js @@ -1,7 +1,6 @@ import React, { Component } from "react"; import Agents from './Agents' import './agent-page.css'; -import Carousel from 'react-bootstrap/Carousel' import Agent1 from "../images/Agent1.jpg"; import Agent2 from "../images/Agent2.jpg"; import Agent3 from "../images/Agent3.jpg"; @@ -16,7 +15,7 @@ class AgentPage extends Component { { title: 'sales assistant', name: 'Jin', src: Agent2, word: 'I have a passion for assisting clients with various real estate needs.', id: 2 }, { title: 'sales assistant', name: 'Anita', src: Agent3, word: 'Anita looks forward to servicing you to her fullest potential, building long-lasting relationships and making your real estate experience a smooth and memorable one.', id: 3 }, { title: 'sales assistant', name: 'Alex', src: Agent4, word: 'Since getting licensed in 2010 Alex has consistently been a top producing agent in the GTA', id: 4 }, - { title: 'sales assistant', name: 'Xuan', src: Agent5, word: 'Xuan grew up in the GTA, and he explored many different neighborhoods in and surrounding Toronto. ', id: 5 }, + { title: 'sales assistant', name: 'Xuan', src: Agent5, word: 'Xuan grew up in the GTA, and he explored many different neighborhoods in and surrounding Toronto.', id: 5 }, { title: 'sales assistant', name: 'Walter', src: Agent6, word: 'Walter Henry has always been one to follow his passion. At 13 years old, he started his career as a competitive gymnast.Walter will be certain that you feel informed and at ease throughout the entire process.', id: 6 }, diff --git a/src/agent-page/Agents.js b/src/agent-page/Agents.js index ca1e070..d1f583f 100644 --- a/src/agent-page/Agents.js +++ b/src/agent-page/Agents.js @@ -1,5 +1,4 @@ import React from "react"; -import AgentPage from "./AgentPage"; /* import {Link} from 'react-router-dom' */ import Card from "react-bootstrap/Card"; import Button from "react-bootstrap/Button"; @@ -9,17 +8,19 @@ const Agents = ({ agents }) => { return (