Skip to content

Commit

Permalink
removed navbar from contact.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonava committed Mar 9, 2024
1 parent 9540277 commit 816d1fd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/pages/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,10 @@ import Col from 'react-bootstrap/Col';
import Button from 'react-bootstrap/Button';
import Card from 'react-bootstrap/Card';
import Form from 'react-bootstrap/Form';
import Footer from '../components/Footer';
import Navbar from '../components/Navbar';

export default function contact() {
return (
<div>
<div className="bg-gradient">
{/* Navbar */}
<Navbar />
</div>
<Container className="padding3">
<Row>
<Col>
Expand Down Expand Up @@ -97,7 +91,6 @@ export default function contact() {
</Col>
</Row>
</Container>
<Footer />
</div>
);
}

0 comments on commit 816d1fd

Please sign in to comment.