From ff3ddf4bdc351eccc1dbb22528427fd1ad74fab4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 07:24:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 296 +++++++---------------------------------------- 1 file changed, 41 insertions(+), 255 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52fd2a0..2d5b038 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import { BarChart, Zap } from "lucide-react"; +import { BarChart, Zap, Bot, Languages } from "lucide-react"; export default function LandingPage() { return ( @@ -29,34 +29,10 @@ export default function LandingPage() { @@ -246,48 +118,14 @@ export default function LandingPage() { description="Built for the Indian digital ecosystem." features={[ { - id: "f1", - title: "AI Receptionist", - description: "Let AI handle your customer queries.", - media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-34yr502h.png?_wi=1", - imageAlt: "AI Tool", - }, - items: [ - { - icon: Bot, - text: "24/7 Response", - }, - { - icon: Languages, - text: "Multilingual", - }, - ], - reverse: false, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-34yr502h.png?_wi=2", - imageAlt: "User provided image", + id: "f1", title: "AI Receptionist", description: "Let AI handle your customer queries.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-34yr502h.png", imageAlt: "AI Tool" }, + items: [{ icon: Bot, text: "24/7 Response" }, { icon: Languages, text: "Multilingual" }], + reverse: false }, { - id: "f2", - title: "Smart Analytics", - description: "Understand your traffic with ease.", - media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-ty13afuy.png?_wi=2", - imageAlt: "Dashboard", - }, - items: [ - { - icon: BarChart, - text: "Real-time data", - }, - { - icon: Zap, - text: "Instant insights", - }, - ], - reverse: true, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-ty13afuy.png?_wi=3", - imageAlt: "User provided image", + id: "f2", title: "Smart Analytics", description: "Understand your traffic with ease.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-ty13afuy.png", imageAlt: "Dashboard" }, + items: [{ icon: BarChart, text: "Real-time data" }, { icon: Zap, text: "Instant insights" }], + reverse: true }, ]} /> @@ -299,21 +137,9 @@ export default function LandingPage() { sideTitle="Frequently Asked Questions" sideDescription="Everything you need to know about our process." faqs={[ - { - id: "q1", - title: "How long does it take?", - content: "Most projects are completed within 7-14 days.", - }, - { - id: "q2", - title: "Do you provide maintenance?", - content: "Yes, we offer ongoing support and hosting packages.", - }, - { - id: "q3", - title: "Can I edit the site?", - content: "We provide an intuitive dashboard for all our clients.", - }, + { id: "q1", title: "How long does it take?", content: "Most projects are completed within 7-14 days." }, + { id: "q2", title: "Do you provide maintenance?", content: "Yes, we offer ongoing support and hosting packages." }, + { id: "q3", title: "Can I edit the site?", content: "We provide an intuitive dashboard for all our clients." }, ]} faqsAnimation="slide-up" /> @@ -322,49 +148,9 @@ export default function LandingPage() {