Compare commits
13 Commits
version_9
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| c54a101af3 | |||
| db7bad2b64 | |||
| 6f7b80bb1f | |||
| c85745a78e | |||
| 4838cbdafb | |||
| cc13077bbb | |||
| 2c1f023132 | |||
| 84d62e5b82 | |||
| 4a634481b7 | |||
| 4b7a0719b0 | |||
| 5f6714efe3 | |||
| 43af14965c | |||
| 2c6f38450f |
@@ -19,6 +19,7 @@ export const metadata: Metadata = {
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
|
||||
@@ -143,6 +143,10 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="carrier-logos" data-section="carrier-logos" className="w-full flex justify-center py-20">
|
||||
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/uploaded-1776483145155-utuxvp06.png" alt="Insurance Carriers" className="max-w-4xl w-full h-auto px-4" />
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
@@ -169,4 +173,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user