templates/home/index.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Hello HomeController!{% endblock %}
  3. {% block body %}
  4. <style>
  5.     /* .example-wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; }
  6.     .example-wrapper code { background: #F5F5F5; padding: 2px 6px; }
  7.     
  8.     .mapphoto{background-image: url("{{asset('img/map-hero.png')}}");background-size: cover;}
  9.     body {background: #002b4e;}
  10.     .carousel-item div{
  11.         width: 75%;
  12.         margin: 0 auto;
  13.         padding: 48px 0;
  14.         color: #f5efe5;
  15.     }
  16.     .fa-star{
  17.       color: #FFC107;
  18.     }
  19.     .fa-check-square {color: #08d119;} */
  20. </style>
  21. <section class="relative py-20 md:py-28 overflow-hidden bg-gradient-to-r from-blue-50 to-white">
  22.     <div class="container mx-auto px-4">
  23.         <div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center">
  24.             <div class="space-y-6">
  25.                 <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold text-gray-900">Connect with <span class="bg-gradient-to-r from-red-600 to-blue-800 bg-clip-text text-transparent">U.S. Manufacturers</span></h1>
  26.                 <p class="text-lg text-gray-700 max-w-md">Connect with trusted American manufacturers and suppliers to streamline your supply chain, ensure quality, and support the domestic economy.</p>
  27.                 <div class="flex flex-col sm:flex-row gap-4">
  28.                     <a href="{{ path('add_company') }}"
  29.                         class="inline-flex items-center justify-center gap-2 whitespace-nowrap ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 h-10 bg-red-600 hover:bg-red-700 text-white py-6 px-8 rounded-md text-lg font-medium"
  30.                     >
  31.                         List Your Company
  32.                     </a>
  33.                     <a href="{{ path('app_company_index') }}"
  34.                         class="inline-flex items-center justify-center gap-2 whitespace-nowrap ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 border bg-background hover:text-accent-foreground h-10 border-blue-800 text-blue-800 hover:bg-blue-50 py-6 px-8 rounded-md text-lg font-medium"
  35.                     >
  36.                         Search by Industry
  37.                     </a>
  38.                 </div>
  39.             </div>
  40.             <div class="relative h-64 md:h-96">
  41.                 <div class="absolute inset-0 z-10">
  42.                     <div class="relative w-full h-full flex items-center justify-center">
  43.                         <div class="w-full h-full relative">
  44.                             <img src="{{asset('img/map-hero.png')}}">
  45.                         </div>
  46.                         <div class="absolute top-1/4 left-1/4 w-12 h-12 rounded-full bg-red-600 opacity-20"></div>
  47.                     </div>
  48.                 </div>
  49.                 <div class="absolute -right-16 -bottom-16 w-64 h-64 bg-red-100 rounded-full opacity-30"></div>
  50.                 <div class="absolute -left-20 -top-20 w-48 h-48 bg-blue-100 rounded-full opacity-30"></div>
  51.             </div>
  52.         </div>
  53.     </div>
  54.     <div class="absolute top-0 right-0 w-64 h-64 bg-blue-800 rounded-full opacity-5 -translate-y-1/2 translate-x-1/3"></div>
  55.     <div class="absolute bottom-0 left-0 w-80 h-80 bg-red-600 rounded-full opacity-5 translate-y-1/2 -translate-x-1/3"></div>
  56. </section>
  57. <section id="services" class="py-20 bg-gray-50">
  58.     <div class="container mx-auto px-4">
  59.         <div class="text-center mb-12">
  60.             <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Our <span class="bg-gradient-to-r from-red-600 to-blue-800 bg-clip-text text-transparent">Services</span></h2>
  61.             <p class="text-gray-600 max-w-2xl mx-auto mb-8">Discover how we connect businesses with reliable American manufacturers and suppliers.</p>
  62.             <div class="max-w-3xl mx-auto bg-white rounded-lg shadow-lg overflow-hidden mb-12">
  63.                 <div class="aspect-[16/9] relative">
  64.                     <iframe style="width: 100%; height: 100%" src="https://www.youtube.com/embed/coegUqdHuQk?si=ZrdMKNlQsPXm7VJ0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
  65.                 </div>
  66.             </div>
  67.         </div>
  68.         <div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
  69.             <div class="relative group">
  70.                 <div class="absolute inset-0 bg-gradient-to-b from-transparent to-blue-900/80 rounded-lg opacity-0 group-hover:opacity-100 transition-opacity duration-300"></div>
  71.                 <div class="relative h-80 rounded-lg shadow-md overflow-hidden">
  72.                     <div class="w-full h-full bg-gray-200 flex items-center justify-center">
  73.                         <svg xmlns="http://www.w3.org/2000/svg" class="w-2/3 h-2/3 text-gray-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
  74.                             <path d="M2 20h20"></path>
  75.                             <path d="M5 20V9l7-4v15"></path>
  76.                             <path d="M17 5h2a1 1 0 0 1 1 1v14h-4V6a1 1 0 0 1 1-1Z"></path>
  77.                             <path d="M10 12H7v2h3v-2Z"></path>
  78.                             <path d="M17 9h-1v1h1V9Z"></path>
  79.                             <path d="M17 12h-1v1h1v-1Z"></path>
  80.                             <path d="M17 15h-1v1h1v-1Z"></path>
  81.                             <path d="m10 20 2-3 2 3"></path>
  82.                         </svg>
  83.                     </div>
  84.                     <div class="absolute inset-0 bg-black/30"></div>
  85.                     <div class="absolute inset-0 p-6 flex flex-col justify-end">
  86.                         <h3 class="text-xl text-white font-semibold mb-2 group-hover:text-blue-200 transition-colors">Verified U.S. Suppliers</h3>
  87.                         <p class="text-white text-sm opacity-0 group-hover:opacity-100 transition-opacity duration-300">
  88.                             Access our database of thousands of verified U.S. manufacturers and suppliers, all thoroughly vetted and ready to meet your business needs.
  89.                         </p>
  90.                     </div>
  91.                 </div>
  92.             </div>
  93.             <div class="relative group">
  94.                 <div class="absolute inset-0 bg-gradient-to-b from-transparent to-red-900/80 rounded-lg opacity-0 group-hover:opacity-100 transition-opacity duration-300"></div>
  95.                 <div class="relative h-80 rounded-lg shadow-md overflow-hidden">
  96.                     <div class="w-full h-full bg-gray-200 flex items-center justify-center">
  97.                         <svg xmlns="http://www.w3.org/2000/svg" class="w-2/3 h-2/3 text-gray-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
  98.                             <path d="M20 8h-9l-2-3H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7a2 2 0 0 0-2-2Z"></path>
  99.                             <path d="M18 14v1"></path>
  100.                             <path d="M18 22v1"></path>
  101.                             <path d="M5 7v1"></path>
  102.                             <rect x="2" y="10" width="5" height="8" rx="1"></rect>
  103.                             <path d="M22 13h-5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5"></path>
  104.                         </svg>
  105.                     </div>
  106.                     <div class="absolute inset-0 bg-black/30"></div>
  107.                     <div class="absolute inset-0 p-6 flex flex-col justify-end">
  108.                         <h3 class="text-xl text-white font-semibold mb-2 group-hover:text-red-200 transition-colors">Business Matching Service</h3>
  109.                         <p class="text-white text-sm opacity-0 group-hover:opacity-100 transition-opacity duration-300">
  110.                             Our intelligent matching system connects your specific requirements with the most suitable American manufacturers, saving you time and resources.
  111.                         </p>
  112.                     </div>
  113.                 </div>
  114.             </div>
  115.             <div class="relative group">
  116.                 <div class="absolute inset-0 bg-gradient-to-b from-transparent to-gray-900/80 rounded-lg opacity-0 group-hover:opacity-100 transition-opacity duration-300"></div>
  117.                 <div class="relative h-80 rounded-lg shadow-md overflow-hidden">
  118.                     <div class="w-full h-full bg-gray-200 flex items-center justify-center">
  119.                         <svg xmlns="http://www.w3.org/2000/svg" class="w-2/3 h-2/3 text-gray-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
  120.                             <path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>
  121.                             <path d="m9 12 2 2 4-4"></path>
  122.                         </svg>
  123.                     </div>
  124.                     <div class="absolute inset-0 bg-black/30"></div>
  125.                     <div class="absolute inset-0 p-6 flex flex-col justify-end">
  126.                         <h3 class="text-xl text-white font-semibold mb-2 group-hover:text-gray-200 transition-colors">Quality Assurance</h3>
  127.                         <p class="text-white text-sm opacity-0 group-hover:opacity-100 transition-opacity duration-300">
  128.                             All listed companies undergo a thorough verification process to ensure they meet high-quality American manufacturing standards.
  129.                         </p>
  130.                     </div>
  131.                 </div>
  132.             </div>
  133.         </div>
  134.     </div>
  135. </section>
  136. <section id="about" class="py-20 bg-white">
  137.     <div class="container mx-auto px-4">
  138.         <div class="text-center mb-12">
  139.             <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">About <span class="bg-gradient-to-r from-red-600 to-blue-800 bg-clip-text text-transparent">Made in USA Global</span></h2>
  140.             <p class="text-gray-600 max-w-2xl mx-auto">Your gateway to American manufacturing excellence and business connections.</p>
  141.         </div>
  142.         <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
  143.             <div class="rounded-lg bg-card text-card-foreground border border-gray-100 shadow-sm hover:shadow-md transition-shadow">
  144.                 <div class="p-6 pt-6">
  145.                     <div class="mb-4 p-2 bg-red-50 inline-block rounded-md">
  146.                         <svg xmlns="http://www.w3.org/2000/svg" class="h-7 w-7 text-red-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
  147.                             <path
  148.                                 stroke-linecap="round"
  149.                                 stroke-linejoin="round"
  150.                                 stroke-width="2"
  151.                                 d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"
  152.                             ></path>
  153.                         </svg>
  154.                     </div>
  155.                     <h3 class="text-xl font-semibold text-gray-900 mb-2">Our Mission</h3>
  156.                     <p class="text-gray-600">Our mission is to strengthen the American manufacturing sector by creating a robust network that connects businesses with verified U.S.-based manufacturers and suppliers.</p>
  157.                 </div>
  158.             </div>
  159.             <div class="rounded-lg bg-card text-card-foreground border border-gray-100 shadow-sm hover:shadow-md transition-shadow">
  160.                 <div class="p-6 pt-6">
  161.                     <div class="mb-4 p-2 bg-blue-50 inline-block rounded-md">
  162.                         <svg xmlns="http://www.w3.org/2000/svg" class="h-7 w-7 text-blue-800" fill="none" viewBox="0 0 24 24" stroke="currentColor">
  163.                             <path
  164.                                 stroke-linecap="round"
  165.                                 stroke-linejoin="round"
  166.                                 stroke-width="2"
  167.                                 d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01"
  168.                             ></path>
  169.                         </svg>
  170.                     </div>
  171.                     <h3 class="text-xl font-semibold text-gray-900 mb-2">Our Directory</h3>
  172.                     <p class="text-gray-600">Our comprehensive directory helps you find reliable suppliers across all industries, simplifying the process of sourcing American-made products and materials.</p>
  173.                 </div>
  174.             </div>
  175.             <div class="rounded-lg bg-card text-card-foreground border border-gray-100 shadow-sm hover:shadow-md transition-shadow">
  176.                 <div class="p-6 pt-6">
  177.                     <div class="mb-4 p-2 bg-gray-50 inline-block rounded-md">
  178.                         <svg xmlns="http://www.w3.org/2000/svg" class="h-7 w-7 text-gray-800" fill="none" viewBox="0 0 24 24" stroke="currentColor">
  179.                             <path
  180.                                 stroke-linecap="round"
  181.                                 stroke-linejoin="round"
  182.                                 stroke-width="2"
  183.                                 d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"
  184.                             ></path>
  185.                         </svg>
  186.                     </div>
  187.                     <h3 class="text-xl font-semibold text-gray-900 mb-2">Why Us</h3>
  188.                     <p class="text-gray-600">We rigorously vet all manufacturers, ensuring quality, reliability, and compliance with American manufacturing standards for all your business needs.</p>
  189.                 </div>
  190.             </div>
  191.         </div>
  192.     </div>
  193. </section>
  194. <section id="testimonials" class="py-20 bg-white">
  195. <div class="text-center mb-12">
  196.             <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">What Our <span class="bg-gradient-to-r from-red-600 to-blue-800 bg-clip-text text-transparent">Clients Say</span></h2>
  197.             <p class="text-gray-600 max-w-2xl mx-auto">Don't just take our word for it. See what businesses across America have to say about our platform.</p>
  198.         </div>
  199. <!-- Reviews Carousel -->
  200. <div id="reviewsCarousel" style="width: 80%;margin: 0 auto;" class="carousel slide" data-ride="carousel">
  201.   <!-- Indicators -->
  202.   <ol class="carousel-indicators">
  203.     <li data-target="#reviewsCarousel" data-slide-to="0" class="active"></li>
  204.     <li data-target="#reviewsCarousel" data-slide-to="1"></li>
  205.     <li data-target="#reviewsCarousel" data-slide-to="2"></li>
  206.   </ol>
  207.   <!-- Slides -->
  208.   <div class="carousel-inner text-center p-4">
  209.     <div class="carousel-item active">
  210.     <i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i>
  211.       <p class="fst-italic">“Made in USA Global transformed our supply chain. We found reliable American manufacturers that improved our product quality and reduced delivery times.”</p>
  212.       <h6 class="mt-3 font-weight-bold">John Doe</h6>
  213.     </div>
  214.     <div class="carousel-item">
  215.     <i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i>
  216.       <p class="fst-italic">“As a small business, finding quality suppliers was a challenge until we discovered this platform. The connections we've made have been invaluable to our growth.”</p>
  217.       <h6 class="mt-3 font-weight-bold">Sarah Smith</h6>
  218.     </div>
  219.     <div class="carousel-item">
  220.     <i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i>
  221.       <p class="fst-italic">“The verification process gives us confidence in the suppliers we connect with. It's been crucial for maintaining our quality standards.”</p>
  222.       <h6 class="mt-3 font-weight-bold">Ahmed Ali</h6>
  223.     </div>
  224.   </div>
  225.   <style>.fa-star{color:gold;}</style>
  226.   <!-- Controls -->
  227.   <a class="carousel-control-prev" style="background: #cd2831; opacity: 1;width: 1rem;height: 1rem;" href="#reviewsCarousel" role="button" data-slide="prev">
  228.     <span class="carousel-control-prev-icon" aria-hidden="true"></span>
  229.     <span class="sr-only">Previous</span>
  230.   </a>
  231.   <a class="carousel-control-next" style="background: #cd2831; opacity: 1;width: 1rem;height: 1rem;" href="#reviewsCarousel" role="button" data-slide="next">
  232.     <span class="carousel-control-next-icon" aria-hidden="true"></span>
  233.     <span class="sr-only">Next</span>
  234.   </a>
  235. </div>
  236. <style>.carousel-item {
  237.   transition: transform 0.2s ease-in-out;
  238. }
  239. </style>
  240.     {# <div class="container mx-auto px-4">
  241.         
  242.         <div class="relative max-w-4xl mx-auto">
  243.             <div class="overflow-hidden">
  244.                 <div class="flex transition-transform duration-500 ease-in-out" style="transform: translateX(0%);">
  245.                     <div class="w-full flex-shrink-0 px-4">
  246.                         <div class="rounded-lg bg-card text-card-foreground border border-gray-100 shadow-sm hover:shadow-md transition-shadow">
  247.                             <div class="p-8">
  248.                                 <div class="flex text-yellow-500 mb-4">
  249.                                     <svg
  250.                                         xmlns="http://www.w3.org/2000/svg"
  251.                                         width="24"
  252.                                         height="24"
  253.                                         viewBox="0 0 24 24"
  254.                                         fill="none"
  255.                                         stroke="currentColor"
  256.                                         stroke-width="2"
  257.                                         stroke-linecap="round"
  258.                                         stroke-linejoin="round"
  259.                                         class="lucide lucide-star h-5 w-5 fill-current"
  260.                                     >
  261.                                         <path
  262.                                             d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
  263.                                         ></path>
  264.                                     </svg>
  265.                                     <svg
  266.                                         xmlns="http://www.w3.org/2000/svg"
  267.                                         width="24"
  268.                                         height="24"
  269.                                         viewBox="0 0 24 24"
  270.                                         fill="none"
  271.                                         stroke="currentColor"
  272.                                         stroke-width="2"
  273.                                         stroke-linecap="round"
  274.                                         stroke-linejoin="round"
  275.                                         class="lucide lucide-star h-5 w-5 fill-current"
  276.                                     >
  277.                                         <path
  278.                                             d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
  279.                                         ></path>
  280.                                     </svg>
  281.                                     <svg
  282.                                         xmlns="http://www.w3.org/2000/svg"
  283.                                         width="24"
  284.                                         height="24"
  285.                                         viewBox="0 0 24 24"
  286.                                         fill="none"
  287.                                         stroke="currentColor"
  288.                                         stroke-width="2"
  289.                                         stroke-linecap="round"
  290.                                         stroke-linejoin="round"
  291.                                         class="lucide lucide-star h-5 w-5 fill-current"
  292.                                     >
  293.                                         <path
  294.                                             d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
  295.                                         ></path>
  296.                                     </svg>
  297.                                     <svg
  298.                                         xmlns="http://www.w3.org/2000/svg"
  299.                                         width="24"
  300.                                         height="24"
  301.                                         viewBox="0 0 24 24"
  302.                                         fill="none"
  303.                                         stroke="currentColor"
  304.                                         stroke-width="2"
  305.                                         stroke-linecap="round"
  306.                                         stroke-linejoin="round"
  307.                                         class="lucide lucide-star h-5 w-5 fill-current"
  308.                                     >
  309.                                         <path
  310.                                             d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
  311.                                         ></path>
  312.                                     </svg>
  313.                                     <svg
  314.                                         xmlns="http://www.w3.org/2000/svg"
  315.                                         width="24"
  316.                                         height="24"
  317.                                         viewBox="0 0 24 24"
  318.                                         fill="none"
  319.                                         stroke="currentColor"
  320.                                         stroke-width="2"
  321.                                         stroke-linecap="round"
  322.                                         stroke-linejoin="round"
  323.                                         class="lucide lucide-star h-5 w-5 fill-current"
  324.                                     >
  325.                                         <path
  326.                                             d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
  327.                                         ></path>
  328.                                     </svg>
  329.                                 </div>
  330.                                 <blockquote class="text-lg text-gray-700 italic mb-6">
  331.                                     "Made in USA Global transformed our supply chain. We found reliable American manufacturers that improved our product quality and reduced delivery times."
  332.                                 </blockquote>
  333.                                 <div class="flex items-center">
  334.                                     <div class="h-10 w-10 rounded-full bg-blue-100 flex items-center justify-center text-blue-800 font-semibold text-sm mr-4">J</div>
  335.                                     <div>
  336.                                         <p class="font-semibold text-gray-900">Jennifer Martinez</p>
  337.                                         <p class="text-sm text-gray-500">Blueprint Electronics</p>
  338.                                     </div>
  339.                                 </div>
  340.                             </div>
  341.                         </div>
  342.                     </div>
  343.                     <div class="w-full flex-shrink-0 px-4">
  344.                         <div class="rounded-lg bg-card text-card-foreground border border-gray-100 shadow-sm hover:shadow-md transition-shadow">
  345.                             <div class="p-8">
  346.                                 <div class="flex text-yellow-500 mb-4">
  347.                                     <svg
  348.                                         xmlns="http://www.w3.org/2000/svg"
  349.                                         width="24"
  350.                                         height="24"
  351.                                         viewBox="0 0 24 24"
  352.                                         fill="none"
  353.                                         stroke="currentColor"
  354.                                         stroke-width="2"
  355.                                         stroke-linecap="round"
  356.                                         stroke-linejoin="round"
  357.                                         class="lucide lucide-star h-5 w-5 fill-current"
  358.                                     >
  359.                                         <path
  360.                                             d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
  361.                                         ></path>
  362.                                     </svg>
  363.                                     <svg
  364.                                         xmlns="http://www.w3.org/2000/svg"
  365.                                         width="24"
  366.                                         height="24"
  367.                                         viewBox="0 0 24 24"
  368.                                         fill="none"
  369.                                         stroke="currentColor"
  370.                                         stroke-width="2"
  371.                                         stroke-linecap="round"
  372.                                         stroke-linejoin="round"
  373.                                         class="lucide lucide-star h-5 w-5 fill-current"
  374.                                     >
  375.                                         <path
  376.                                             d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
  377.                                         ></path>
  378.                                     </svg>
  379.                                     <svg
  380.                                         xmlns="http://www.w3.org/2000/svg"
  381.                                         width="24"
  382.                                         height="24"
  383.                                         viewBox="0 0 24 24"
  384.                                         fill="none"
  385.                                         stroke="currentColor"
  386.                                         stroke-width="2"
  387.                                         stroke-linecap="round"
  388.                                         stroke-linejoin="round"
  389.                                         class="lucide lucide-star h-5 w-5 fill-current"
  390.                                     >
  391.                                         <path
  392.                                             d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
  393.                                         ></path>
  394.                                     </svg>
  395.                                     <svg
  396.                                         xmlns="http://www.w3.org/2000/svg"
  397.                                         width="24"
  398.                                         height="24"
  399.                                         viewBox="0 0 24 24"
  400.                                         fill="none"
  401.                                         stroke="currentColor"
  402.                                         stroke-width="2"
  403.                                         stroke-linecap="round"
  404.                                         stroke-linejoin="round"
  405.                                         class="lucide lucide-star h-5 w-5 fill-current"
  406.                                     >
  407.                                         <path
  408.                                             d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
  409.                                         ></path>
  410.                                     </svg>
  411.                                     <svg
  412.                                         xmlns="http://www.w3.org/2000/svg"
  413.                                         width="24"
  414.                                         height="24"
  415.                                         viewBox="0 0 24 24"
  416.                                         fill="none"
  417.                                         stroke="currentColor"
  418.                                         stroke-width="2"
  419.                                         stroke-linecap="round"
  420.                                         stroke-linejoin="round"
  421.                                         class="lucide lucide-star h-5 w-5 fill-current"
  422.                                     >
  423.                                         <path
  424.                                             d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
  425.                                         ></path>
  426.                                     </svg>
  427.                                 </div>
  428.                                 <blockquote class="text-lg text-gray-700 italic mb-6">
  429.                                     "As a small business, finding quality suppliers was a challenge until we discovered this platform. The connections we've made have been invaluable to our growth."
  430.                                 </blockquote>
  431.                                 <div class="flex items-center">
  432.                                     <div class="h-10 w-10 rounded-full bg-blue-100 flex items-center justify-center text-blue-800 font-semibold text-sm mr-4">R</div>
  433.                                     <div>
  434.                                         <p class="font-semibold text-gray-900">Robert Johnson</p>
  435.                                         <p class="text-sm text-gray-500">Heritage Furniture Co.</p>
  436.                                     </div>
  437.                                 </div>
  438.                             </div>
  439.                         </div>
  440.                     </div>
  441.                     <div class="w-full flex-shrink-0 px-4">
  442.                         <div class="rounded-lg bg-card text-card-foreground border border-gray-100 shadow-sm hover:shadow-md transition-shadow">
  443.                             <div class="p-8">
  444.                                 <div class="flex text-yellow-500 mb-4">
  445.                                     <svg
  446.                                         xmlns="http://www.w3.org/2000/svg"
  447.                                         width="24"
  448.                                         height="24"
  449.                                         viewBox="0 0 24 24"
  450.                                         fill="none"
  451.                                         stroke="currentColor"
  452.                                         stroke-width="2"
  453.                                         stroke-linecap="round"
  454.                                         stroke-linejoin="round"
  455.                                         class="lucide lucide-star h-5 w-5 fill-current"
  456.                                     >
  457.                                         <path
  458.                                             d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
  459.                                         ></path>
  460.                                     </svg>
  461.                                     <svg
  462.                                         xmlns="http://www.w3.org/2000/svg"
  463.                                         width="24"
  464.                                         height="24"
  465.                                         viewBox="0 0 24 24"
  466.                                         fill="none"
  467.                                         stroke="currentColor"
  468.                                         stroke-width="2"
  469.                                         stroke-linecap="round"
  470.                                         stroke-linejoin="round"
  471.                                         class="lucide lucide-star h-5 w-5 fill-current"
  472.                                     >
  473.                                         <path
  474.                                             d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
  475.                                         ></path>
  476.                                     </svg>
  477.                                     <svg
  478.                                         xmlns="http://www.w3.org/2000/svg"
  479.                                         width="24"
  480.                                         height="24"
  481.                                         viewBox="0 0 24 24"
  482.                                         fill="none"
  483.                                         stroke="currentColor"
  484.                                         stroke-width="2"
  485.                                         stroke-linecap="round"
  486.                                         stroke-linejoin="round"
  487.                                         class="lucide lucide-star h-5 w-5 fill-current"
  488.                                     >
  489.                                         <path
  490.                                             d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
  491.                                         ></path>
  492.                                     </svg>
  493.                                     <svg
  494.                                         xmlns="http://www.w3.org/2000/svg"
  495.                                         width="24"
  496.                                         height="24"
  497.                                         viewBox="0 0 24 24"
  498.                                         fill="none"
  499.                                         stroke="currentColor"
  500.                                         stroke-width="2"
  501.                                         stroke-linecap="round"
  502.                                         stroke-linejoin="round"
  503.                                         class="lucide lucide-star h-5 w-5 fill-current"
  504.                                     >
  505.                                         <path
  506.                                             d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
  507.                                         ></path>
  508.                                     </svg>
  509.                                 </div>
  510.                                 <blockquote class="text-lg text-gray-700 italic mb-6">"The verification process gives us confidence in the suppliers we connect with. It's been crucial for maintaining our quality standards."</blockquote>
  511.                                 <div class="flex items-center">
  512.                                     <div class="h-10 w-10 rounded-full bg-blue-100 flex items-center justify-center text-blue-800 font-semibold text-sm mr-4">D</div>
  513.                                     <div>
  514.                                         <p class="font-semibold text-gray-900">David Thompson</p>
  515.                                         <p class="text-sm text-gray-500">Midwest Manufacturing</p>
  516.                                     </div>
  517.                                 </div>
  518.                             </div>
  519.                         </div>
  520.                     </div>
  521.                     <div class="w-full flex-shrink-0 px-4">
  522.                         <div class="rounded-lg bg-card text-card-foreground border border-gray-100 shadow-sm hover:shadow-md transition-shadow">
  523.                             <div class="p-8">
  524.                                 <div class="flex text-yellow-500 mb-4">
  525.                                     <svg
  526.                                         xmlns="http://www.w3.org/2000/svg"
  527.                                         width="24"
  528.                                         height="24"
  529.                                         viewBox="0 0 24 24"
  530.                                         fill="none"
  531.                                         stroke="currentColor"
  532.                                         stroke-width="2"
  533.                                         stroke-linecap="round"
  534.                                         stroke-linejoin="round"
  535.                                         class="lucide lucide-star h-5 w-5 fill-current"
  536.                                     >
  537.                                         <path
  538.                                             d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
  539.                                         ></path>
  540.                                     </svg>
  541.                                     <svg
  542.                                         xmlns="http://www.w3.org/2000/svg"
  543.                                         width="24"
  544.                                         height="24"
  545.                                         viewBox="0 0 24 24"
  546.                                         fill="none"
  547.                                         stroke="currentColor"
  548.                                         stroke-width="2"
  549.                                         stroke-linecap="round"
  550.                                         stroke-linejoin="round"
  551.                                         class="lucide lucide-star h-5 w-5 fill-current"
  552.                                     >
  553.                                         <path
  554.                                             d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
  555.                                         ></path>
  556.                                     </svg>
  557.                                     <svg
  558.                                         xmlns="http://www.w3.org/2000/svg"
  559.                                         width="24"
  560.                                         height="24"
  561.                                         viewBox="0 0 24 24"
  562.                                         fill="none"
  563.                                         stroke="currentColor"
  564.                                         stroke-width="2"
  565.                                         stroke-linecap="round"
  566.                                         stroke-linejoin="round"
  567.                                         class="lucide lucide-star h-5 w-5 fill-current"
  568.                                     >
  569.                                         <path
  570.                                             d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
  571.                                         ></path>
  572.                                     </svg>
  573.                                     <svg
  574.                                         xmlns="http://www.w3.org/2000/svg"
  575.                                         width="24"
  576.                                         height="24"
  577.                                         viewBox="0 0 24 24"
  578.                                         fill="none"
  579.                                         stroke="currentColor"
  580.                                         stroke-width="2"
  581.                                         stroke-linecap="round"
  582.                                         stroke-linejoin="round"
  583.                                         class="lucide lucide-star h-5 w-5 fill-current"
  584.                                     >
  585.                                         <path
  586.                                             d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
  587.                                         ></path>
  588.                                     </svg>
  589.                                     <svg
  590.                                         xmlns="http://www.w3.org/2000/svg"
  591.                                         width="24"
  592.                                         height="24"
  593.                                         viewBox="0 0 24 24"
  594.                                         fill="none"
  595.                                         stroke="currentColor"
  596.                                         stroke-width="2"
  597.                                         stroke-linecap="round"
  598.                                         stroke-linejoin="round"
  599.                                         class="lucide lucide-star h-5 w-5 fill-current"
  600.                                     >
  601.                                         <path
  602.                                             d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
  603.                                         ></path>
  604.                                     </svg>
  605.                                 </div>
  606.                                 <blockquote class="text-lg text-gray-700 italic mb-6">
  607.                                     "We've been able to market our products as 100% American-made thanks to the suppliers we found through this platform. Our customers appreciate the transparency."
  608.                                 </blockquote>
  609.                                 <div class="flex items-center">
  610.                                     <div class="h-10 w-10 rounded-full bg-blue-100 flex items-center justify-center text-blue-800 font-semibold text-sm mr-4">S</div>
  611.                                     <div>
  612.                                         <p class="font-semibold text-gray-900">Sarah Williams</p>
  613.                                         <p class="text-sm text-gray-500">Coastal Apparel</p>
  614.                                     </div>
  615.                                 </div>
  616.                             </div>
  617.                         </div>
  618.                     </div>
  619.                 </div>
  620.             </div>
  621.             <button
  622.                 class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:bg-accent hover:text-accent-foreground h-10 w-10 absolute -left-4 top-1/2 -translate-y-1/2 bg-white border border-gray-200 shadow-sm rounded-full z-10"
  623.             >
  624.                 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-left h-5 w-5">
  625.                     <path d="m15 18-6-6 6-6"></path>
  626.                 </svg>
  627.             </button>
  628.             <button
  629.                 class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:bg-accent hover:text-accent-foreground h-10 w-10 absolute -right-4 top-1/2 -translate-y-1/2 bg-white border border-gray-200 shadow-sm rounded-full z-10"
  630.             >
  631.                 <svg
  632.                     xmlns="http://www.w3.org/2000/svg"
  633.                     width="24"
  634.                     height="24"
  635.                     viewBox="0 0 24 24"
  636.                     fill="none"
  637.                     stroke="currentColor"
  638.                     stroke-width="2"
  639.                     stroke-linecap="round"
  640.                     stroke-linejoin="round"
  641.                     class="lucide lucide-chevron-right h-5 w-5"
  642.                 >
  643.                     <path d="m9 18 6-6-6-6"></path>
  644.                 </svg>
  645.             </button>
  646.             <div class="flex justify-center mt-6 gap-2">
  647.                 <button class="h-2 rounded-full transition-all w-6 bg-blue-800" aria-label="Go to testimonial 1"></button><button class="h-2 rounded-full transition-all w-2 bg-gray-300" aria-label="Go to testimonial 2"></button>
  648.                 <button class="h-2 rounded-full transition-all w-2 bg-gray-300" aria-label="Go to testimonial 3"></button><button class="h-2 rounded-full transition-all w-2 bg-gray-300" aria-label="Go to testimonial 4"></button>
  649.             </div>
  650.         </div>
  651.     </div> #}
  652. </section>
  653. {# <section class="hero">
  654.     <div style="text-align:left;">
  655.     <div class="row g-4">
  656.         <div class="col-md-9">
  657.         <h1>CONNECTING BUSINESSES<br> TO AMERICAN MANUFACTURERS</h1>
  658.         <p>facilitating Connections with manufacturers spanning diverse U.S. industries</p>
  659.         </div>
  660.         <div class="col-md-3">
  661.         <img class="w-100" src="{{asset('img/map-hero.png')}}">
  662.         </div>
  663.     </div>
  664.     </section>
  665.     <section class="pb-5" style="background-color:#0d2c4d; color:white;">
  666.         <h1 class="text-center">Choose your path</h1>
  667.         <div class="row g-4">
  668.         <div class="col-md-6">
  669.             <a  href="{{ path('app_company_new') }}" class=" category-card d-block">
  670.                 <h4 class="d-block"><b>Register your manufacturing company</b></h4>
  671.                 <img style="filter: invert(1);" class="w-25" src="{{asset('img/register.png')}}">
  672.             </a>
  673.         </div>
  674.         <div class="col-md-6">
  675.             <a href="{{ path('app_company_index') }}" class=" category-card d-block">
  676.                 <h4 class="d-block"><b>Explore U.S. manufacturers by industry</b></h4>
  677.                 <img style="filter: invert(1);" class="w-25" src="{{asset('img/explore.png')}}">
  678.             </a>
  679.         </div>
  680.         </div>
  681.     </section> #}
  682.     {# <section class="p-5" style="background-color:#f5efe5; color:#0d2c4d; border-radius:30px;">
  683.         <div class="row g-4">
  684.         <div class="col-md-4">
  685.             <h2 class="text-center">Who we are?</h2>
  686.             <img class="w-100" src="{{asset('img/who.png')}}">
  687.         </div>
  688.         <div class="col-md-4">
  689.             <h2 class="text-center">What we do?</h2>
  690.             <p>we provide a directory of US manufacturers, making it easy to business to find reliable suppliers and partners</p>
  691.         </div>
  692.         <div class="col-md-4">    
  693.             <h2 class="text-center">Why us?</h2>
  694.             <p>We deliver a network of vetted manufacturers, committed to quality and excellence. Partner with us to strengthen US Manufacturing</p>
  695.         </div>
  696.         </div>
  697.     </section>
  698.     <section id="service" style="color:white;">
  699.     <center><h1>Our service</h1></center>
  700.     <div class="row">
  701.       <div class="col-md-6">
  702.           <h2>Empowering American Manufacturing. Connecting the World.</h2>
  703.           <p>At MadeInUSAGlobal, our mission is to showcase and support U.S.-based manufacturers by providing a powerful online platform that connects them with global buyers, suppliers, and partners. We offer a range of services tailored to meet the needs of both manufacturers and businesses looking for high-quality, American-made products.</p>
  704.       </div>
  705.       <div class="col-md-6">
  706.           <img class="w-100" src="{{asset('img/manu.jpg')}}">
  707.       </div>
  708.     </div>
  709.     </section>
  710.     <br>
  711.     <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
  712.     <center><h1 style="color:white;">They trusted us</h1></center>
  713.   <ol class="carousel-indicators">
  714.     <li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
  715.     <li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
  716.     <li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
  717.   </ol>
  718.   <div class="carousel-inner">
  719.     <div class="carousel-item active">
  720.       <div><span class="" style="text-align: center;display:block;"><span class="fa fa-star checked"></span>
  721.             <span class="fa fa-star checked"></span>
  722.             <span class="fa fa-star checked"></span>
  723.             <span class="fa fa-star checked"></span>
  724.             <span class="fa fa-star {{ random(['', 'checked']) }}"></span>
  725.         </span><h3>Finally, a real platform focused on American manufacturers. </h3>
  726.       <p>
  727.       We listed our company in the Premium section and got three solid inquiries in the first two weeks. The traffic and visibility are exactly what we were looking for.
  728.       </p>
  729.       <span class="text-right">David M., CEO of Patriot Tools Inc.</span>
  730.       </div>
  731.     </div>
  732.     <div class="carousel-item">
  733.         <div><span class="" style="text-align: center;display:block;"><span class="fa fa-star checked"></span>
  734.             <span class="fa fa-star checked"></span>
  735.             <span class="fa fa-star checked"></span>
  736.             <span class="fa fa-star checked"></span>
  737.             <span class="fa fa-star {{ random(['', 'checked']) }}"></span><h3>Love the message: Make Manufacturing Great Again!</h3>
  738.       <p>
  739.       As a small manufacturer in Ohio, it’s hard to get attention online. MadeInUSAGlobal gave us a professional spotlight and serious credibility.
  740.       </p>
  741.       <span class="text-right">Lisa H., Owner of MidState Machining</span>
  742.       </div>
  743.     </div>
  744.     <div class="carousel-item">
  745.       <div><span class="" style="text-align: center;display:block;"><span class="fa fa-star checked"></span>
  746.             <span class="fa fa-star checked"></span>
  747.             <span class="fa fa-star checked"></span>
  748.             <span class="fa fa-star checked"></span>
  749.             <span class="fa fa-star {{ random(['', 'checked']) }}"></span><h3>Simple, clean, effective.</h3>
  750.       <p>
  751.       I found exactly the type of supplier I needed for my retail business. No middlemen, no fluff—just real American companies.
  752.       </p>
  753.       <span class="text-right">Andre P., Sourcing Manager at WestBay Retail</span>
  754.       </div>
  755.     </div>
  756.   </div>
  757.   <a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
  758.     <span class="carousel-control-prev-icon" aria-hidden="true"></span>
  759.     <span class="sr-only">Previous</span>
  760.   </a>
  761.   <a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
  762.     <span class="carousel-control-next-icon" aria-hidden="true"></span>
  763.     <span class="sr-only">Next</span>
  764.   </a>
  765. </div>
  766.     <section id="services">
  767.     <center><h1 style="color:white;">Our plans</h1></center>
  768.     <div class="container">
  769.       <div class="card-deck mb-3 text-center">
  770.         <div class="card mb-4 box-shadow">
  771.           <div class="card-header">
  772.             <h4 class="my-0 font-weight-normal">Free</h4>
  773.           </div>
  774.           <div class="card-body">
  775.             <h1 class="card-title pricing-card-title">$0 <small class="text-muted">/ mo</small></h1>
  776.             <ul class="list-unstyled mt-3 mb-4">
  777.               <li><i class="fas fa-check-square"></i> feature</li>
  778.               <li><i class="fas fa-check-square"></i> feature</li>
  779.               <li><i class="fas fa-check-square"></i> feature</li>
  780.               <li><i class="fas fa-check-square"></i> feature</li>
  781.             </ul>
  782.             <a href="{{ path('app_company_new') }}" type="button" class="btn btn-lg btn-block btn-outline-primary">Register for free</a>
  783.           </div>
  784.         </div>
  785.         <div class="card mb-4 box-shadow">
  786.           <div class="card-header">
  787.             <h4 class="my-0 font-weight-normal">Pro</h4>
  788.           </div>
  789.           <div class="card-body">
  790.             <h1 class="card-title pricing-card-title">$15 <small class="text-muted">/ mo</small></h1>
  791.             <ul class="list-unstyled mt-3 mb-4">
  792.               <li><i class="fas fa-check-square"></i> feature</li>
  793.               <li><i class="fas fa-check-square"></i> feature</li>
  794.               <li><i class="fas fa-check-square"></i> feature</li>
  795.               <li><i class="fas fa-check-square"></i> feature</li>
  796.             </ul>
  797.             <button type="button" class="btn btn-lg btn-block btn-primary">Get started</button>
  798.           </div>
  799.         </div>
  800.       </div>
  801.     </div>
  802.     </section> #}
  803.     {# <section class="container text-center my-5">
  804.         <h2 class="mb-4">BROWSE BY CATEGORY</h2>
  805.         <div class="row g-4">
  806.             <div class="col-6 col-md-3">
  807.                 <div class="category-card">Electronics</div>
  808.             </div>
  809.             <div class="col-6 col-md-3">
  810.                 <div class="category-card">Renewable Energy</div>
  811.             </div>
  812.             <div class="col-6 col-md-3">
  813.                 <div class="category-card">Automotive</div>
  814.             </div>
  815.             <div class="col-6 col-md-3">
  816.                 <div class="category-card">Medical</div>
  817.             </div>
  818.             <div class="col-6 col-md-3">
  819.                 <div class="category-card">Home Goods</div>
  820.             </div>
  821.             <div class="col-6 col-md-3">
  822.                 <div class="category-card">Heavy Industry</div>
  823.             </div>
  824.             <div class="col-6 col-md-3">
  825.                 <div class="category-card">Plastics & Rubber</div>
  826.             </div>
  827.             <div class="col-6 col-md-3">
  828.                 <div class="category-card">Aerospace</div>
  829.             </div>
  830.             <div class="col-6 col-md-3">
  831.                 <div class="category-card">Construction</div>
  832.             </div>
  833.             <div class="col-6 col-md-3">
  834.                 <div class="category-card">Food & Beverage</div>
  835.             </div>
  836.             <div class="col-6 col-md-3">
  837.                 <div class="category-card">Chemicals</div>
  838.             </div>
  839.             <div class="col-6 col-md-3">
  840.                 <div class="category-card">Chemicals</div>
  841.             </div>
  842.         </div>
  843.         <p class="mt-4">...AND MORE</p>
  844.     </section> #}
  845. {% endblock %}