6 Commits

Author SHA1 Message Date
4c9a8cc3d8 Merge version_2 into main
Merge version_2 into main
2026-03-25 23:02:25 +00:00
b8cfe8d660 Update src/app/contact/page.tsx 2026-03-25 23:02:22 +00:00
a9b3d49d91 Update src/app/about/page.tsx 2026-03-25 23:02:22 +00:00
befb8d20d4 Merge version_1 into main
Merge version_1 into main
2026-03-25 23:00:37 +00:00
d1d6f4f3c3 Merge version_1 into main
Merge version_1 into main
2026-03-25 23:00:13 +00:00
0adf2a47c3 Merge version_1 into main
Merge version_1 into main
2026-03-25 22:59:43 +00:00
2 changed files with 70 additions and 195 deletions

View File

@@ -13,47 +13,35 @@ import { Database, Globe, Lightbulb, Scale, TrendingUp, Workflow, Zap } from "lu
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
headingFontWeight="semibold"
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "/"},
{
name: "About Us",
id: "about",
},
name: "About Us", id: "/about"},
{
name: "Services",
id: "services",
},
name: "Services", id: "/services"},
{
name: "Insights",
id: "insights",
},
name: "Insights", id: "/insights"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Archana Business"
button={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "/contact"}}
animateOnLoad={true}
/>
</div>
@@ -67,24 +55,16 @@ export default function LandingPage() {
description="Archana Business is a leader in intelligent information services, dedicated to transforming complex data into actionable strategies. We help organizations navigate market complexities, optimize operations, and achieve sustainable growth through cutting-edge analytics and expert consultation."
bulletPoints={[
{
title: "Data-Driven Decisions",
description: "Turn raw data into strategic advantage with our advanced analytical capabilities.",
icon: Database,
title: "Data-Driven Decisions", description: "Turn raw data into strategic advantage with our advanced analytical capabilities.", icon: Database,
},
{
title: "Market Intelligence",
description: "Gain a clear understanding of trends, competitor landscapes, and emerging opportunities.",
icon: Globe,
title: "Market Intelligence", description: "Gain a clear understanding of trends, competitor landscapes, and emerging opportunities.", icon: Globe,
},
{
title: "Process Optimization",
description: "Streamline operations for peak efficiency and significant cost reduction.",
icon: Workflow,
title: "Process Optimization", description: "Streamline operations for peak efficiency and significant cost reduction.", icon: Workflow,
},
{
title: "Future-Ready Solutions",
description: "Adapt and thrive in evolving markets with innovative and scalable technology solutions.",
icon: Zap,
title: "Future-Ready Solutions", description: "Adapt and thrive in evolving markets with innovative and scalable technology solutions.", icon: Zap,
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-professional-digital-illustration-show-1774479523297-185fd0eb.png"
@@ -100,19 +80,13 @@ export default function LandingPage() {
metrics={[
{
icon: TrendingUp,
label: "Revenue Growth",
value: "+30%",
},
label: "Revenue Growth", value: "+30%"},
{
icon: Lightbulb,
label: "Client Satisfaction",
value: "98%",
},
label: "Client Satisfaction", value: "98%"},
{
icon: Scale,
label: "Operational Efficiency",
value: "25%+",
},
label: "Operational Efficiency", value: "25%+"},
]}
metricsAnimation="slide-up"
/>
@@ -125,33 +99,13 @@ export default function LandingPage() {
useInvertedBackground={false}
team={[
{
id: "1",
name: "Anya Sharma",
role: "CEO & Lead Strategist",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-professional-headshot-of-a-diverse-wom-1774479523071-ffb2a0b7.png?_wi=1",
imageAlt: "Professional headshot of Anya Sharma",
},
id: "1", name: "Anya Sharma", role: "CEO & Lead Strategist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-professional-headshot-of-a-diverse-wom-1774479523071-ffb2a0b7.png?_wi=1", imageAlt: "Professional headshot of Anya Sharma"},
{
id: "2",
name: "Rahul Verma",
role: "Chief Data Scientist",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-professional-headshot-of-a-diverse-man-1774479522847-107a0736.png?_wi=1",
imageAlt: "Professional headshot of Rahul Verma",
},
id: "2", name: "Rahul Verma", role: "Chief Data Scientist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-professional-headshot-of-a-diverse-man-1774479522847-107a0736.png?_wi=1", imageAlt: "Professional headshot of Rahul Verma"},
{
id: "3",
name: "Priya Singh",
role: "Head of Market Research",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-professional-headshot-of-a-diverse-wom-1774479522741-087a18dd.png?_wi=1",
imageAlt: "Professional headshot of Priya Singh",
},
id: "3", name: "Priya Singh", role: "Head of Market Research", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-professional-headshot-of-a-diverse-wom-1774479522741-087a18dd.png?_wi=1", imageAlt: "Professional headshot of Priya Singh"},
{
id: "4",
name: "Vikram Rao",
role: "Senior Consultant",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-professional-headshot-of-a-diverse-man-1774479523243-6644e1fe.png?_wi=1",
imageAlt: "Professional headshot of Vikram Rao",
},
id: "4", name: "Vikram Rao", role: "Senior Consultant", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-professional-headshot-of-a-diverse-man-1774479523243-6644e1fe.png?_wi=1", imageAlt: "Professional headshot of Vikram Rao"},
]}
title="Meet the Minds Behind Archana Business"
description="Our team comprises seasoned experts in data science, market research, business strategy, and technology. We are united by a passion for innovation and a commitment to our clients' success."
@@ -166,13 +120,7 @@ export default function LandingPage() {
"GlobalTech Solutions", "InnovateCorp", "Future Dynamics", "Apex Enterprises", "Synergy Group", "Pioneer Systems", "Quantum Innovations"
]}
logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-sleek-minimalist-logo-for-a-fictional--1774479524984-3aa45aa0.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-modern-professional-logo-for-innovatec-1774479523003-38743027.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-futuristic-and-dynamic-logo-for-future-1774479522757-0659352a.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-strong-reliable-logo-for-apex-enterpri-1774479523765-e51a98cc.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-collaborative-and-interconnected-logo--1774479525319-df56d847.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-precise-and-foundational-logo-for-pion-1774479523136-0805f0f5.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-sophisticated-logo-for-quantum-innovat-1774479524589-835621a8.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-sleek-minimalist-logo-for-a-fictional--1774479524984-3aa45aa0.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-modern-professional-logo-for-innovatec-1774479523003-38743027.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-futuristic-and-dynamic-logo-for-future-1774479522757-0659352a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-strong-reliable-logo-for-apex-enterpri-1774479523765-e51a98cc.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-collaborative-and-interconnected-logo--1774479525319-df56d847.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-precise-and-foundational-logo-for-pion-1774479523136-0805f0f5.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-sophisticated-logo-for-quantum-innovat-1774479524589-835621a8.png"
]}
title="Trusted by Industry Leaders"
description="Our expertise has empowered a diverse portfolio of clients across various sectors to achieve their strategic objectives."
@@ -184,67 +132,41 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Data Analytics",
href: "/services",
},
label: "Data Analytics", href: "/services"},
{
label: "Market Intelligence",
href: "/services",
},
label: "Market Intelligence", href: "/services"},
{
label: "Process Optimization",
href: "/services",
},
label: "Process Optimization", href: "/services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Our Team",
href: "/about#team",
},
label: "Our Team", href: "/about#team"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Blog",
href: "/insights",
},
label: "Blog", href: "/insights"},
{
label: "FAQs",
href: "/contact#faqs",
},
label: "FAQs", href: "/insights#faq-insights"},
{
label: "Support",
href: "/contact",
},
label: "Support", href: "/contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
@@ -255,4 +177,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -9,47 +9,35 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
headingFontWeight="semibold"
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "/"},
{
name: "About Us",
id: "about",
},
name: "About Us", id: "/about"},
{
name: "Services",
id: "services",
},
name: "Services", id: "/services"},
{
name: "Insights",
id: "insights",
},
name: "Insights", id: "/insights"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Archana Business"
button={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "/contact"}}
animateOnLoad={true}
/>
</div>
@@ -61,33 +49,19 @@ export default function LandingPage() {
description="Whether you have a question about our services, need a demo, or want to explore partnership opportunities, our team is ready to assist you. Fill out the form below or reach out directly."
inputs={[
{
name: "firstName",
type: "text",
placeholder: "First Name",
required: true,
name: "firstName", type: "text", placeholder: "First Name", required: true,
},
{
name: "lastName",
type: "text",
placeholder: "Last Name",
required: true,
name: "lastName", type: "text", placeholder: "Last Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Work Email",
required: true,
name: "email", type: "email", placeholder: "Work Email", required: true,
},
{
name: "company",
type: "text",
placeholder: "Company Name",
},
name: "company", type: "text", placeholder: "Company Name"},
]}
textarea={{
name: "message",
placeholder: "Your Message",
rows: 5,
name: "message", placeholder: "Your Message", rows: 5,
required: true,
}}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSPMNlir9IUpFibMHMqzQzVc6k/a-professional-digital-illustration-show-1774479523297-185fd0eb.png?_wi=4"
@@ -100,54 +74,33 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Data Analytics",
href: "#services",
},
label: "Data Analytics", href: "/services"},
{
label: "Market Intelligence",
href: "#services",
},
label: "Market Intelligence", href: "/services"},
{
label: "Process Optimization",
href: "#services",
},
label: "Process Optimization", href: "/services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "/about"},
{
label: "Careers",
href: "/careers",
},
label: "Careers", href: "#"},
{
label: "Blog",
href: "/blog",
},
label: "Blog", href: "/insights"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "/insights#faq-insights"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "/contact"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}
@@ -158,4 +111,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}