diff --git a/src/app/page.tsx b/src/app/page.tsx index f4c8e76..39cb8a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,35 +32,23 @@ export default function LandingPage() { @@ -119,25 +101,17 @@ export default function LandingPage() { tagIcon={Lightbulb} accordionItems={[ { - id: "market-analysis", - title: "Market Trend Analysis", - content: "Gain a crucial competitive edge with our in-depth analysis of global chemical market trends, precise forecasts, and strategic insights, enabling informed decision-making.", + id: "market-analysis", title: "Market Trend Analysis", content: "Gain a crucial competitive edge with our in-depth analysis of global chemical market trends, precise forecasts, and strategic insights, enabling informed decision-making." }, { - id: "competitor-research", - title: "Competitor Research", - content: "Understand your competitive landscape thoroughly with comprehensive research on key players, market positioning, and strategic movements within the chemical industry.", + id: "competitor-research", title: "Competitor Research", content: "Understand your competitive landscape thoroughly with comprehensive research on key players, market positioning, and strategic movements within the chemical industry." }, { - id: "supply-chain", - title: "Supply Chain Optimization", - content: "Streamline your logistics, enhance efficiency, and significantly reduce operational costs with our expert-led supply chain optimization strategies, ensuring seamless delivery.", + id: "supply-chain", title: "Supply Chain Optimization", content: "Streamline your logistics, enhance efficiency, and significantly reduce operational costs with our expert-led supply chain optimization strategies, ensuring seamless delivery." }, { - id: "customer-development", - title: "International Customer Development", - content: "Expand your global reach and unlock new opportunities by identifying and fostering relationships with new international trade partners, growing your market presence.", - }, + id: "customer-development", title: "International Customer Development", content: "Expand your global reach and unlock new opportunities by identifying and fostering relationships with new international trade partners, growing your market presence." + } ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRVby68KRmGf85nZmuVhkUge4W/a-sleek-minimalist-illustration-or-photo-1774452014088-db5b51a6.png" imageAlt="Data analytics dashboard showing chemical market trends" @@ -155,29 +129,14 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "1", - name: "Sodium Bicarbonate", - price: "Market Price", - variant: "Food Grade, Industrial Grade", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRVby68KRmGf85nZmuVhkUge4W/a-high-quality-studio-lit-photograph-of--1774452017574-388af16d.png", - imageAlt: "Pure sodium bicarbonate powder", + id: "1", name: "Sodium Bicarbonate", price: "Market Price", variant: "Food Grade, Industrial Grade", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRVby68KRmGf85nZmuVhkUge4W/a-high-quality-studio-lit-photograph-of--1774452017574-388af16d.png", imageAlt: "Pure sodium bicarbonate powder" }, { - id: "2", - name: "Sodium Hydrogencarbonate", - price: "Market Price", - variant: "High Purity, Bulk Supply", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRVby68KRmGf85nZmuVhkUge4W/a-detailed-professional-photograph-of-fi-1774452014847-532fce9e.png", - imageAlt: "Fine sodium hydrogencarbonate grains", + id: "2", name: "Sodium Hydrogencarbonate", price: "Market Price", variant: "High Purity, Bulk Supply", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRVby68KRmGf85nZmuVhkUge4W/a-detailed-professional-photograph-of-fi-1774452014847-532fce9e.png", imageAlt: "Fine sodium hydrogencarbonate grains" }, { - id: "3", - name: "Sorbitol", - price: "Market Price", - variant: "Liquid Solution, Crystalline Powder", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRVby68KRmGf85nZmuVhkUge4W/an-exquisite-close-up-photograph-of-sorb-1774452015834-2689de42.png", - imageAlt: "Clear sorbitol liquid in elegant bottle", - }, + id: "3", name: "Sorbitol", price: "Market Price", variant: "Liquid Solution, Crystalline Powder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRVby68KRmGf85nZmuVhkUge4W/an-exquisite-close-up-photograph-of-sorb-1774452015834-2689de42.png", imageAlt: "Clear sorbitol liquid in elegant bottle" + } ]} title="Our Premium Chemical Products" description="High-quality chemicals sourced and delivered with unmatched reliability, ensuring consistency and excellence for diverse industrial needs." @@ -193,28 +152,20 @@ export default function LandingPage() { tag="Proven Excellence" metrics={[ { - id: "1", - value: "5+", - description: "International Trades Completed", + id: "1", value: "5+", description: "International Trades Completed" }, { - id: "2", - value: "2", - description: "Main Trading Regions Served", + id: "2", value: "2", description: "Main Trading Regions Served" }, { - id: "3", - value: "3+", - description: "Core Product Categories", + id: "3", value: "3+", description: "Core Product Categories" }, { - id: "4", - value: "2", - description: "Key Logistics Ports Utilized", - }, + id: "4", value: "2", description: "Key Logistics Ports Utilized" + } ]} metricsAnimation="slide-up" - tagIcon="Globe" + tagIcon={Globe} /> @@ -222,14 +173,9 @@ export default function LandingPage() {