Merge version_14 into main #19

Merged
bender merged 1 commits from version_14 into main 2026-03-27 00:15:09 +00:00

View File

@@ -34,7 +34,7 @@ const HomePage = () => {
<div id="about-home" data-section="about-home"><AboutMetric title="About JONG HYUK TEXTILE CO., LTD." metrics={[{ icon: Gauge, label: "Years of Textile Excellence", value: "30+" }, { icon: Award, label: "Durability & Quality Assurance", value: "Premium" }, { icon: Globe, label: "Global Export Footprint", value: "6+" }, { icon: Factory, label: "Monthly Production Capacity", value: "500k+ Yards" }]} metricsAnimation="slide-up" useInvertedBackground={false} /></div>
<div id="features-strengths" data-section="features-strengths"><FeatureCardTwentyFive animationType="slide-up" title="Our Core Strengths" description="Engineered for performance and aesthetic versatility." features={[{ title: "Silk-Like Polyester", description: "Engineered with proprietary filament structures to replicate natural silk's luster, drape, and breathability while maintaining high-tensile durability for intensive fashion applications.", icon: Sparkles, mediaItems: [{ imageSrc: resolvedAssets["feature-fabric-development"] }, { imageSrc: resolvedAssets["feature-quality-control"] }] }, { title: "Digital Print Fabrics", description: "High-precision sublimation printing technology that ensures saturated color fastness, razor-sharp pattern resolution, and infinite design scalability on premium synthetic substrates.", icon: Lightbulb, mediaItems: [{ imageSrc: resolvedAssets["feature-fabric-development"] }, { imageSrc: resolvedAssets["feature-quality-control"] }] }]} textboxLayout="default" useInvertedBackground={false} /></div>
<div id="products-home" data-section="products-home"><ProductCardTwo animationType="slide-up" title="Our Premium Fabric Collections" description="High-performance materials designed for global fashion manufacturing." products={[{ id: "1", brand: "JONG HYUK", name: "Silky Polyester", price: "Request Wholesale Quote", rating: 5, reviewCount: "120", imageSrc: resolvedAssets["product-silky-polyester"] }, { id: "2", brand: "JONG HYUK", name: "Brocade Fabrics", price: "Request Wholesale Quote", rating: 5, reviewCount: "85", imageSrc: resolvedAssets["product-brocade-fabric"] }]} gridVariant="uniform-all-items-equal" textboxLayout="default" useInvertedBackground={true} /></div>
<div id="contact-home" data-section="contact-home"><ContactCenter tag="Get in Touch" title="Partner with Us" description="Discuss your fabric needs." background={{ variant: "gradient-bars" }} useInvertedBackground={false} /></div>
<div id="contact-home" data-section="contact-home"><ContactCenter tag="Get in Touch" title="Partner with Us" description="Reach out for bulk pricing, customized material sampling, or inquiries about our wholesale export services." background={{ variant: "gradient-bars" }} useInvertedBackground={false} /></div>
<div id="footer" data-section="footer"><FooterBase columns={footerNavItems} /></div>
</ThemeProvider>
);