Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ed2f272e0 | |||
| 590edef68d | |||
| e048a3fcde | |||
| 5baaa7cd18 | |||
| 2cf9ac584b | |||
| fa7a3e8a33 | |||
| 40ae66fcac | |||
| f3becb356b | |||
| 65aa75b948 | |||
| cb62d0c3bc |
118
src/app/page.tsx
118
src/app/page.tsx
@@ -23,10 +23,10 @@ export default function LandingPage() {
|
|||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="mediumLargeSizeMediumTitles"
|
sizing="mediumLargeSizeMediumTitles"
|
||||||
background="fluid"
|
background="fluid"
|
||||||
cardStyle="soft-shadow"
|
cardStyle="subtle-shadow"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="flat"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="extrabold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
@@ -43,32 +43,32 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "plain" }}
|
||||||
title="Excellence in Enterprise Solutions"
|
title="Corporate Excellence, Redefined"
|
||||||
description="Driven by integrity and innovation, Shree Sadgurukrupa Enterprise provides high-quality solutions for modern business demands."
|
description="Shree Sadgurukrupa Enterprise delivers high-impact, professional solutions tailored for modern business growth and infrastructure stability."
|
||||||
tag="Trusted Enterprise Partner"
|
tag="Professional Enterprise Solutions"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-team-leader-looking-camera-group-corporate-meeting_1163-3920.jpg?_wi=1", imageAlt: "Corporate professional office meeting"},
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-team-leader-looking-camera-group-corporate-meeting_1163-3920.jpg?_wi=1", imageAlt: "Corporate professional office meeting"},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-researchers-reviewing-system-health-metrics-with-mockup-laptop_482257-126912.jpg?_wi=1", imageAlt: "Modern enterprise manufacturing facility"}
|
imageSrc: "http://img.b2bpic.net/free-photo/factory-researchers-reviewing-system-health-metrics-with-mockup-laptop_482257-126912.jpg?_wi=1", imageAlt: "Modern enterprise manufacturing facility"}
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="none"
|
||||||
rating={5}
|
rating={5}
|
||||||
ratingText="Rated 5/5 by our partners"
|
ratingText="Trusted by leading corporations"
|
||||||
tagIcon={ShieldCheck}
|
tagIcon={ShieldCheck}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TestimonialAboutCard
|
<TestimonialAboutCard
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
tag="Our Story"
|
tag="Our Corporate Identity"
|
||||||
title="Legacy of Quality and Trust"
|
title="Defined by Standards of Quality"
|
||||||
description="Founded on strong values, we have grown into a reliable partner for enterprises seeking consistency and excellence in service delivery."
|
description="We operate with a commitment to excellence, providing project management and consultancy services that align with top-tier corporate mandates."
|
||||||
subdescription="We specialize in operational efficiency and high-standard project management."
|
subdescription="Our history of success is built on precise planning and dedicated execution."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg?_wi=1"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="none"
|
||||||
icon={History}
|
icon={History}
|
||||||
imageAlt="Professional executive portrait"
|
imageAlt="Professional executive portrait"
|
||||||
/>
|
/>
|
||||||
@@ -76,71 +76,69 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureBorderGlow
|
<FeatureBorderGlow
|
||||||
animationType="slide-up"
|
animationType="none"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ title: "Supply Chain Management", description: "Streamlining logistics for better business efficiency.", icon: Truck },
|
{ title: "Supply Chain Solutions", description: "Optimized logistical workflows and distribution strategies for high-volume enterprise operations.", icon: Truck },
|
||||||
{ title: "Infrastructure Consulting", description: "Building sustainable foundations for enterprise growth.", icon: Building },
|
{ title: "Strategic Infrastructure", description: "Foundational consulting for secure, high-performance physical and digital business environments.", icon: Building },
|
||||||
{ title: "Strategic Project Planning", description: "End-to-end management from concept to completion.", icon: Briefcase },
|
{ title: "Corporate Project Management", description: "High-level oversight of major projects to ensure deadlines, budget, and quality are maintained.", icon: Briefcase },
|
||||||
]}
|
]}
|
||||||
title="Comprehensive Enterprise Services"
|
title="Our Corporate Service Framework"
|
||||||
description="Strategic solutions tailored to your operational needs."
|
description="Precision-driven service delivery designed to streamline your business architecture."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardTwo
|
<MetricCardTwo
|
||||||
animationType="slide-up"
|
animationType="none"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "m1", value: "15+", description: "Years of Experience" },
|
{ id: "m1", value: "15+", description: "Years of Corporate Service" },
|
||||||
{ id: "m2", value: "500+", description: "Projects Completed" },
|
{ id: "m2", value: "500+", description: "Enterprise Initiatives Completed" },
|
||||||
{ id: "m3", value: "100%", description: "Client Commitment" },
|
{ id: "m3", value: "99.9%", description: "Efficiency Compliance Rating" },
|
||||||
]}
|
]}
|
||||||
title="Driving Results Together"
|
title="Delivering Tangible Results"
|
||||||
description="Measuring our success by the success of our clients."
|
description="Professional metrics representing our commitment to operational integrity."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="team" data-section="team">
|
<div id="team" data-section="team">
|
||||||
<TeamCardTwo
|
<TeamCardTwo
|
||||||
animationType="slide-up"
|
animationType="none"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
members={[
|
members={[
|
||||||
{ id: "t1", name: "Aarav Sharma", role: "Managing Director", description: "Overseeing operations and growth.", imageSrc: "http://img.b2bpic.net/free-photo/group-business-workers-smiling-happy-confident-working-together-with-smile-face-young-beautiful-woman-standing-explaining-documents-office_839833-7615.jpg" },
|
{ id: "t1", name: "Aarav Sharma", role: "Managing Director", description: "Operational strategy and corporate vision.", imageSrc: "http://img.b2bpic.net/free-photo/group-business-workers-smiling-happy-confident-working-together-with-smile-face-young-beautiful-woman-standing-explaining-documents-office_839833-7615.jpg" },
|
||||||
{ id: "t2", name: "Priya Patel", role: "Operations Head", description: "Ensuring daily excellence.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-team-leader-looking-camera-group-corporate-meeting_1163-3920.jpg?_wi=2" },
|
{ id: "t2", name: "Priya Patel", role: "Head of Operations", description: "Efficiency and process integration expert.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-team-leader-looking-camera-group-corporate-meeting_1163-3920.jpg?_wi=2" },
|
||||||
{ id: "t3", name: "Vikram Singh", role: "Project Consultant", description: "Strategic project management.", imageSrc: "http://img.b2bpic.net/free-photo/factory-researchers-reviewing-system-health-metrics-with-mockup-laptop_482257-126912.jpg?_wi=2" },
|
{ id: "t3", name: "Vikram Singh", role: "Senior Consultant", description: "Infrastructure and supply chain optimization.", imageSrc: "http://img.b2bpic.net/free-photo/factory-researchers-reviewing-system-health-metrics-with-mockup-laptop_482257-126912.jpg?_wi=2" },
|
||||||
{ id: "t4", name: "Ananya Rao", role: "Client Liaison", description: "Bridging client relationships.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg?_wi=2" },
|
{ id: "t4", name: "Ananya Rao", role: "Client Services Lead", description: "Governance and liaison management.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg?_wi=2" },
|
||||||
]}
|
]}
|
||||||
title="Leadership at the Helm"
|
title="Corporate Leadership Team"
|
||||||
description="Our dedicated team of professionals brings decades of collective experience."
|
description="Expert professionals dedicated to maintaining our high standard of business delivery."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSixteen
|
<TestimonialCardSixteen
|
||||||
animationType="slide-up"
|
animationType="none"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Rajesh Gupta", role: "Operations Manager", company: "TechInd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg" },
|
{ id: "1", name: "Rajesh Gupta", role: "Operations Manager", company: "TechInd Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg" },
|
||||||
{ id: "2", name: "Sunita Das", role: "CEO", company: "Global Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2550.jpg" },
|
{ id: "2", name: "Sunita Das", role: "CEO", company: "Global Dynamics", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2550.jpg" },
|
||||||
{ id: "3", name: "Amit Shah", role: "Owner", company: "Retail Plus", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-businesswomen-with-tablet-pc_1262-21029.jpg" },
|
{ id: "3", name: "Amit Shah", role: "Principal", company: "Retail Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-businesswomen-with-tablet-pc_1262-21029.jpg" },
|
||||||
{ id: "4", name: "Deepa Mehta", role: "Project Lead", company: "LogiCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-colleagues_23-2149097944.jpg" },
|
|
||||||
{ id: "5", name: "Kiran Verma", role: "Manager", company: "BuildRight", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg" },
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{ value: "98%", label: "Retention" },
|
{ value: "98%", label: "Account Retention" },
|
||||||
{ value: "4.9", label: "Satisfaction" },
|
{ value: "4.9/5", label: "Partner Satisfaction" },
|
||||||
{ value: "20+", label: "Industries" },
|
{ value: "20+", label: "Corporate Sectors" },
|
||||||
]}
|
]}
|
||||||
title="Partner Feedback"
|
title="Client Acknowledgements"
|
||||||
description="See how we have helped businesses grow."
|
description="Professional validation from our extensive industry network."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -149,24 +147,24 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "f1", title: "How do I get started?", content: "Get in touch via the contact page and we will guide you." },
|
{ id: "f1", title: "What interior design services do you offer?", content: "We specialize in comprehensive corporate interior design, focusing on space optimization, modern aesthetics, and ergonomic layout planning for maximum productivity." },
|
||||||
{ id: "f2", title: "Do you offer consultations?", content: "Yes, we provide initial strategy consultations." },
|
{ id: "f2", title: "How do you manage civil work projects?", content: "Our civil engineering team manages end-to-end structural construction, renovation, and infrastructural upgrades, ensuring all compliance and safety standards are met." },
|
||||||
{ id: "f3", title: "What industries do you serve?", content: "We serve a diverse range of enterprise industries." },
|
{ id: "f3", title: "Can you handle large-scale corporate renovations?", content: "Yes, we have significant experience in multi-phase commercial renovations, delivering high-performance environments within tight operational timelines." },
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Design & Engineering FAQ"
|
||||||
description="Answers to commonly asked questions about our services."
|
description="Common questions about our interior design and civil infrastructure services."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="none"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
tag="Let's Connect"
|
tag="Connect"
|
||||||
title="Ready to Partner with Us?"
|
title="Contact Us"
|
||||||
description="Reach out to start a conversation about your enterprise needs."
|
description="Shree Sadgurukrupa Enterprise, Shop No 03, 60 Feet Road Kharigaon Dattawadi, near Saya Park Bldg, Kalwa, Thane, Maharashtra 400605. Reach out at contact@sadgurukrupa.enterprise.in or call 093220 20258."
|
||||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
buttons={[{ text: "Submit Request", href: "mailto:contact@sadgurukrupa.enterprise.in" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -180,4 +178,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -13,11 +13,11 @@
|
|||||||
--background: #f5f5f5;
|
--background: #f5f5f5;
|
||||||
--card: #ffffff;
|
--card: #ffffff;
|
||||||
--foreground: #1c1c1c;
|
--foreground: #1c1c1c;
|
||||||
--primary-cta: #511f1f;
|
--primary-cta: #1c1c1c;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #f5f5f5;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #1c1c1c;
|
||||||
--accent: #e63946;
|
--accent: #511f1f;
|
||||||
--background-accent: #e8bea8;
|
--background-accent: #e8bea8;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
|
|||||||
Reference in New Issue
Block a user