diff --git a/components/filters/hompage-filters.tsx b/components/filters/hompage-filters.tsx index 48b932493..167aac260 100644 --- a/components/filters/hompage-filters.tsx +++ b/components/filters/hompage-filters.tsx @@ -3,11 +3,11 @@ import { fetchMakes } from './actions'; import FiltersList from './filters-list'; const title: Record = { - 'reman-transmission': 'Find your Transmission', - 'car-part-planet': 'Find Your Car Part', - 'reman-engine': 'Fine your Engine', - 'transmission-locator': 'Find your Transmission', - 'engine-locator': 'Find your Engine' + 'reman-transmission': 'Find Your Transmission', + 'car-part-planet': 'Find Your Part', + 'reman-engine': 'Fine Your Engine', + 'transmission-locator': 'Find Your Transmission', + 'engine-locator': 'Find Your Engine' }; const { STORE_PREFIX } = process.env; @@ -19,7 +19,7 @@ const HomePageFilters = async () => { return ( <>

- {title[STORE_PREFIX!] || 'Find Your Car Part'} + {title[STORE_PREFIX!] || 'Find Your Part'}

@@ -32,7 +32,7 @@ export const HomePageFiltersPlaceholder = () => { return ( <>

- Find Your Car Part + {title[STORE_PREFIX!] || 'Find Your Part'}

diff --git a/components/hero.tsx b/components/hero.tsx index 28633f4fa..0367017e4 100644 --- a/components/hero.tsx +++ b/components/hero.tsx @@ -27,7 +27,7 @@ const Offers = async () => { icon={offer.icon_name as string} className="size-7 flex-shrink-0 text-secondary" /> -

{offer.title}

+

{offer.title}

))} @@ -42,7 +42,7 @@ const OffersPlaceholder = () => {
  • @@ -109,7 +109,7 @@ const Hero = () => {