Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f3c34e60d | |||
| c44f7f5f36 | |||
| 3ca77a3c9f | |||
| ac9fcf6ff5 | |||
| b521b241a1 | |||
| d7521f82c8 | |||
| 35d193c042 | |||
| 1503054d08 |
1425
src/app/layout.tsx
1425
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -147,6 +147,9 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "See How We Do It", href: "services" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -264,4 +267,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user