Compare commits
6 Commits
version_9
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e6b186c8b | |||
| 39805b036e | |||
| 4ca2451c4d | |||
| fea802191b | |||
| 8903562d19 | |||
| 973d931da6 |
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<div id="metrics" data-section="metrics" className="mt-20">
|
||||
<MetricCardThree
|
||||
title="Our Legacy of Strength"
|
||||
description="Decades of unwavering commitment to protecting homes, one roof at a time, backed by solid numbers."
|
||||
@@ -119,6 +119,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
uniformGridCustomHeightClasses="min-h-24"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", icon: CalendarDays,
|
||||
@@ -216,4 +217,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user