Merge version_1_1781440024283 into main
Merge version_1_1781440024283 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -8,34 +8,13 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "Products",
|
||||
"href": "#products"
|
||||
},
|
||||
{
|
||||
"name": "About",
|
||||
"href": "#about"
|
||||
},
|
||||
{
|
||||
"name": "Safety",
|
||||
"href": "#safety"
|
||||
},
|
||||
{
|
||||
"name": "Contact",
|
||||
"href": "#contact"
|
||||
},
|
||||
{
|
||||
"name": "Hero",
|
||||
"href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Metrics",
|
||||
"href": "#metrics"
|
||||
},
|
||||
{
|
||||
"name": "Testimonials",
|
||||
"href": "#testimonials"
|
||||
}
|
||||
{ name: "Products", href: "#products" },
|
||||
{ name: "About", href: "#about" },
|
||||
{ name: "Safety", href: "#safety" },
|
||||
{ name: "Contact", href: "#contact" },
|
||||
{ name: "Hero", href: "#hero" },
|
||||
{ name: "Metrics", href: "#metrics" },
|
||||
{ name: "Testimonials", href: "#testimonials" }
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -44,10 +23,9 @@ export default function Layout() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="KTP Chemicals"
|
||||
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=b6wad9"
|
||||
ctaButton={{
|
||||
text: "Get Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Quote", href: "#contact"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -58,18 +36,9 @@ export default function Layout() {
|
||||
brand="KTP Chemicals © 2024"
|
||||
copyright="All rights reserved. Dedicated to high-performance chemical solutions."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "#",
|
||||
},
|
||||
{ icon: "Linkedin", href: "#" },
|
||||
{ icon: "Twitter", href: "#" },
|
||||
{ icon: "Mail", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
@@ -18,32 +18,16 @@ export default function HomePage() {
|
||||
title="Empowering Industry Through Chemistry"
|
||||
description="Leading manufacturer and global supplier of high-purity chemical solutions for research, manufacturing, and industrial sectors."
|
||||
primaryButton={{
|
||||
text: "Browse Products",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "Browse Products", href: "#products"}}
|
||||
secondaryButton={{
|
||||
text: "Contact Sales",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact Sales", href: "#contact"}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-winery-with-big-steel-barrels_657883-407.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/entrance-stairs_1127-2032.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/petri-dish-with-dropper-blue-background_23-2148958376.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/biohazard-sign-ai-generated_268835-18721.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-doctors-pointing-alarm-clock-protective-suit_176474-23954.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-188.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-winery-with-big-steel-barrels_657883-407.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/entrance-stairs_1127-2032.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/petri-dish-with-dropper-blue-background_23-2148958376.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/biohazard-sign-ai-generated_268835-18721.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/two-doctors-pointing-alarm-clock-protective-suit_176474-23954.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-188.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -54,13 +38,9 @@ export default function HomePage() {
|
||||
<AboutTextSplit
|
||||
title="Delivering Excellence Since 1995"
|
||||
descriptions={[
|
||||
"KTP Chemicals stands at the forefront of chemical innovation, combining decades of expertise with cutting-edge manufacturing processes. Our commitment to purity and quality control ensures that our clients receive the best materials for their critical applications.",
|
||||
"Operating on a global scale, we prioritize safety, sustainability, and reliability. Our facilities adhere to the highest international standards, making us the preferred partner for research and large-scale manufacturing alike.",
|
||||
]}
|
||||
"KTP Chemicals stands at the forefront of chemical innovation, combining decades of expertise with cutting-edge manufacturing processes. Our commitment to purity and quality control ensures that our clients receive the best materials for their critical applications.", "Operating on a global scale, we prioritize safety, sustainability, and reliability. Our facilities adhere to the highest international standards, making us the preferred partner for research and large-scale manufacturing alike."]}
|
||||
primaryButton={{
|
||||
text: "Our Mission",
|
||||
href: "#about",
|
||||
}}
|
||||
text: "Our Mission", href: "#about"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -72,41 +52,13 @@ export default function HomePage() {
|
||||
title="Specialty Chemical Products"
|
||||
description="Browse our curated collection of industrial-grade chemical components."
|
||||
items={[
|
||||
{
|
||||
title: "High Purity Solvents",
|
||||
description: "Precision solvents for labs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-science-banner-with-glass-containers_23-2149495043.jpg",
|
||||
},
|
||||
{
|
||||
title: "Analytical Reagents",
|
||||
description: "Lab-grade reliable test agents.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/researching-laboratory_1384-140.jpg",
|
||||
},
|
||||
{
|
||||
title: "Advanced Polymers",
|
||||
description: "High performance plastic materials.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-technologist-expert-protective-white-uniform-with-hairnet-mask-gloves-holding-both-thumbs-up_342744-1181.jpg",
|
||||
},
|
||||
{
|
||||
title: "Industrial Dyes",
|
||||
description: "Concentrated colorant solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-ink-dissolved-water-inside-glass-against-white-background_23-2147948915.jpg",
|
||||
},
|
||||
{
|
||||
title: "Organic Mixtures",
|
||||
description: "Customizable blend formulas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/researching-laboratory_1384-68.jpg",
|
||||
},
|
||||
{
|
||||
title: "Chemical Catalysts",
|
||||
description: "Boost process efficiency.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-supplies-medical-work_23-2149744754.jpg",
|
||||
},
|
||||
{
|
||||
title: "Raw Bulk Materials",
|
||||
description: "Large scale supply ready.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2530.jpg",
|
||||
},
|
||||
{ title: "High Purity Solvents", description: "Precision solvents for labs.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-science-banner-with-glass-containers_23-2149495043.jpg" },
|
||||
{ title: "Analytical Reagents", description: "Lab-grade reliable test agents.", imageSrc: "http://img.b2bpic.net/free-photo/researching-laboratory_1384-140.jpg" },
|
||||
{ title: "Advanced Polymers", description: "High performance plastic materials.", imageSrc: "http://img.b2bpic.net/free-photo/professional-technologist-expert-protective-white-uniform-with-hairnet-mask-gloves-holding-both-thumbs-up_342744-1181.jpg" },
|
||||
{ title: "Industrial Dyes", description: "Concentrated colorant solutions.", imageSrc: "http://img.b2bpic.net/free-photo/blue-ink-dissolved-water-inside-glass-against-white-background_23-2147948915.jpg" },
|
||||
{ title: "Organic Mixtures", description: "Customizable blend formulas.", imageSrc: "http://img.b2bpic.net/free-photo/researching-laboratory_1384-68.jpg" },
|
||||
{ title: "Chemical Catalysts", description: "Boost process efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-supplies-medical-work_23-2149744754.jpg" },
|
||||
{ title: "Raw Bulk Materials", description: "Large scale supply ready.", imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2530.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -119,21 +71,9 @@ export default function HomePage() {
|
||||
title="Safety & Quality First"
|
||||
description="We treat environmental stewardship and safety standards as our highest priority."
|
||||
items={[
|
||||
{
|
||||
title: "ISO Certified",
|
||||
description: "Strict compliance with international standards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-tube-inside-erlenmeyer-beaker_181624-38705.jpg",
|
||||
},
|
||||
{
|
||||
title: "Sustainability",
|
||||
description: "Eco-friendly manufacturing processes for zero waste.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colourful-chemicals-composition-lab_23-2148697211.jpg",
|
||||
},
|
||||
{
|
||||
title: "Safety First",
|
||||
description: "Rigorous internal safety audits and protocols.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894479.jpg",
|
||||
},
|
||||
{ title: "ISO Certified", description: "Strict compliance with international standards.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-tube-inside-erlenmeyer-beaker_181624-38705.jpg" },
|
||||
{ title: "Sustainability", description: "Eco-friendly manufacturing processes for zero waste.", imageSrc: "http://img.b2bpic.net/free-photo/colourful-chemicals-composition-lab_23-2148697211.jpg" },
|
||||
{ title: "Safety First", description: "Rigorous internal safety audits and protocols.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894479.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -147,31 +87,13 @@ export default function HomePage() {
|
||||
description="Reliable supply chain and technical expertise that drives our industry forward."
|
||||
metrics={[
|
||||
{
|
||||
value: "25+",
|
||||
title: "Years Experience",
|
||||
features: [
|
||||
"Proven legacy",
|
||||
"Trusted expertise",
|
||||
"Market leaders",
|
||||
],
|
||||
value: "25+", title: "Years Experience", features: ["Proven legacy", "Trusted expertise", "Market leaders"],
|
||||
},
|
||||
{
|
||||
value: "1500+",
|
||||
title: "Active Products",
|
||||
features: [
|
||||
"Wide selection",
|
||||
"High purity",
|
||||
"Stock ready",
|
||||
],
|
||||
value: "1500+", title: "Active Products", features: ["Wide selection", "High purity", "Stock ready"],
|
||||
},
|
||||
{
|
||||
value: "99.9%",
|
||||
title: "Product Purity",
|
||||
features: [
|
||||
"Analytical tests",
|
||||
"Strict control",
|
||||
"Consistent results",
|
||||
],
|
||||
value: "99.9%", title: "Product Purity", features: ["Analytical tests", "Strict control", "Consistent results"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -185,46 +107,11 @@ export default function HomePage() {
|
||||
title="Trusted by Leaders"
|
||||
description="Our long-term partners trust us to deliver consistent results time after time."
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
role: "Lead Scientist",
|
||||
company: "Global Pharma Inc.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scientist-man-with-thumb-up_1368-4730.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David Chen",
|
||||
role: "Operations Dir",
|
||||
company: "Techno-Manufacturing",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman_1098-16876.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Jessica Lee",
|
||||
role: "Head Researcher",
|
||||
company: "InnovateChem Lab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-wearing-lab-coat_23-2149551158.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Robert Evans",
|
||||
role: "Plant Manager",
|
||||
company: "Industrial Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-manufacturing-factory-specialist-explains-production-process_482257-118103.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Amanda Ross",
|
||||
role: "Procurement Head",
|
||||
company: "Global Trade Chem",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg",
|
||||
},
|
||||
{ name: "Sarah Miller", role: "Lead Scientist", company: "Global Pharma Inc.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/scientist-man-with-thumb-up_1368-4730.jpg" },
|
||||
{ name: "David Chen", role: "Operations Dir", company: "Techno-Manufacturing", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman_1098-16876.jpg" },
|
||||
{ name: "Jessica Lee", role: "Head Researcher", company: "InnovateChem Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-wearing-lab-coat_23-2149551158.jpg" },
|
||||
{ name: "Robert Evans", role: "Plant Manager", company: "Industrial Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-manufacturing-factory-specialist-explains-production-process_482257-118103.jpg" },
|
||||
{ name: "Amanda Ross", role: "Procurement Head", company: "Global Trade Chem", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -237,22 +124,10 @@ export default function HomePage() {
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our manufacturing or supply chain capabilities? Here are the most common ones."
|
||||
items={[
|
||||
{
|
||||
question: "What is your typical turnaround time?",
|
||||
answer: "Most bulk orders are processed and shipped within 3-5 business days.",
|
||||
},
|
||||
{
|
||||
question: "Are your materials ISO certified?",
|
||||
answer: "Yes, we adhere to all ISO manufacturing and safety standards.",
|
||||
},
|
||||
{
|
||||
question: "Can I request custom formulations?",
|
||||
answer: "Absolutely, our technical team works with you to design specific blend formulas.",
|
||||
},
|
||||
{
|
||||
question: "What are your shipping regions?",
|
||||
answer: "We provide global shipping to over 50 countries worldwide.",
|
||||
},
|
||||
{ question: "What is your typical turnaround time?", answer: "Most bulk orders are processed and shipped within 3-5 business days." },
|
||||
{ question: "Are your materials ISO certified?", answer: "Yes, we adhere to all ISO manufacturing and safety standards." },
|
||||
{ question: "Can I request custom formulations?", answer: "Absolutely, our technical team works with you to design specific blend formulas." },
|
||||
{ question: "What are your shipping regions?", answer: "We provide global shipping to over 50 countries worldwide." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-four-yellow-metallic-silos-with-blue-sky_181624-5116.jpg"
|
||||
/>
|
||||
@@ -264,14 +139,8 @@ export default function HomePage() {
|
||||
<ContactCta
|
||||
tag="Get Started"
|
||||
text="Partner with a world-class chemical supplier for your business requirements."
|
||||
primaryButton={{
|
||||
text: "Contact Support",
|
||||
href: "mailto:info@ktpchemicals.com",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Inquiry Form",
|
||||
href: "#contact-form",
|
||||
}}
|
||||
primaryButton={{ text: "Contact Support", href: "mailto:info@ktpchemicals.com" }}
|
||||
secondaryButton={{ text: "Inquiry Form", href: "#contact-form" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user