diff --git a/resources/views/components/home/partners.blade.php b/resources/views/components/home/partners.blade.php
index d0f8cc9f..4439d389 100644
--- a/resources/views/components/home/partners.blade.php
+++ b/resources/views/components/home/partners.blade.php
@@ -108,56 +108,6 @@ class="hidden dark:block"
-
-
-
-
-
-
- Need a freelancer or engineer? Laradevs has you covered.
- Filter by skills, experience, location, availability,
- and pay.
-
-
-
-
-
-
-
-
-
-
- From local full stack development to cutting-edge AI
- platforms, we provide the tools for building your next
- great app.
-
-
-
{{-- Partner CTA --}}
'/img/sponsors/artisan-build.webp',
'imageDark' => '/img/sponsors/artisan-build-dark.webp',
],
+ [
+ 'url' => 'https://beyondco.de/?utm_source=nativephp&utm_medium=logo&utm_campaign=nativephp',
+ 'name' => 'BeyondCode',
+ 'image' => '/img/sponsors/beyondcode.webp',
+ 'imageDark' => '/img/sponsors/beyondcode-dark.webp',
+ ],
+ [
+ 'url' => 'https://laradevs.com/?ref=nativephp',
+ 'name' => 'Laradevs',
+ 'component' => 'sponsors.logos.laradevs',
+ 'class' => 'h-6 w-auto text-black dark:text-white',
+ ],
];
@endphp
@@ -51,18 +63,26 @@ class="text-sm font-medium tracking-wide text-gray-500 uppercase dark:text-zinc-
rel="noopener noreferrer sponsored"
class="opacity-70 transition duration-200 hover:opacity-100"
>
-
![{{ $sponsor['name'] }} logo]({{ $sponsor['image'] }})
-
![{{ $sponsor['name'] }} logo]({{ $sponsor['imageDark'] }})
+ @if (isset($sponsor['component']))
+
+ @else
+
![{{ $sponsor['name'] }} logo]({{ $sponsor['image'] }})
+
![{{ $sponsor['name'] }} logo]({{ $sponsor['imageDark'] }})
+ @endif
@endforeach
diff --git a/resources/views/partners.blade.php b/resources/views/partners.blade.php
index 9996fd9d..1bb1a645 100644
--- a/resources/views/partners.blade.php
+++ b/resources/views/partners.blade.php
@@ -483,7 +483,7 @@ class="size-5 shrink-0"
{{-- Call to Action Section --}}
-
+
+
+ {{-- Our Partners Section --}}
+
+
+ Meet Our Partners
+
+
+ We're proud to partner with these exceptional teams who are
+ helping bring beautiful native apps to life with NativePHP.
+
+
+
+
+
+
+
+
+
+ From online booking to interactive kiosks, Nexcalia
+ helps businesses streamline appointments and improve
+ customer experiences.
+
+
+
+
+
+
+
+
+
+ Laravel Partners crafting secure, SOC 2–ready apps with NativePHP and modern web technologies.
+ Trusted by healthcare and enterprise teams, and friendly to startups too.
+
+
+
+
+
+
+
+
+
+
+ Synergi Tech are an established bespoke software development agency in the UK, specialising in business management and high-growth, complex infrastructure. Proud to partner with NativePHP.
+
+
+
+
diff --git a/tests/Feature/SponsorsAndPartnersPlacementTest.php b/tests/Feature/SponsorsAndPartnersPlacementTest.php
new file mode 100644
index 00000000..9a687168
--- /dev/null
+++ b/tests/Feature/SponsorsAndPartnersPlacementTest.php
@@ -0,0 +1,55 @@
+blade('