4 Commits

Author SHA1 Message Date
2eb616d1ee Update src/app/layout.tsx 2026-03-02 23:16:55 +00:00
03fd02a930 Merge version_3 into main
Merge version_3 into main
2026-03-02 23:11:29 +00:00
a7d68841ae Update src/app/page.tsx 2026-03-02 23:11:25 +00:00
77459b8a2c Merge version_2 into main
Merge version_2 into main
2026-03-02 23:06:56 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ export default function RootLayout({
}>) {
return (
<html lang="en" suppressHydrationWarning>
<head />
<ServiceWrapper>
<body
className={`${openSans.variable} ${halant.variable} ${inter.variable} antialiased`}

View File

@@ -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"