diff --git a/src/app/page.tsx b/src/app/page.tsx
index 97c59f5..839ec0a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -13,7 +13,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
-import { CalendarDays, Clock, Database, ShieldCheck, TrendingUp } from "lucide-react";
+import { CalendarDays, Clock, Database, ShieldCheck, TrendingUp, Mic, PhoneForward, LineChart } from "lucide-react";
export default function LandingPage() {
return (
@@ -25,7 +25,7 @@ export default function LandingPage() {
sizing="medium"
background="none"
cardStyle="glass-elevated"
- primaryButtonStyle="metallic"
+ primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="medium"
>
@@ -33,22 +33,10 @@ export default function LandingPage() {
@@ -56,119 +44,34 @@ export default function LandingPage() {
@@ -177,34 +80,13 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
- features={[
- {
- title: "24/7 Availability",
- description: "Always-on service, answering calls even after hours.",
- bentoComponent: "reveal-icon",
- icon: Clock,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/futuristic-ai-receptionist-avatar-glowin-1775158013038-3be4c218.png?_wi=7",
- imageAlt: "Futuristic AI receptionist avatar glowing in a sleek server room, digital neural network background,",
- },
- {
- title: "Smart Scheduling",
- description: "Syncs automatically with your calendar.",
- bentoComponent: "reveal-icon",
- icon: CalendarDays,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/advanced-automated-phone-system-dashboar-1775158012943-02eaf702.png?_wi=7",
- imageAlt: "Advanced automated phone system dashboard with waveform visualizations, glowing data streams, dark b",
- },
- {
- title: "CRM Integration",
- description: "Seamless data logging into your existing tools.",
- bentoComponent: "reveal-icon",
- icon: Database,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/iconographic-representation-of-24-7-avai-1775158010695-729c1a68.png",
- imageAlt: "Iconographic representation of 24/7 availability with a clock and glowing lightbulb.",
- },
- ]}
title="Unmatched Reception Intelligence"
description="Smart features designed to automate and scale your business operations effortlessly."
+ features={[
+ { title: "24/7 Availability", description: "Always-on service, answering calls even after hours.", bentoComponent: "reveal-icon", icon: Clock },
+ { title: "Smart Scheduling", description: "Syncs automatically with your calendar.", bentoComponent: "reveal-icon", icon: CalendarDays },
+ { title: "CRM Integration", description: "Seamless data logging into your existing tools.", bentoComponent: "reveal-icon", icon: Database }
+ ]}
/>
@@ -212,28 +94,13 @@ export default function LandingPage() {