Update src/app/page.tsx

This commit is contained in:
2026-04-30 14:57:36 +00:00
parent 76223779a5
commit de7fa03029

View File

@@ -6,12 +6,10 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
import HeroPersonalLinks from "@/components/sections/hero/HeroPersonalLinks";
import SplitAbout from "@/components/sections/about/SplitAbout";
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Brain, Bot, Target, ShieldCheck, Zap, MessageSquare } from "lucide-react";
import { Brain, Bot, Target, ShieldCheck, Zap } from "lucide-react";
export default function GoldenRuleAIPage() {
return (
@@ -54,6 +52,7 @@ export default function GoldenRuleAIPage() {
title="Built for Trust & Transparency"
description="Golden Rule AI is committed to safe, reliable, and interpretable machine learning. We ensure that our systems treat user data and intent with the same care we would expect ourselves."
textboxLayout="split-description"
useInvertedBackground={false}
bulletPoints={[
{ title: "Value-Aligned", description: "We prioritize ethical outcomes over raw efficiency.", icon: ShieldCheck },
{ title: "Privacy-First", description: "Your data remains yours, fully encrypted and isolated.", icon: Bot },
@@ -66,10 +65,11 @@ export default function GoldenRuleAIPage() {
title="Core Capabilities"
description="Leverage the power of ethical AI across your entire organization."
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Smart Data Processing", description: "Efficient and ethical data handling at scale." },
{ title: "Predictive Analytics", description: "Actionable insights derived from clean data." },
{ title: "Agent Automation", description: "Automate complex workflows with safety guaranteed." }
{ title: "Smart Data Processing", description: "Efficient and ethical data handling at scale.", imageSrc: "https://images.unsplash.com/photo-1677442136019-21780ecad995?auto=format&fit=crop&q=80&w=800" },
{ title: "Predictive Analytics", description: "Actionable insights derived from clean data.", imageSrc: "https://images.unsplash.com/photo-1677442136019-21780ecad995?auto=format&fit=crop&q=80&w=800" },
{ title: "Agent Automation", description: "Automate complex workflows with safety guaranteed.", imageSrc: "https://images.unsplash.com/photo-1677442136019-21780ecad995?auto=format&fit=crop&q=80&w=800" }
]}
/>
</div>
@@ -80,6 +80,7 @@ export default function GoldenRuleAIPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
animationType="blur-reveal"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Alex Rivers", role: "CTO", company: "Innovate Corp", rating: 5 },
{ id: "2", name: "Sarah Chen", role: "Director", company: "Tech Solutions", rating: 5 }
@@ -90,6 +91,7 @@ export default function GoldenRuleAIPage() {
<ContactText
text="Ready to build a smarter, safer future? Connect with us to see if Golden Rule AI is the right fit for your team."
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
buttons={[{ text: "Contact Our Team" }]}
/>
</div>