change route

This commit is contained in:
ehab-hassan
2024-09-29 11:42:38 +03:00
parent bd9369d4f4
commit 068747d2d1
74 changed files with 240 additions and 196 deletions

View File

@@ -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;