Hide footer on home page
cgen-bf80807d0be742c784f3f352fb44867a
This commit is contained in:
parent
00c1722536
commit
eef8efee0f
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ export default function Index() {
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Layout>
|
<Layout hideFooter>
|
||||||
{/* Hero Section - Geometric Design */}
|
{/* Hero Section - Geometric Design */}
|
||||||
<section className="relative min-h-screen flex items-center justify-center overflow-hidden">
|
<section className="relative min-h-screen flex items-center justify-center overflow-hidden">
|
||||||
{/* Geometric Background Pattern */}
|
{/* Geometric Background Pattern */}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue