From 4eebdcdfd8a9e4afe303d06d2903c46be21045ac Mon Sep 17 00:00:00 2001
From: bender
Date: Mon, 2 Mar 2026 23:23:07 +0000
Subject: [PATCH 1/2] Update src/app/layout.tsx
---
src/app/layout.tsx | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 6a64090..7569b2c 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,20 +1,9 @@
import type { Metadata } from "next";
-import { Open_Sans } from "next/font/google";
-import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
-const openSans = Open_Sans({
- variable: "--font-open-sans", subsets: ["latin"],
-});
-
-const halant = Halant({
- variable: "--font-halant", subsets: ["latin"],
- weight: ["300", "400", "500", "600", "700"],
-});
-
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
@@ -45,9 +34,7 @@ export default function RootLayout({
-
+
{children}
--
2.49.1
From 9964c08a2e64b40bccca4c552ca7eb23dd018665 Mon Sep 17 00:00:00 2001
From: bender
Date: Mon, 2 Mar 2026 23:23:07 +0000
Subject: [PATCH 2/2] Update src/app/page.tsx
---
src/app/page.tsx | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8e7749f..5a49dcb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -151,15 +151,6 @@ export default function LandingPage() {
},
{
id: "agent-3", title: "Nurture", description: "Builds relationships with your leads. Email sequences, SMS campaigns, lead magnets, community content, webinars, and challenges that move prospects closer to buying.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APQi2VazrPHRZFQ4dDd3kCVYaf/five-interconnected-agent-modules-displa-1772491935422-6833814c.png?_wi=4", imageAlt: "Nurture agent"
- },
- {
- id: "agent-4", title: "Sales", description: "Converts leads into customers. VSL scripts, sales pages, application pages, sales call scripts, DM sequences, and objection handling that closes deals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APQi2VazrPHRZFQ4dDd3kCVYaf/five-interconnected-agent-modules-displa-1772491935422-6833814c.png?_wi=5", imageAlt: "Sales agent"
- },
- {
- id: "agent-5", title: "Scale", description: "Grows your business beyond you. Financial dashboards, team building with job descriptions and SOPs, launch planning, and partnership outreach.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APQi2VazrPHRZFQ4dDd3kCVYaf/five-interconnected-agent-modules-displa-1772491935422-6833814c.png?_wi=6", imageAlt: "Scale agent"
- },
- {
- id: "agent-6", title: "Intelligence", description: "Your business brain. Stores everything about who you are, your audience, what you sell, how you communicate, your competitors, and your metrics—continuously learning and updating.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APQi2VazrPHRZFQ4dDd3kCVYaf/five-interconnected-agent-modules-displa-1772491935422-6833814c.png?_wi=7", imageAlt: "Intelligence agent"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -249,14 +240,6 @@ export default function LandingPage() {
{
id: "t-4", name: "David Kim", handle: "@davidgrowth", testimonial: "From positioning to sales pages to email sequences—FIOVA knows my audience and my voice. It's like having a consultant who never sleeps and knows everything about my business.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APQi2VazrPHRZFQ4dDd3kCVYaf/professional-headshot-of-a-confident-mal-1772491934204-95314966.png", imageAlt: "David Kim"
- },
- {
- id: "t-5", name: "Lisa Tan", handle: "@lisatalk", testimonial: "The Nurture and Sales agents are game-changers. My conversion sequences are now running on autopilot with personalized AI assistance. Revenue up 40% in 90 days.", rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APQi2VazrPHRZFQ4dDd3kCVYaf/professional-headshot-of-a-confident-fem-1772491934620-c296a480.png?_wi=2", imageAlt: "Lisa Tan"
- },
- {
- id: "t-6", name: "James Wilson", handle: "@jamesscales", testimonial: "Finally, an AI tool built for creators who actually sell. Not a chatbot. Not another dashboard. This is how I scale without burning out.", rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APQi2VazrPHRZFQ4dDd3kCVYaf/professional-headshot-of-a-confident-mal-1772491933963-5512b6e8.png?_wi=2", imageAlt: "James Wilson"
}
]}
/>
--
2.49.1