Redesign landing page from Canva brief
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
---
|
||||
import { About19 } from "@/components/about19";
|
||||
import { Contact21 } from "@/components/contact21";
|
||||
import { Faq7 } from "@/components/faq7";
|
||||
import { Feature284 } from "@/components/feature284";
|
||||
import { Footer27 } from "@/components/footer27";
|
||||
import { Hero235 } from "@/components/hero235";
|
||||
import { Pricing4 } from "@/components/pricing4";
|
||||
import { Stats11 } from "@/components/stats11";
|
||||
import CTASection from "@/components/cta";
|
||||
import { CanvaLanding } from "@/components/canva-landing";
|
||||
import "@/styles/global.css";
|
||||
---
|
||||
|
||||
@@ -25,16 +17,6 @@ import "@/styles/global.css";
|
||||
defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="mx-auto w-full max-w-7xl">
|
||||
<Hero235 client:load />
|
||||
<CTASection client:load />
|
||||
<Feature284 client:load />
|
||||
<Stats11 client:load />
|
||||
<Pricing4 client:load />
|
||||
<Faq7 client:load />
|
||||
<About19 client:load />
|
||||
<Contact21 client:load />
|
||||
<Footer27 client:load />
|
||||
</div>
|
||||
<CanvaLanding />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user