mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Update page.tsx
Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com>
This commit is contained in:
parent
8105c15849
commit
589976eda6
1 changed files with 0 additions and 8 deletions
|
@ -2,7 +2,6 @@ import { Medal } from 'lucide-react';
|
||||||
import localFont from 'next/font/local';
|
import localFont from 'next/font/local';
|
||||||
import { Poppins } from 'next/font/google';
|
import { Poppins } from 'next/font/google';
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
import { GetStaticProps } from 'next';
|
|
||||||
|
|
||||||
import { cn } from '@/lib/utils';
|
import { cn } from '@/lib/utils';
|
||||||
import { Button } from '@/components/ui/button';
|
import { Button } from '@/components/ui/button';
|
||||||
|
@ -51,11 +50,4 @@ const MarketingPage = () => {
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export const getStaticProps: GetStaticProps = async () => {
|
|
||||||
return {
|
|
||||||
props: {},
|
|
||||||
revalidate: 60,
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
export default MarketingPage;
|
export default MarketingPage;
|
||||||
|
|
Loading…
Reference in a new issue