change route
This commit is contained in:
@@ -54,7 +54,7 @@ const communicationFeatures = [
|
||||
},
|
||||
]
|
||||
|
||||
export async function getStaticProps() {
|
||||
export default function Featureshome() {
|
||||
return (
|
||||
<div className="overflow-hidden py-16 lg:py-24">
|
||||
<div className="relative mx-auto max-w-xl px-6 lg:max-w-7xl lg:px-8">
|
||||
@@ -232,9 +232,3 @@ export async function getStaticProps() {
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
const Features = ({ data }) => {
|
||||
return <div>Features Page</div>;
|
||||
};
|
||||
|
||||
export default Features;
|
||||
|
Reference in New Issue
Block a user