|
|
|
|
@@ -29,11 +29,11 @@ const HomePage = () => {
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
|
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="background-highlight" borderRadius="pill" contentWidth="mediumSmall" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
|
|
|
|
<div id="nav" data-section="nav"><NavbarStyleFullscreen brandName="JONG HYUK TEXTILE" navItems={navItems} /></div>
|
|
|
|
|
<div id="hero" data-section="hero"><HeroSplitTestimonial title="Direct Manufacturer of Premium Korean Textiles for Global Fashion Brands" description="Premium fabrics for global buyers with a minimum order quantity of 500 meters and reliable 4-week lead times for international shipping." background={{ variant: "radial-gradient" }} testimonials={[{ name: "Sarah Chen", handle: "Fashion Buyer, USA", testimonial: "JONG HYUK TEXTILE consistently delivers exceptional quality.", rating: 5, imageSrc: resolvedAssets["testimonial-avatar-1"] }]} buttons={[{ text: "View Our Fabric Catalog", href: "/products" }]} imageSrc={resolvedAssets["hero-fabric-rolls"]} mediaAnimation="none" /></div>
|
|
|
|
|
<div id="nav" data-section="nav"><NavbarStyleFullscreen brandName="JONG HYUK TEXTILE CO., LTD." navItems={navItems} /></div>
|
|
|
|
|
<div id="hero" data-section="hero"><HeroSplitTestimonial title="Direct Manufacturer of Premium Korean Textiles for Global Fashion Brands" description="Premium fabrics for global buyers with a minimum order quantity of 500 meters and reliable 4-week lead times for international shipping." background={{ variant: "radial-gradient" }} testimonials={[{ name: "Sarah Chen", handle: "Fashion Buyer, USA", testimonial: "JONG HYUK TEXTILE consistently delivers exceptional quality.", rating: 5, imageSrc: resolvedAssets["testimonial-avatar-1"] }]} buttons={[{ text: "Request Wholesale Quote", href: "/contact" }]} imageSrc={resolvedAssets["hero-fabric-rolls"]} mediaAnimation="none" /></div>
|
|
|
|
|
<div id="about-home" data-section="about-home"><AboutMetric title="About JONG HYUK TEXTILE CO., LTD." metrics={[{ icon: Gauge, label: "30+ Years Experience", value: "30+" }, { icon: Award, label: "Quality & Reliability", value: "Certified" }, { icon: Globe, label: "Global Market Reach", value: "6+ Countries" }, { icon: Factory, label: "500k+ Monthly Capacity", value: "500k+" }]} 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="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="split" 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: "Inquire for Wholesale Pricing", rating: 5, reviewCount: "120", imageSrc: resolvedAssets["product-silky-polyester"] }, { id: "2", brand: "JONG HYUK", name: "Brocade Fabrics", price: "Inquire for Wholesale Pricing", 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="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>
|
|
|
|
|
|