diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a28c84..e9967d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -132,31 +90,11 @@ export default function LandingPage() { description="Common questions regarding our manufacturing standards, supply capabilities, and service regions." faqsAnimation="slide-up" faqs={[ - { - id: "1", - title: "What is the typical lead time for custom slit strips?", - content: "Our standard lead time for processed and slit strips is 5-7 business days, depending on material availability and order volume.", - }, - { - id: "2", - title: "Do you offer shipping across India?", - content: "Yes, we utilize a network of reliable freight partners to ensure safe and timely delivery from our Bangalore facility to all major industrial hubs in India.", - }, - { - id: "3", - title: "Are your beryllium copper products compliant with international standards?", - content: "Absolutely. All our beryllium copper offerings are sourced and tested to meet rigorous international metallurgical standards.", - }, - { - id: "4", - title: "Can you handle high-tolerance precision cutting?", - content: "Yes, our facility is equipped with high-precision slitting machinery that allows us to meet stringent customer specifications with minimal variance.", - }, - { - id: "5", - title: "Do you provide material certification?", - content: "Every shipment includes standard material test certificates upon request to ensure traceability and quality compliance for your audits.", - }, + { id: "1", title: "What is the typical lead time for custom slit strips?", content: "Our standard lead time for processed and slit strips is 5-7 business days, depending on material availability and order volume." }, + { id: "2", title: "Do you offer shipping across India?", content: "Yes, we utilize a network of reliable freight partners to ensure safe and timely delivery from our Bangalore facility to all major industrial hubs in India." }, + { id: "3", title: "Are your metal products compliant with international standards?", content: "Absolutely. All our offerings are sourced and tested to meet rigorous international metallurgical standards." }, + { id: "4", title: "Can you handle high-tolerance precision cutting?", content: "Yes, our facility is equipped with high-precision slitting machinery that allows us to meet stringent customer specifications with minimal variance." }, + { id: "5", title: "Do you provide material certification?", content: "Every shipment includes standard material test certificates upon request to ensure traceability and quality compliance for your audits." }, ]} /> @@ -164,13 +102,11 @@ export default function LandingPage() {
@@ -179,32 +115,8 @@ export default function LandingPage() { @@ -212,4 +124,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index e669e5c..a0a8ecd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #e0e0e0; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #737373; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #1a1a1a; --secondary-cta-text: #1c1c1c; - --accent: #a8a8a8; - --background-accent: #d1d1d1; + --accent: #333333; + --background-accent: #262626; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);