Results Page + Contacts
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
import CardContainer from "./CardContainer";
|
||||
|
||||
const ResultsPage = () => {
|
||||
return (
|
||||
<div className="header-text">
|
||||
<h1>
|
||||
<span className="bg-clip-text text-transparent bg-gradient-to-br from-gold-light to-gold-dark">
|
||||
"
|
||||
</span>
|
||||
Ok... So what makes <br />
|
||||
us different?
|
||||
<span className="bg-clip-text text-transparent bg-gradient-to-br from-gold-light to-gold-dark">
|
||||
"
|
||||
</span>
|
||||
</h1>
|
||||
<CardContainer />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default ResultsPage;
|
||||
Reference in New Issue
Block a user