Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 60a9558d00 | |||
| 286cb5be3d | |||
| 3a576b6af1 | |||
| 82753bcd9d | |||
| eb940fba61 | |||
| c6f75d3adc | |||
| 880e08c538 |
@@ -11,6 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
|||||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
|
import { Phone, Calendar, Shield, Infinity } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -41,7 +42,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Book a Call", id: "#booking"},
|
name: "Book a Call", id: "#booking"},
|
||||||
]}
|
]}
|
||||||
brandName="Franconeri AI"
|
brandName="Franconeri AI Solutions"
|
||||||
button={{
|
button={{
|
||||||
text: "Interview Our AI", href: "#booking"}}
|
text: "Interview Our AI", href: "#booking"}}
|
||||||
/>
|
/>
|
||||||
@@ -52,7 +53,7 @@ export default function LandingPage() {
|
|||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient"}}
|
variant: "radial-gradient"}}
|
||||||
title="The End of the Missed Call. The Start of the 24/7 Office."
|
title="The End of the Missed Call. The Start of the 24/7 Office."
|
||||||
description="Franconeri AI builds digital receptionists that answer every call, qualify every lead, and book every job — while you're on the job site, in court, or asleep."
|
description="Franconeri AI Solutions builds digital receptionists that answer every call, qualify every lead, and book every job — while you're on the job site, in court, or asleep."
|
||||||
tag="THE 24/7 RECEPTIONIST FOR NORTH JERSEY BUSINESSES"
|
tag="THE 24/7 RECEPTIONIST FOR NORTH JERSEY BUSINESSES"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
@@ -138,18 +139,12 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ id: "f1", title: "Omnichannel Reception", description: "Voice, SMS, and chat synced instantly.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=10" },
|
||||||
id: "f1", title: "Omnichannel Reception", description: "Voice, SMS, and chat synced instantly.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=10"},
|
{ id: "f2", title: "Autonomous Scheduling", description: "Real-time calendar sync for all.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=11" },
|
||||||
{
|
{ id: "f3", title: "Instant CRM Injection", description: "Leads pushed in < 1 second.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=12" },
|
||||||
id: "f2", title: "Autonomous Scheduling", description: "Real-time calendar sync for all.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=11"},
|
{ id: "f4", title: "Bilingual Zero-Lag", description: "English & Spanish fluent AI.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=13" },
|
||||||
{
|
{ id: "f5", title: "Emergency Protocols", description: "Smart dispatch logic activated.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=14" },
|
||||||
id: "f3", title: "Instant CRM Injection", description: "Leads pushed in < 1 second.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=12"},
|
{ id: "f6", title: "24/7 Reliability", description: "No sick days, ever.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=15" },
|
||||||
{
|
|
||||||
id: "f4", title: "Bilingual Zero-Lag", description: "English & Spanish fluent AI.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=13"},
|
|
||||||
{
|
|
||||||
id: "f5", title: "Emergency Protocols", description: "Smart dispatch logic activated.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=14"},
|
|
||||||
{
|
|
||||||
id: "f6", title: "24/7 Reliability", description: "No sick days, ever.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=15"},
|
|
||||||
]}
|
]}
|
||||||
title="Everything Your Front Office Should Be Doing. Automated."
|
title="Everything Your Front Office Should Be Doing. Automated."
|
||||||
description="Powering the most important tasks of your business."
|
description="Powering the most important tasks of your business."
|
||||||
@@ -191,11 +186,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter", badge: "Base", price: "$199/mo", subtitle: "For service businesses", features: [
|
id: "starter", badge: "STARTER", price: "$199/mo", subtitle: "For service businesses", features: [
|
||||||
"Inbound calls", "SMS follow-up", "CRM sync"],
|
"Inbound calls", "SMS follow-up", "CRM sync"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "operator", badge: "Most Popular", price: "$499/mo", subtitle: "For growing businesses", features: [
|
id: "operator", badge: "OPERATOR", price: "$499/mo", subtitle: "For growing businesses", features: [
|
||||||
"Everything in Starter", "Bilingual", "Emergency logic", "Bespoke build"],
|
"Everything in Starter", "Bilingual", "Emergency logic", "Bespoke build"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -205,6 +200,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Simple Pricing. No Hidden Fees. No Excuses."
|
title="Simple Pricing. No Hidden Fees. No Excuses."
|
||||||
description="Choose the level of automation that fits your growth."
|
description="Choose the level of automation that fits your growth."
|
||||||
|
cardClassName="[&:nth-child(2)]:border-2 [&:nth-child(2)]:border-[#00aaff]"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -225,6 +221,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
|
className="bg-[#0A0A0A] text-white"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
@@ -244,10 +241,10 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
logoText="Franconeri AI Solutions"
|
logoText="Franconeri AI Solutions"
|
||||||
copyrightText="© 2025 Franconeri AI Solutions LLC. Bayonne, NJ."
|
copyrightText="© 2026 Franconeri AI Solutions LLC.."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user