Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 972b62efe9 | |||
| c40a8410ec |
166
src/app/page.tsx
166
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Leadership",
|
name: "Leadership", id: "team"},
|
||||||
id: "team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Mixtura Enterprises"
|
brandName="Mixtura Enterprises"
|
||||||
/>
|
/>
|
||||||
@@ -52,19 +44,14 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
logoText="Mixtura Enterprises"
|
logoText="Mixtura Enterprises"
|
||||||
description="Integrated Industrial & Service Solutions You Can Trust. Delivering operational excellence across manufacturing, retail, and supply chain management."
|
description="Integrated Industrial & Service Solutions You Can Trust. Delivering operational excellence across manufacturing, retail, and supply chain management."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get a Quote",
|
text: "Get a Quote", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Explore Services",
|
text: "Explore Services", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/light-line-open-drawers-blue-fronts_169016-68939.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/light-line-open-drawers-blue-fronts_169016-68939.jpg"
|
||||||
imageAlt="Industrial Excellence"
|
imageAlt="Industrial Excellence"
|
||||||
@@ -79,17 +66,11 @@ export default function LandingPage() {
|
|||||||
description="Established in 2019, Mixtura Enterprises is a premier multi-functional partnership firm dedicated to industrial reliability and service excellence. With a proven track record, we offer comprehensive solutions tailored to the modern corporate landscape."
|
description="Established in 2019, Mixtura Enterprises is a premier multi-functional partnership firm dedicated to industrial reliability and service excellence. With a proven track record, we offer comprehensive solutions tailored to the modern corporate landscape."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "2019",
|
value: "2019", title: "Est. Year"},
|
||||||
title: "Est. Year",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "₹5 Cr",
|
value: "₹5 Cr", title: "Max Turnover"},
|
||||||
title: "Max Turnover",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "B2B",
|
value: "B2B", title: "Industry Focus"},
|
||||||
title: "Industry Focus",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/professional-consultants-engineers-group-evaluate-production-process-plant_482257-126028.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/professional-consultants-engineers-group-evaluate-production-process-plant_482257-126028.jpg?_wi=1"
|
||||||
imageAlt="About Mixtura Enterprises"
|
imageAlt="About Mixtura Enterprises"
|
||||||
@@ -105,60 +86,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Road, Rail & Metro Infrastructure", author: "Civil Engineering", description: "Delivering robust civil infrastructure solutions for roads, railways, and metro projects with precision, durability, and compliance.", tags: ["Infrastructure", "Civil"],
|
||||||
title: "Industrial Services",
|
imageSrc: "http://img.b2bpic.net/free-photo/industrial-infrastructure-construction-site_146671-19562.jpg"},
|
||||||
author: "Excellence",
|
|
||||||
description: "End-to-end management of industrial services with precision.",
|
|
||||||
tags: [
|
|
||||||
"B2B",
|
|
||||||
"Premium",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-worker-hard-hat-large-metalworking-plant_146671-19562.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Ready Mix Concrete (RMC) Solutions", author: "Construction Supply", description: "High-quality ready mix concrete supplied for consistent strength, efficiency, and reliability across all construction projects.", tags: ["Concrete", "Materials"],
|
||||||
title: "Manufacturing Solutions",
|
imageSrc: "http://img.b2bpic.net/free-photo/concrete-mixer-truck-construction-site_645730-618.jpg"},
|
||||||
author: "Innovation",
|
|
||||||
description: "Modern factory setups and manufacturing workflows.",
|
|
||||||
tags: [
|
|
||||||
"Tech",
|
|
||||||
"Factory",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/automated-car-assembly-line-plant-automotive-industry-shop-production-assembly-machines-new-car-warehouse_645730-618.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Civil Construction Support Services", author: "Operational Support", description: "End-to-end support for all types of civil works, ensuring seamless execution from foundation to completion.", tags: ["Support", "Civil Works"],
|
||||||
title: "Retail Operations",
|
imageSrc: "http://img.b2bpic.net/free-photo/civil-construction-worker-site_482257-130914.jpg"},
|
||||||
author: "Reliability",
|
|
||||||
description: "Streamlined retail business management and distributions.",
|
|
||||||
tags: [
|
|
||||||
"Retail",
|
|
||||||
"Supply",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-staff-handling-cargo-orders-shipment-storage-room_482257-130914.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "RNC (Reinforced Concrete Works)", author: "Structural Expert", description: "Expert reinforced concrete solutions designed for structural strength, longevity, and safety in demanding environments.", tags: ["RNC", "Structural"],
|
||||||
title: "Works Contracts",
|
imageSrc: "http://img.b2bpic.net/free-photo/reinforced-concrete-structure_1098-3657.jpg"},
|
||||||
author: "Compliance",
|
|
||||||
description: "GST-compliant and legally robust contracting works.",
|
|
||||||
tags: [
|
|
||||||
"Legal",
|
|
||||||
"B2B",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-holding-pen_1098-3657.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
title: "Supply & Distribution",
|
|
||||||
author: "Efficiency",
|
|
||||||
description: "Robust goods handling and distribution networks.",
|
|
||||||
tags: [
|
|
||||||
"Logistics",
|
|
||||||
"Scale",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-menu-books-with-tools_23-2148496828.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Specialized Solutions"
|
title="Our Specialized Solutions"
|
||||||
description="Comprehensive industrial and operational services built to scale and secure your business growth."
|
description="Comprehensive industrial and operational services built to scale and secure your business growth."
|
||||||
@@ -173,17 +111,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", name: "Ashok Shivram Karanth", role: "Partner", imageSrc: "http://img.b2bpic.net/free-photo/professional-consultants-engineers-group-evaluate-production-process-plant_482257-126028.jpg?_wi=2"},
|
||||||
name: "Ashok Shivram Karanth",
|
|
||||||
role: "Partner",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-consultants-engineers-group-evaluate-production-process-plant_482257-126028.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", name: "Pushpa Rakesh Yadav", role: "Partner", imageSrc: "http://img.b2bpic.net/free-photo/professional-consultants-engineers-group-evaluate-production-process-plant_482257-126028.jpg?_wi=3"},
|
||||||
name: "Pushpa Rakesh Yadav",
|
|
||||||
role: "Partner",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-consultants-engineers-group-evaluate-production-process-plant_482257-126028.jpg?_wi=3",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Leadership"
|
title="Our Leadership"
|
||||||
description="Guided by seasoned industry professionals focused on long-term partnership success."
|
description="Guided by seasoned industry professionals focused on long-term partnership success."
|
||||||
@@ -197,28 +127,17 @@ export default function LandingPage() {
|
|||||||
description="Partner with Mixtura Enterprises. Reach out for consultations or service inquiries. GST No: 27ABKFM1850F1ZA"
|
description="Partner with Mixtura Enterprises. Reach out for consultations or service inquiries. GST No: 27ABKFM1850F1ZA"
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "phone",
|
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||||
type: "tel",
|
|
||||||
placeholder: "Phone Number",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Email", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Email",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Describe your project or requirement", rows: 4,
|
||||||
placeholder: "Describe your project or requirement",
|
|
||||||
rows: 4,
|
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/smart-medical-lab-workstation-background-with-digital-apps-computer-screen_482257-124525.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/smart-medical-lab-workstation-background-with-digital-apps-computer-screen_482257-124525.jpg"
|
||||||
@@ -230,46 +149,29 @@ export default function LandingPage() {
|
|||||||
logoText="Mixtura Enterprises"
|
logoText="Mixtura Enterprises"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Manufacturing",
|
label: "Manufacturing", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Works Contracts",
|
label: "Works Contracts", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Retail",
|
label: "Retail", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Support",
|
label: "Support", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Partnerships",
|
label: "Partnerships", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user