Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2eb616d1ee | |||
| 03fd02a930 | |||
| a7d68841ae | |||
| 77459b8a2c |
@@ -43,6 +43,7 @@ export default function RootLayout({
|
||||
}>) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<head />
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${openSans.variable} ${halant.variable} ${inter.variable} antialiased`}
|
||||
|
||||
@@ -31,8 +31,7 @@ export default function LandingPage() {
|
||||
{ name: "Product", id: "about" },
|
||||
{ name: "How It Works", id: "features" },
|
||||
{ name: "Philosophy", id: "philosophy" },
|
||||
{ name: "Agents", id: "agents" },
|
||||
{ name: "Blog", id: "blog" }
|
||||
{ name: "Agents", id: "agents" }
|
||||
]}
|
||||
button={{ text: "Start Free Trial", href: "#contact" }}
|
||||
brandName="FIOVA"
|
||||
|
||||
Reference in New Issue
Block a user