diff --git a/src/app/page.tsx b/src/app/page.tsx index 1339e91..6930b3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Briefcase, Building, DollarSign, FileText, Lock, Wallet } from "lucide-react"; +import { Briefcase, Building, DollarSign, FileText, Lock, Wallet, MapPin, Phone, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -30,32 +30,24 @@ export default function LandingPage() {
@@ -76,64 +68,16 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} - features={[ - { - title: "GST Registration", description: "Seamless registration process.", icon: FileText, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=2"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=3"}, - ] - }, - { - title: "Income Tax Return", description: "Accurate and timely filing.", icon: Wallet, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=4"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=5"}, - ] - }, - { - title: "Shop & Est. Reg.", description: "Compliance made simple.", icon: Building, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=6"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=7"}, - ] - }, - { - title: "Digital Signature", description: "Secure DSC issuance.", icon: Lock, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=8"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=9"}, - ] - }, - { - title: "E-Tender & GEM", description: "Expert procurement help.", icon: Briefcase, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=10"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=11"}, - ] - }, - { - title: "Accounting Services", description: "Full book-keeping support.", icon: DollarSign, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=12"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=13"}, - ] - }, - ]} title="Comprehensive Business Services" - description="Expert assistance for all your business registration and compliance needs." + description="Expert assistance for all your business registration and compliance needs with a commitment to professional excellence." + features={[ + { title: "GST Registration", description: "Fast-track GST registration process.", icon: FileText, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=3" }] }, + { title: "Income Tax Return", description: "Accurate and timely filing services.", icon: Wallet, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=4" }, { imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=5" }] }, + { title: "Shop & Est. Reg.", description: "Simplified compliance solutions.", icon: Building, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=6" }, { imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=7" }] }, + { title: "Digital Signature", description: "Secure DSC issuance services.", icon: Lock, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=8" }, { imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=9" }] }, + { title: "E-Tender & GEM", description: "Expert procurement assistance.", icon: Briefcase, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=10" }, { imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=11" }] }, + { title: "Accounting Services", description: "Complete bookkeeping for your growth.", icon: DollarSign, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=12" }, { imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=13" }] }, + ]} /> @@ -142,18 +86,11 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={true} - plans={[ - { - id: "gst-special", badge: "Limited Offer", price: "₹999", subtitle: "For GST Registration", features: [ - "Quick Processing", "Professional Guidance", "End-to-end Support"], - buttons: [ - { - text: "Get This Offer", href: "#contact"}, - ], - }, - ]} title="Special Limited Offer" - description="Get started with your business compliance today at an unbeatable price." + description="Get started with your business compliance today at an exclusive rate." + plans={[ + { id: "gst-special", badge: "Limited Offer", price: "₹999", subtitle: "For GST Registration", buttons: [{ text: "Get This Offer", href: "#contact" }], features: ["Fast Processing", "Document Assistance", "Direct Expert Support"] }, + ]} /> @@ -162,50 +99,28 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} - testimonials={[ - { - id: "1", name: "Rajesh Kumar", handle: "@client", testimonial: "Superb work, very helpful and kind nature!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/map-location-marker-icon-illustration_53876-64685.jpg?_wi=1", imageAlt: "abstract stylized map location pin"}, - { - id: "2", name: "Suresh Gupta", handle: "@client", testimonial: "Best office for GST related works with good pricing.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ycfzt3", imageAlt: "modern letter t logo mark"}, - { - id: "3", name: "Anita Singh", handle: "@client", testimonial: "Very professional and fast service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=14", imageAlt: "modern tax accountant desk illustration"}, - { - id: "4", name: "Vijay Yadav", handle: "@client", testimonial: "Highly recommended for all business registrations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899443.jpg?_wi=2", imageAlt: "professional office interior tax consultancy"}, - { - id: "5", name: "Mohit Varma", handle: "@client", testimonial: "Transparent and affordable consultancy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/map-location-marker-icon-illustration_53876-64685.jpg?_wi=2", imageAlt: "abstract stylized map location pin"}, - ]} showRating={true} - title="What Our Clients Say" - description="Trusted by businesses across Prayagraj for our high standards of work." + title="Trusted by Local Businesses" + description="We take pride in our professional service and high client satisfaction across Prayagraj." + testimonials={[ + { id: "1", name: "Rajesh Kumar", handle: "@Client", testimonial: "Professional and reliable service for GST filings.", rating: 5 }, + { id: "2", name: "Suresh Gupta", handle: "@Client", testimonial: "Best expert office for tax compliance work.", rating: 5 }, + { id: "3", name: "Anita Singh", handle: "@Client", testimonial: "Very transparent and fast results.", rating: 5 }, + ]} />
@@ -214,26 +129,10 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=15" logoText="Taxelmaestro" columns={[ - { - title: "Services", items: [ - { - label: "GST Registration", href: "#services"}, - { - label: "Income Tax", href: "#services"}, - { - label: "DSC Services", href: "#services"}, - ], - }, - { - title: "Contact", items: [ - { - label: "Civil Lines, Prayagraj", href: "#contact"}, - { - label: "08299306812", href: "tel:08299306812"}, - ], - }, + { title: "Quick Links", items: [{ label: "Home", href: "#" }, { label: "About Us", href: "#about" }, { label: "Services", href: "#services" }] }, + { title: "Location", items: [{ label: "Civil Lines, Prayagraj", href: "#contact" }, { label: "WhatsApp Help", href: "https://wa.me/918299306812" }, { label: "Call: 08299306812", href: "tel:08299306812" }] }, ]} - copyrightText="© 2025 Taxelmaestro | All rights reserved." + copyrightText="© 2025 Taxelmaestro. All Rights Reserved." />