Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -27,21 +27,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/gradient-business-accounting-logo-template_23-2148832417.jpg"
|
||||
logoAlt="HSM & Co Logo"
|
||||
@@ -55,30 +47,17 @@ export default function LandingPage() {
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="buttons"
|
||||
metrics={[
|
||||
{
|
||||
id: "am1",
|
||||
value: "2",
|
||||
title: "Countries Served",
|
||||
description: "Extending our expertise across India and the United Arab Emirates.",
|
||||
icon: Globe,
|
||||
id: "am1", value: "2", title: "Countries Served", description: "Extending our expertise across India and the United Arab Emirates.", icon: Globe,
|
||||
},
|
||||
{
|
||||
id: "am2",
|
||||
value: "10+",
|
||||
title: "Strategic Partnerships",
|
||||
description: "Collaborating with key industry players to offer integrated solutions.",
|
||||
icon: Briefcase,
|
||||
id: "am2", value: "10+", title: "Strategic Partnerships", description: "Collaborating with key industry players to offer integrated solutions.", icon: Briefcase,
|
||||
},
|
||||
{
|
||||
id: "am3",
|
||||
value: "95%",
|
||||
title: "Client Retention",
|
||||
description: "A testament to our trusted services and client-centric approach.",
|
||||
icon: Percent,
|
||||
id: "am3", value: "95%", title: "Client Retention", description: "A testament to our trusted services and client-centric approach.", icon: Percent,
|
||||
},
|
||||
]}
|
||||
title="Our Growth Trajectory"
|
||||
@@ -91,14 +70,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Alpha Innovations",
|
||||
"Global Ventures Group",
|
||||
"Pinnacle Tech Solutions",
|
||||
"Horizon Logistics",
|
||||
"Quantum Realty",
|
||||
"Synergy Marketing",
|
||||
"Dynamic Enterprises",
|
||||
]}
|
||||
"Alpha Innovations", "Global Ventures Group", "Pinnacle Tech Solutions", "Horizon Logistics", "Quantum Realty", "Synergy Marketing", "Dynamic Enterprises"]}
|
||||
title="Trusted by Leading Businesses"
|
||||
description="We are proud to partner with diverse organizations, from startups to established enterprises, guiding their financial success and compliance journey."
|
||||
/>
|
||||
@@ -112,53 +84,33 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Auditing & Assurance",
|
||||
href: "/services#auditing",
|
||||
},
|
||||
label: "Auditing & Assurance", href: "/services#auditing"},
|
||||
{
|
||||
label: "Taxation & GST Advisory",
|
||||
href: "/services#taxation",
|
||||
},
|
||||
label: "Taxation & GST Advisory", href: "/services#taxation"},
|
||||
{
|
||||
label: "Business Setup",
|
||||
href: "/services#business-setup",
|
||||
},
|
||||
label: "Business Setup", href: "/services#business-setup"},
|
||||
{
|
||||
label: "Management Consultancy",
|
||||
href: "/services#management",
|
||||
},
|
||||
label: "Management Consultancy", href: "/services#management"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "International Portal",
|
||||
href: "https://hsmuae.com/",
|
||||
},
|
||||
label: "International Portal", href: "https://hsmuae.com/"},
|
||||
{
|
||||
label: "Disclaimer",
|
||||
href: "#disclaimer",
|
||||
},
|
||||
label: "Disclaimer", href: "#disclaimer"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Second Floor, Alif Building, NH 66, Opposite Barak Royal Enfield Showroom, Palathara, Swagathamadu, Kottakkal, Malappuram, Kerala 676510",
|
||||
href: "https://maps.app.goo.gl/example",
|
||||
},
|
||||
label: "Second Floor, Alif Building, NH 66, Opposite Barak Royal Enfield Showroom, Palathara, Swagathamadu, Kottakkal, Malappuram, Kerala 676510", href: "https://maps.app.goo.gl/example"},
|
||||
{
|
||||
label: "+91 99462 22253",
|
||||
href: "tel:+919946222253",
|
||||
},
|
||||
label: "+91 99462 22253", href: "tel:+919946222253"},
|
||||
{
|
||||
label: "info@hsmuae.com",
|
||||
href: "mailto:info@hsmuae.com",
|
||||
},
|
||||
label: "info@hsmuae.com", href: "mailto:info@hsmuae.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
166
src/app/page.tsx
166
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/gradient-business-accounting-logo-template_23-2148832417.jpg"
|
||||
logoAlt="HSM & Co Logo"
|
||||
@@ -56,67 +48,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Professional Financial & Compliance Solutions"
|
||||
description="Trusted Chartered Accountants driving transparency, auditing, and corporate growth across India and the UAE."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book a Consultation", href: "/contact"},
|
||||
{
|
||||
text: "View Our Services",
|
||||
href: "/services",
|
||||
},
|
||||
text: "View Our Services", href: "/services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg"
|
||||
imageAlt="Professionals collaborating on financial documents in a modern office"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-using-digital-tablet_1262-2435.jpg",
|
||||
alt: "Satisfied client avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-using-digital-tablet_1262-2435.jpg", alt: "Satisfied client avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg",
|
||||
alt: "Satisfied client avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg", alt: "Satisfied client avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg",
|
||||
alt: "Satisfied client avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg", alt: "Satisfied client avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg",
|
||||
alt: "Satisfied client avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg", alt: "Satisfied client avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15839.jpg",
|
||||
alt: "Satisfied client avatar 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15839.jpg", alt: "Satisfied client avatar 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ Businesses"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Strategic Growth",
|
||||
},
|
||||
type: "text", text: "Strategic Growth"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Compliance Excellence",
|
||||
},
|
||||
type: "text", text: "Compliance Excellence"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Financial Advisory",
|
||||
},
|
||||
type: "text", text: "Financial Advisory"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Audit & Assurance",
|
||||
},
|
||||
type: "text", text: "Audit & Assurance"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Business Formation",
|
||||
},
|
||||
type: "text", text: "Business Formation"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,10 +93,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Global Expertise, Local Precision"
|
||||
description={[
|
||||
"Founded in 2020 as an emerging financial consultancy firm with footprints in India and the UAE, HSM & Co houses a team of highly qualified Chartered Accountants and industry experts.",
|
||||
"We deliver robust, reliable, and efficient corporate advisory, accounting, and multi-regional taxation services tailored to the unique goals of startups, LLPs, and enterprise corporations.",
|
||||
"Our Brand Pillars: Accuracy, Absolute Transparency, Timely Compliance Delivery.",
|
||||
]}
|
||||
"Founded in 2020 as an emerging financial consultancy firm with footprints in India and the UAE, HSM & Co houses a team of highly qualified Chartered Accountants and industry experts.", "We deliver robust, reliable, and efficient corporate advisory, accounting, and multi-regional taxation services tailored to the unique goals of startups, LLPs, and enterprise corporations.", "Our Brand Pillars: Accuracy, Absolute Transparency, Timely Compliance Delivery."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -140,29 +104,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Auditing & Assurance",
|
||||
description: "Comprehensive statutory audits, internal controls assessment, and financial reporting compliance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-people-working-with-data-computers_1262-19732.jpg",
|
||||
imageAlt: "Auditing icon",
|
||||
},
|
||||
title: "Auditing & Assurance", description: "Comprehensive statutory audits, internal controls assessment, and financial reporting compliance.", imageSrc: "http://img.b2bpic.net/free-vector/business-people-working-with-data-computers_1262-19732.jpg", imageAlt: "Auditing icon"},
|
||||
{
|
||||
title: "Taxation & GST Advisory",
|
||||
description: "End-to-end Income Tax planning, GST registration, corporate tax management, and periodic return filings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/taxes-background-design_1223-92.jpg",
|
||||
imageAlt: "Taxation icon",
|
||||
},
|
||||
title: "Taxation & GST Advisory", description: "End-to-end Income Tax planning, GST registration, corporate tax management, and periodic return filings.", imageSrc: "http://img.b2bpic.net/free-vector/taxes-background-design_1223-92.jpg", imageAlt: "Taxation icon"},
|
||||
{
|
||||
title: "Business Setup & Company Law",
|
||||
description: "Seamless Company/LLP incorporation, structural advisory, and MCA statutory compliances.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contract-terms-agreement-commitment-understanding_53876-21235.jpg",
|
||||
imageAlt: "Business Setup icon",
|
||||
},
|
||||
title: "Business Setup & Company Law", description: "Seamless Company/LLP incorporation, structural advisory, and MCA statutory compliances.", imageSrc: "http://img.b2bpic.net/free-photo/contract-terms-agreement-commitment-understanding_53876-21235.jpg", imageAlt: "Business Setup icon"},
|
||||
{
|
||||
title: "Management Consultancy & CFO Services",
|
||||
description: "Virtual CFO solutions, robust management consulting, and scaling strategies for emerging ventures.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colourful-cubes-pointy-arrow_23-2148445421.jpg",
|
||||
imageAlt: "Management Consultancy icon",
|
||||
},
|
||||
title: "Management Consultancy & CFO Services", description: "Virtual CFO solutions, robust management consulting, and scaling strategies for emerging ventures.", imageSrc: "http://img.b2bpic.net/free-photo/colourful-cubes-pointy-arrow_23-2148445421.jpg", imageAlt: "Management Consultancy icon"},
|
||||
]}
|
||||
title="Our Core Services"
|
||||
description="We offer a comprehensive suite of financial and corporate services designed to empower your business."
|
||||
@@ -173,20 +121,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Connect with Us"
|
||||
title="Book a Personalized Consultation"
|
||||
description="Reach out to our expert team for inquiries or to schedule a detailed business consulting session. We are here to support your financial journey. Operating Hours: Monday to Saturday (09:00 AM – 05:00 PM) | Sunday (Closed)."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+919946222253",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:+919946222253"},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:info@hsmuae.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:info@hsmuae.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -198,28 +141,17 @@ export default function LandingPage() {
|
||||
description="Whether you have a specific query or need detailed advice, our team is ready to assist you. Fill out the form below and we'll get back to you promptly."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "subject",
|
||||
type: "text",
|
||||
placeholder: "Subject of Inquiry",
|
||||
required: true,
|
||||
name: "subject", type: "text", placeholder: "Subject of Inquiry", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Your Message", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/demand-analysts-shaking-hands-from-laptops-screens-planning-future-demand-demand-planning-demand-analytics-digital-sales-forecast-concept-illustration_335657-2098.jpg"
|
||||
@@ -236,53 +168,33 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Auditing & Assurance",
|
||||
href: "/services#auditing",
|
||||
},
|
||||
label: "Auditing & Assurance", href: "/services#auditing"},
|
||||
{
|
||||
label: "Taxation & GST Advisory",
|
||||
href: "/services#taxation",
|
||||
},
|
||||
label: "Taxation & GST Advisory", href: "/services#taxation"},
|
||||
{
|
||||
label: "Business Setup",
|
||||
href: "/services#business-setup",
|
||||
},
|
||||
label: "Business Setup", href: "/services#business-setup"},
|
||||
{
|
||||
label: "Management Consultancy",
|
||||
href: "/services#management",
|
||||
},
|
||||
label: "Management Consultancy", href: "/services#management"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "International Portal",
|
||||
href: "https://hsmuae.com/",
|
||||
},
|
||||
label: "International Portal", href: "https://hsmuae.com/"},
|
||||
{
|
||||
label: "Disclaimer",
|
||||
href: "#disclaimer",
|
||||
},
|
||||
label: "Disclaimer", href: "#disclaimer"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Second Floor, Alif Building, NH 66, Opposite Barak Royal Enfield Showroom, Palathara, Swagathamadu, Kottakkal, Malappuram, Kerala 676510",
|
||||
href: "https://maps.app.goo.gl/example",
|
||||
},
|
||||
label: "Second Floor, Alif Building, NH 66, Opposite Barak Royal Enfield Showroom, Palathara, Swagathamadu, Kottakkal, Malappuram, Kerala 676510", href: "https://maps.app.goo.gl/example"},
|
||||
{
|
||||
label: "+91 99462 22253",
|
||||
href: "tel:+919946222253",
|
||||
},
|
||||
label: "+91 99462 22253", href: "tel:+919946222253"},
|
||||
{
|
||||
label: "info@hsmuae.com",
|
||||
href: "mailto:info@hsmuae.com",
|
||||
},
|
||||
label: "info@hsmuae.com", href: "mailto:info@hsmuae.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f8f8f8;
|
||||
--card: #ffffff;
|
||||
--foreground: #334155;
|
||||
--primary-cta: #0A2E70;
|
||||
--background: #0A2626;
|
||||
--card: #1A3A3A;
|
||||
--foreground: #E0FFFF;
|
||||
--primary-cta: #00BCD4;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #E2E8F0;
|
||||
--secondary-cta: #0A2626;
|
||||
--secondary-cta-text: #0A2E70;
|
||||
--accent: #94A3B8;
|
||||
--background-accent: #64748B;
|
||||
--accent: #4DD0E1;
|
||||
--background-accent: #00838F;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user