Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,6 @@ jobs:
- name: Check theme PHP files
run: find wp-content/themes/3w-2025 -name '*.php' -print0 | xargs -0 -n1 php -l

dependency-review:
name: Dependency review
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Review dependency changes
uses: actions/dependency-review-action@v4
with:
fail-on-severity: moderate

npm-audit:
name: npm audit
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion wp-content/themes/3w-2025/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
?>
<p class="threew-footer__about">
Performance parts, lighting, and bespoke kits for premium builds. Trusted distributor for global tuning brands.
#1 BRABUS Dealer in North America. 3W Distributing specializes in genuine BRABUS parts, luxury aftermarket tuning, performance upgrades, aero kits, wheels, exhaust systems, and custom builds for Mercedes-Benz, Porsche, BMW, Lamborghini, and other premium vehicles.
</p>
</div>

Expand Down
6 changes: 3 additions & 3 deletions wp-content/themes/3w-2025/inc/seo-class.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@ class ThreeW_SEO {
public function __construct() {
$this->site_name = get_bloginfo('name');
$this->site_description = get_bloginfo('description');
$this->home_title = __('3W Distributing | Performance Parts, Lighting & Bespoke Kits', 'threew-2025');
$this->home_description = __('Performance parts, lighting, and bespoke fitment expertise for BRABUS, Mansory, and luxury builds.', 'threew-2025');
$this->home_title = __('3W Distributing | #1 BRABUS Dealer in North America', 'threew-2025');
$this->home_description = __('#1 BRABUS Dealer in North America specializing in genuine BRABUS parts, luxury aftermarket tuning, performance upgrades, aero kits, wheels, exhaust systems, and custom builds.', 'threew-2025');
$this->default_social_image = $this->prepare_default_social_image();

// Organization data for schema markup
$this->organization_data = [
'name' => '3W Distributing',
'url' => home_url('/'),
'logo' => get_theme_file_uri('assets/images/logo.png'),
'description' => 'Performance parts, lighting, and bespoke kits for premium builds. Trusted distributor for global tuning brands.',
'description' => '#1 BRABUS Dealer in North America specializing in genuine BRABUS parts, luxury aftermarket tuning, performance upgrades, aero kits, wheels, exhaust systems, and custom builds.',
'telephone' => '+1-702-430-6622',
'email' => 'info@3wdistributing.com',
'address' => [
Expand Down
Loading