Refactor Contact21 and Pricing4 components for improved styling; add CTASection to homepage layout.
This commit is contained in:
@@ -7,6 +7,7 @@ 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 "@/styles/global.css";
|
||||
---
|
||||
|
||||
@@ -19,14 +20,14 @@ import "@/styles/global.css";
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<title>Matthias Meister Webdesign</title>
|
||||
<script
|
||||
src="https://rybbit.matthias.lol/api/script.js"
|
||||
data-site-id="60abc81e438a"
|
||||
defer
|
||||
></script>
|
||||
src="https://rybbit.matthias.lol/api/script.js"
|
||||
data-site-id="60abc81e438a"
|
||||
defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<Hero235 client:load />
|
||||
<div class="mx-auto w-full max-w-7xl">
|
||||
<div class="mx-auto w-full max-w-7xl">
|
||||
<Hero235 client:load />
|
||||
<CTASection client:load />
|
||||
<Feature284 client:load />
|
||||
<Stats11 client:load />
|
||||
<Pricing4 client:load />
|
||||
|
||||
Reference in New Issue
Block a user