Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
204
src/app/page.tsx
204
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Services", id: "#features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="JAJU KORPORATION"
|
||||
/>
|
||||
@@ -64,42 +52,27 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Trusted Business Broker for Hyderabad Entrepreneurs"
|
||||
description="Connect with experienced business brokers specializing in acquisitions, sales, and valuations. We simplify complex transactions so you can focus on growth."
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule a Consultation", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ambitious-executive-listening-his-workmate_1098-4038.jpg?_wi=1",
|
||||
imageAlt: "Business deal handshake",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ambitious-executive-listening-his-workmate_1098-4038.jpg", imageAlt: "Business deal handshake"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-business-office-shows-stock-exchange-values-changing_482257-84627.jpg?_wi=1",
|
||||
imageAlt: "Business analytics desk",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-business-office-shows-stock-exchange-values-changing_482257-84627.jpg", imageAlt: "Business analytics desk"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bridge-with-city_1127-3918.jpg?_wi=1",
|
||||
imageAlt: "Hyderabad city skyline",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bridge-with-city_1127-3918.jpg", imageAlt: "Hyderabad city skyline"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-covid-office-concept_23-2148616773.jpg?_wi=1",
|
||||
imageAlt: "Team meeting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-covid-office-concept_23-2148616773.jpg", imageAlt: "Team meeting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-female-partners-shaking-hands_1262-17976.jpg?_wi=1",
|
||||
imageAlt: "Client consultation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-female-partners-shaking-hands_1262-17976.jpg", imageAlt: "Client consultation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-looking-stock-market-analysis-computer-screen_53876-31189.jpg",
|
||||
imageAlt: "Success chart",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-looking-stock-market-analysis-computer-screen_53876-31189.jpg", imageAlt: "Success chart"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,19 +84,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Clients Served",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Clients Served", value: "500+"},
|
||||
{
|
||||
icon: Scale,
|
||||
label: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Years Experience", value: "15+"},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "Successful Deals",
|
||||
value: "300+",
|
||||
},
|
||||
label: "Successful Deals", value: "300+"},
|
||||
]}
|
||||
metricsAnimation="reveal-blur"
|
||||
/>
|
||||
@@ -135,53 +102,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Business Acquisitions",
|
||||
description: "Find and acquire the perfect business that aligns with your strategic goals and investment criteria.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Search,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904309.jpg",
|
||||
imageAlt: "global business network connections",
|
||||
},
|
||||
title: "Business Acquisitions", description: "Find and acquire the perfect business that aligns with your strategic goals and investment criteria.", bentoComponent: "reveal-icon", icon: Search,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904309.jpg", imageAlt: "global business network connections"},
|
||||
{
|
||||
title: "Business Sales",
|
||||
description: "Achieve optimal value for your business with our expert market analysis, strategic positioning, and buyer network.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: DollarSign,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ambitious-executive-listening-his-workmate_1098-4038.jpg?_wi=2",
|
||||
imageAlt: "global business network connections",
|
||||
},
|
||||
title: "Business Sales", description: "Achieve optimal value for your business with our expert market analysis, strategic positioning, and buyer network.", bentoComponent: "reveal-icon", icon: DollarSign,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ambitious-executive-listening-his-workmate_1098-4038.jpg", imageAlt: "global business network connections"},
|
||||
{
|
||||
title: "Valuation & Advisory",
|
||||
description: "Receive accurate business valuations and strategic advisory to inform your key decisions.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: FileText,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-business-office-shows-stock-exchange-values-changing_482257-84627.jpg?_wi=2",
|
||||
imageAlt: "global business network connections",
|
||||
},
|
||||
title: "Valuation & Advisory", description: "Receive accurate business valuations and strategic advisory to inform your key decisions.", bentoComponent: "reveal-icon", icon: FileText,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-business-office-shows-stock-exchange-values-changing_482257-84627.jpg", imageAlt: "global business network connections"},
|
||||
{
|
||||
title: "Growth & Expansion",
|
||||
description: "Leverage our insights to identify expansion opportunities and accelerate your business growth post-acquisition.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Rocket,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bridge-with-city_1127-3918.jpg?_wi=2",
|
||||
imageAlt: "global business network connections",
|
||||
},
|
||||
title: "Growth & Expansion", description: "Leverage our insights to identify expansion opportunities and accelerate your business growth post-acquisition.", bentoComponent: "reveal-icon", icon: Rocket,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bridge-with-city_1127-3918.jpg", imageAlt: "global business network connections"},
|
||||
{
|
||||
title: "Market Insights",
|
||||
description: "Access deep local market intelligence for Hyderabad and surrounding regions to make informed decisions.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: LineChart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-covid-office-concept_23-2148616773.jpg?_wi=2",
|
||||
imageAlt: "global business network connections",
|
||||
},
|
||||
title: "Market Insights", description: "Access deep local market intelligence for Hyderabad and surrounding regions to make informed decisions.", bentoComponent: "reveal-icon", icon: LineChart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-covid-office-concept_23-2148616773.jpg", imageAlt: "global business network connections"},
|
||||
{
|
||||
title: "Legal & Due Diligence",
|
||||
description: "Navigate complex legal frameworks with confidence through our network of trusted legal partners.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-female-partners-shaking-hands_1262-17976.jpg?_wi=2",
|
||||
imageAlt: "global business network connections",
|
||||
},
|
||||
title: "Legal & Due Diligence", description: "Navigate complex legal frameworks with confidence through our network of trusted legal partners.", bentoComponent: "reveal-icon", icon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-female-partners-shaking-hands_1262-17976.jpg", imageAlt: "global business network connections"},
|
||||
]}
|
||||
title="Our Core Brokerage Services"
|
||||
description="We offer comprehensive solutions tailored to your business needs, ensuring seamless and profitable transactions across Hyderabad."
|
||||
@@ -193,17 +130,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Accenture",
|
||||
"Deloitte",
|
||||
"PwC",
|
||||
"KPMG",
|
||||
"EY",
|
||||
"TATA Group",
|
||||
"Reliance Industries",
|
||||
"Infosys",
|
||||
"Wipro",
|
||||
"Tech Mahindra",
|
||||
]}
|
||||
"Accenture", "Deloitte", "PwC", "KPMG", "EY", "TATA Group", "Reliance Industries", "Infosys", "Wipro", "Tech Mahindra"]}
|
||||
title="Partnering with Industry Leaders"
|
||||
description="Our collaborations speak volumes about our commitment to excellence and trusted relationships."
|
||||
speed={35}
|
||||
@@ -217,20 +144,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "$500M+",
|
||||
description: "Total Transaction Value",
|
||||
},
|
||||
id: "1", value: "$500M+", description: "Total Transaction Value"},
|
||||
{
|
||||
id: "2",
|
||||
value: "95%",
|
||||
description: "Client Satisfaction Rate",
|
||||
},
|
||||
id: "2", value: "95%", description: "Client Satisfaction Rate"},
|
||||
{
|
||||
id: "3",
|
||||
value: "15+",
|
||||
description: "Years of Market Experience",
|
||||
},
|
||||
id: "3", value: "15+", description: "Years of Market Experience"},
|
||||
]}
|
||||
title="Proven Results & Impact"
|
||||
description="Our track record demonstrates our dedication to client success and market leadership in Hyderabad's business brokerage."
|
||||
@@ -245,25 +163,15 @@ export default function LandingPage() {
|
||||
author="Ramesh Kumar, CEO of Hyderabad Tech Solutions"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-positive-mature-business-leader-enjoying-coffee_74855-3525.jpg",
|
||||
alt: "Ramesh Kumar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-positive-mature-business-leader-enjoying-coffee_74855-3525.jpg", alt: "Ramesh Kumar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-confident-businesspeople-standing-outside-near-office-building-looking-away-professional-successful-content-managers-meeting-street-teamwork-partnership-concept_74855-6741.jpg",
|
||||
alt: "Priya Sharma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-confident-businesspeople-standing-outside-near-office-building-looking-away-professional-successful-content-managers-meeting-street-teamwork-partnership-concept_74855-6741.jpg", alt: "Priya Sharma"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/indian-business-man-with-crossed-arm-dark-wall_231208-2667.jpg",
|
||||
alt: "Anil Singh",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/indian-business-man-with-crossed-arm-dark-wall_231208-2667.jpg", alt: "Anil Singh"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
|
||||
alt: "Sneha Reddy",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", alt: "Sneha Reddy"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hispanic-man-with-beard-wearing-suit-tie-looking-camera-blowing-kiss-with-hand-air-being-lovely-sexy-love-expression_839833-31615.jpg",
|
||||
alt: "Vijay Prasad",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hispanic-man-with-beard-wearing-suit-tie-looking-camera-blowing-kiss-with-hand-air-being-lovely-sexy-love-expression_839833-31615.jpg", alt: "Vijay Prasad"},
|
||||
]}
|
||||
ratingAnimation="reveal-blur"
|
||||
avatarsAnimation="reveal-blur"
|
||||
@@ -275,30 +183,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What types of businesses do you broker?",
|
||||
content: "We specialize in brokering a wide range of businesses across various industries in Hyderabad, including technology, manufacturing, retail, services, and more. Our expertise spans small to mid-sized enterprises.",
|
||||
},
|
||||
id: "1", title: "What types of businesses do you broker?", content: "We specialize in brokering a wide range of businesses across various industries in Hyderabad, including technology, manufacturing, retail, services, and more. Our expertise spans small to mid-sized enterprises."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do you determine business valuation?",
|
||||
content: "Our valuation process involves a comprehensive analysis of financial statements, market conditions, industry trends, and comparable transactions. We use multiple methodologies to provide an accurate and defensible valuation.",
|
||||
},
|
||||
id: "2", title: "How do you determine business valuation?", content: "Our valuation process involves a comprehensive analysis of financial statements, market conditions, industry trends, and comparable transactions. We use multiple methodologies to provide an accurate and defensible valuation."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is the typical timeline for selling a business?",
|
||||
content: "The timeline can vary significantly based on factors like business size, industry, market demand, and buyer readiness. On average, a business sale can take anywhere from 6 to 12 months from engagement to closing.",
|
||||
},
|
||||
id: "3", title: "What is the typical timeline for selling a business?", content: "The timeline can vary significantly based on factors like business size, industry, market demand, and buyer readiness. On average, a business sale can take anywhere from 6 to 12 months from engagement to closing."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer post-acquisition support?",
|
||||
content: "Yes, we provide advisory support to ensure a smooth transition for both buyers and sellers, including assistance with integration, legal aspects, and strategic planning post-acquisition.",
|
||||
},
|
||||
id: "4", title: "Do you offer post-acquisition support?", content: "Yes, we provide advisory support to ensure a smooth transition for both buyers and sellers, including assistance with integration, legal aspects, and strategic planning post-acquisition."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What makes JAJU KORPORATION different?",
|
||||
content: "Our deep local market expertise in Hyderabad, transparent processes, client-centric approach, and proven track record of successful transactions set us apart. We prioritize building long-term relationships based on trust and results.",
|
||||
},
|
||||
id: "5", title: "What makes JAJU KORPORATION different?", content: "Our deep local market expertise in Hyderabad, transparent processes, client-centric approach, and proven track record of successful transactions set us apart. We prioritize building long-term relationships based on trust and results."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find answers to common questions about our business brokerage services, processes, and market expertise in Hyderabad."
|
||||
@@ -312,8 +205,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Schedule Your Free Consultation Today"
|
||||
description="Ready to buy, sell, or value your business in Hyderabad? Contact our expert team for personalized advice and start your journey with confidence."
|
||||
@@ -334,13 +226,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="JAJU KORPORATION"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user