Merge version_2 into main #4
183
src/app/page.tsx
183
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() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Taxelmaestro"
|
||||
button={{
|
||||
text: "Get Consultation", href: "#contact"}}
|
||||
button={{ text: "Get Consultation", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
logoText="Taxelmaestro"
|
||||
description="Your Trusted GST & Tax Consultant in Prayagraj. Expert solutions for GST Registration, Income Tax Filing & Business Compliance."
|
||||
description="Your Trusted GST & Tax Consultant in Prayagraj. Certified experts for professional tax filing and business compliance."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now", href: "tel:08299306812"},
|
||||
{
|
||||
text: "Get Free Consultation", href: "#contact"},
|
||||
{ text: "Call Now", href: "tel:08299306812" },
|
||||
{ text: "Get Free Consultation", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/icon-with-3d-house-financial-bill-clock-coins_107791-16583.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -65,8 +57,8 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="Trusted Expert Tax Consultancy in Civil Lines"
|
||||
description="At Taxelmaestro, we provide reliable, expert, and affordable tax solutions in the heart of Prayagraj. Our team is dedicated to your business compliance and long-term financial health, ensuring you stay worry-free."
|
||||
title="Professional Tax Consultancy in Civil Lines"
|
||||
description="Providing reliable, transparent, and expert tax solutions in the heart of Prayagraj. Taxelmaestro ensures your business meets all regulatory standards with ease."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/room-interior-design_23-2148899443.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
@@ -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" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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 },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Get Free Consultation"
|
||||
description="Visit us or contact us for any query. We are behind Elchico Restaurant in Civil Lines."
|
||||
title="Contact Our Experts"
|
||||
description="Visit us in Civil Lines, call, or chat with us on WhatsApp for professional assistance."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Your Tax Requirement", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/map-location-marker-icon-illustration_53876-64685.jpg?_wi=3"
|
||||
textarea={{ name: "message", placeholder: "How can we assist you today?", rows: 4, required: true }}
|
||||
imageSrc="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3602.4!2d81.8!3d25.4!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjUnMjQnMDAuMCJOIDgxwrA0OCcwMC4wIkU!5e0!3m2!1sen!2sin!4v1610000000000!5m2!1sen!2sin"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user