7 Commits

Author SHA1 Message Date
e5b05236fa Update theme colors 2026-03-03 07:00:46 +00:00
e6a5c19b84 Update theme colors 2026-03-03 07:00:03 +00:00
10f2b9ab76 Update theme colors 2026-03-03 06:59:48 +00:00
98481bf5b8 Merge version_5 into main
Merge version_5 into main
2026-03-02 23:23:12 +00:00
9964c08a2e Update src/app/page.tsx 2026-03-02 23:23:07 +00:00
4eebdcdfd8 Update src/app/layout.tsx 2026-03-02 23:23:07 +00:00
d5729190a5 Merge version_4 into main
Merge version_4 into main
2026-03-02 23:16:59 +00:00
3 changed files with 17 additions and 47 deletions

View File

@@ -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({
<html lang="en" suppressHydrationWarning>
<head />
<ServiceWrapper>
<body
className={`${openSans.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<body className={`${inter.variable} antialiased`}>
<Tag />
{children}

View File

@@ -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"
}
]}
/>

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f7f6f7;;
--card: #ffffff;;
--foreground: #250c0d;;
--primary-cta: #b82b40;;
--secondary-cta: #ffffff;;
--accent: #b90941;;
--background-accent: #e8a8b6;; */
/* --background: #ffffff;;;;;
--card: #f9f9f9;;;;;
--foreground: #000612e6;;;;;
--primary-cta: #106EFB;;;;;
--secondary-cta: #f9f9f9;;;;;
--accent: #e2e2e2;;;;;
--background-accent: #106EFB;;;;; */
--background: #f7f6f7;;
--card: #ffffff;;
--foreground: #250c0d;;
--primary-cta: #b82b40;;
--primary-cta-text: #f7f6f7;;
--secondary-cta: #ffffff;;
--secondary-cta-text: #250c0d;;
--accent: #b90941;;
--background-accent: #e8a8b6;;
--background: #ffffff;;;;;
--card: #f9f9f9;;;;;
--foreground: #000612e6;;;;;
--primary-cta: #106EFB;;;;;
--primary-cta-text: #ffffff;;;;;
--secondary-cta: #f9f9f9;;;;;
--secondary-cta-text: #000612e6;;;;;
--accent: #e2e2e2;;;;;
--background-accent: #106EFB;;;;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);